micropython/ports/samd
2021-11-19 11:43:06 +11:00
..
boards samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
modules samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
help.c samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
machine_led.c samd: Add Pin and LED classes, and machine.unique_id. 2021-11-19 11:43:06 +11:00
machine_pin.c samd: Add Pin and LED classes, and machine.unique_id. 2021-11-19 11:43:06 +11:00
main.c samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
Makefile samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
modmachine.c samd: Add Pin and LED classes, and machine.unique_id. 2021-11-19 11:43:06 +11:00
modmachine.h samd: Add Pin and LED classes, and machine.unique_id. 2021-11-19 11:43:06 +11:00
modsamd.c samd: Add internal flash block device, filesystem and uos support. 2021-11-19 11:42:58 +11:00
moduos.c samd: Add internal flash block device, filesystem and uos support. 2021-11-19 11:42:58 +11:00
modutime.c samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
mpconfigport.h samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
mphalport.c samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
mphalport.h samd: Integrate latest asf4, add help, more time funcs and uPy features. 2021-11-19 11:05:05 +11:00
qstrdefsport.h
README.md
samd_flash.c samd: Add internal flash block device, filesystem and uos support. 2021-11-19 11:42:58 +11:00
samd_isr.c
samd_soc.c samd/samd_soc: Allow a board to configure the low-level MCU config. 2021-11-19 11:42:47 +11:00
samd_soc.h samd/samd_soc: Allow a board to configure the low-level MCU config. 2021-11-19 11:42:47 +11:00
sections.ld
tusb_config.h
tusb_port.c

Port of MicroPython to Microchip SAMD MCUs

Supports SAMD21 and SAMD51.

Features:

  • REPL over USB VCP