micropython/ports/samd
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places.
This string is recognised by uncrustify, to disable formatting in the
region marked by these comments.  This is necessary in the qstrdef*.h files
to prevent modification of the strings within the Q(...).  In other places
it is used to prevent excessive reformatting that would make the code less
readable.
2020-02-28 10:31:07 +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 py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt. 2020-02-07 16:08:31 +11:00
mphalport.h samd: Add new port to Microchip SAMDxx microcontrollers. 2019-07-01 17:19:18 +10:00
qstrdefsport.h all: Add *FORMAT-OFF* in various places. 2020-02-28 10:31:07 +11: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