8000 Merge pull request #5337 from hathach/tinyusb-compliance-stm-imxrt-esp32 · michthom/circuitpython@3cc4f25 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cc4f25

Browse files
authored
Merge pull request adafruit#5337 from hathach/tinyusb-compliance-stm-imxrt-esp32
update tinyusb to have esp32sx, stm32 and imxrt passed compliance test suite
2 parents a5e83d3 + 9e8c6b2 commit 3cc4f25

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

ports/nrf/boards/pca10100/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CIRCUITPY_ALARM = 0
1212
CIRCUITPY_AUDIOMP3 = 0
1313
CIRCUITPY_BINASCII = 0
1414
CIRCUITPY_BITBANGIO = 0
15+
CIRCUITPY_BITMAPTOOLS = 0
1516
CIRCUITPY_BUSDEVICE = 0
1617
CIRCUITPY_COUNTIO = 0
1718
CIRCUITPY_DISPLAYIO = 0
@@ -30,6 +31,7 @@ CIRCUITPY_SDCARDIO = 0
3031
CIRCUITPY_SYNTHIO = 0
3132
CIRCUITPY_ULAB = 0
3233
CIRCUITPY_USB_MIDI = 0
34+
CIRCUITPY_VECTORIO = 0
3335

3436
MICROPY_PY_ASYNC_AWAIT = 0
3537

ports/stm/boards/stm32f411ve_discovery/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ CIRCUITPY_KEYPAD = 0
1919
CIRCUITPY_MIDI = 0
2020
CIRCUITPY_MSGPACK = 0
2121
CIRCUITPY_BITMAPTOOLS = 0
22+
CIRCUITPY_VECTORIO = 0

0 commit comments

Comments
 (0)
0