Merge pull request #5337 from hathach/tinyusb-compliance-stm-imxrt-esp32

update tinyusb to have esp32sx, stm32 and imxrt passed compliance test suite
This commit is contained in:
Scott Shawcroft 2021-09-14 22:40:13 -07:00 committed by GitHub
commit 3cc4f25a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 582e5dbac53aa2ac7c24249712081833986b3f27
Subproject commit 43aac7074be0d14e72cb04eaddcddf1a926c6a74

View File

@ -12,6 +12,7 @@ CIRCUITPY_ALARM = 0
CIRCUITPY_AUDIOMP3 = 0
CIRCUITPY_BINASCII = 0
CIRCUITPY_BITBANGIO = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_BUSDEVICE = 0
CIRCUITPY_COUNTIO = 0
CIRCUITPY_DISPLAYIO = 0
@ -30,6 +31,7 @@ CIRCUITPY_SDCARDIO = 0
CIRCUITPY_SYNTHIO = 0
CIRCUITPY_ULAB = 0
CIRCUITPY_USB_MIDI = 0
CIRCUITPY_VECTORIO = 0
MICROPY_PY_ASYNC_AWAIT = 0

View File

@ -19,3 +19,4 @@ CIRCUITPY_KEYPAD = 0
CIRCUITPY_MIDI = 0
CIRCUITPY_MSGPACK = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_VECTORIO = 0