Skip to content

Commit

Permalink
samd: Temporary fix for Issue micropython#8521.
Browse files Browse the repository at this point in the history
This was a problem in TinyUSB. It is fixed in the master branch of TinyUSB.
Until this version is used by MicroPython, the changed file is kept locally.
  • Loading branch information
robert-hh committed Jun 30, 2022
1 parent 515f697 commit 2867b65
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/samd/Makefile
Expand Up @@ -110,6 +110,7 @@ SRC_C += \
samd_isr.c \
samd_soc.c \
softtimer.c \
tinyusb/dcd_samd.c \
tusb_port.c \
lib/asf4/$(MCU_SERIES_LOWER)/hal/src/hal_atomic.c \
lib/asf4/$(MCU_SERIES_LOWER)/hal/src/hal_flash.c \
Expand All @@ -122,7 +123,6 @@ SRC_C += \
lib/tinyusb/src/common/tusb_fifo.c \
lib/tinyusb/src/device/usbd.c \
lib/tinyusb/src/device/usbd_control.c \
lib/tinyusb/src/portable/microchip/samd/dcd_samd.c \
lib/tinyusb/src/tusb.c \
drivers/bus/softspi.c \
extmod/uos_dupterm.c \
Expand Down

0 comments on commit 2867b65

Please sign in to comment.