micropython/ports/samd
Damien George 9efb36bfa6 py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.
This function is tightly coupled to the state and behaviour of the
scheduler, and is a core part of the runtime: to schedule a pending
exception.  So move it there.
2020-02-07 16:08:26 +11:00
..
boards samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board. 2019-08-20 21:30:36 +10:00
main.c samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
Makefile ports: Add new make target "submodules" which inits required modules. 2019-10-15 17:14:41 +11: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 py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core. 2020-02-07 16:08:26 +11: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
README.md 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

Port of MicroPython to Microchip SAMD MCUs

Supports SAMD21 and SAMD51.

Features:

  • REPL over USB VCP