mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
samd: Enable support for Python USB devices.
This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
committed by
Damien George
parent
0baa3b5528
commit
7f5d8c4605
@@ -136,6 +136,7 @@ SHARED_SRC_C += \
|
||||
shared/tinyusb/mp_cdc_common.c \
|
||||
shared/tinyusb/mp_usbd.c \
|
||||
shared/tinyusb/mp_usbd_descriptor.c \
|
||||
shared/tinyusb/mp_usbd_runtime.c \
|
||||
|
||||
ASF4_SRC_C += $(addprefix lib/asf4/$(MCU_SERIES_LOWER)/,\
|
||||
hal/src/hal_atomic.c \
|
||||
|
||||
Reference in New Issue
Block a user