Skip to content

Commit 4685588

Browse files
committed
remove paralleldisplay from ports where it was unimplemented
1 parent 7520fee commit 4685588

File tree

6 files changed

+3
-206
lines changed

6 files changed

+3
-206
lines changed

ports/mimxrt10xx/common-hal/paralleldisplay/ParallelBus.c

Lines changed: 0 additions & 67 deletions
This file was deleted.

ports/mimxrt10xx/common-hal/paralleldisplay/ParallelBus.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

ports/mimxrt10xx/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ CIRCUITPY_COUNTIO = 0
2828
CIRCUITPY_FREQUENCYIO = 0
2929
CIRCUITPY_I2CPERIPHERAL = 0
3030
CIRCUITPY_NVM = 0
31+
CIRCUITPY_PARALLELDISPLAY = 0
3132
CIRCUITPY_PULSEIO = 0
3233
CIRCUITPY_ROTARYIO = 0
3334
CIRCUITPY_USB_MIDI = 1

ports/stm/common-hal/paralleldisplay/ParallelBus.c

Lines changed: 0 additions & 67 deletions
This file was deleted.

ports/stm/common-hal/paralleldisplay/ParallelBus.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

ports/stm/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,5 @@ ifeq ($(MCU_SERIES),F7)
6161

6262
USB_NUM_ENDPOINT_PAIRS = 6
6363
endif
64+
65+
CIRCUITPY_PARALLELDISPLAY := 0

0 commit comments

Comments
 (0)