micropython/ports/samd
Damien George 98a3911c43 py/scheduler: Add "raise_exc" argument to mp_handle_pending.
Previous behaviour is when this argument is set to "true", in which case
the function will raise any pending exception.  Setting it to "false" will
cancel any pending exception.
2020-02-07 16:08:20 +11:00
..
boards samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board. 2019-08-20 21:30:36 +10:00
Makefile ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11:00
README.md samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
main.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
modmachine.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
modutime.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
mpconfigport.h py/scheduler: Add "raise_exc" argument to mp_handle_pending. 2020-02-07 16:08:20 +11:00
mphalport.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
mphalport.h samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
qstrdefsport.h samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
samd_isr.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
samd_soc.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
samd_soc.h samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
sections.ld samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
tusb_config.h samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
tusb_port.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00

README.md

Port of MicroPython to Microchip SAMD MCUs

Supports SAMD21 and SAMD51.

Features:

  • REPL over USB VCP