micropython/ports/samd
Damien George 96c6b8cae3 ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID.
For consistency with other board-level config macros that begin with
MICROPY_HW_USB.

Also allow boards in the mimxrt, nrf and samd ports to configure these
values.

Signed-off-by: Damien George <damien@micropython.org>
2021-08-07 23:13:55 +10:00
..
boards
Makefile samd: Add support for building with user C modules. 2021-07-22 22:22:03 +10:00
README.md
main.c samd: Add support for building with user C modules. 2021-07-22 22:22:03 +10:00
modmachine.c
modutime.c
mpconfigport.h
mphalport.c
mphalport.h
qstrdefsport.h
samd_isr.c
samd_soc.c
samd_soc.h
sections.ld samd: Add support for building with user C modules. 2021-07-22 22:22:03 +10:00
tusb_config.h
tusb_port.c ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. 2021-08-07 23:13:55 +10:00

README.md

Port of MicroPython to Microchip SAMD MCUs

Supports SAMD21 and SAMD51.

Features:

  • REPL over USB VCP