Skip to content

Commit 182ae10

Browse files
committed
Fix build after #2831 (stm32f4xx rgbmatrix) broke it
1 parent c3b3eb4 commit 182ae10

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

lib/protomatter

Submodule protomatter updated 1 file

ports/stm/mpconfigport.mk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ LONGINT_IMPL = MPZ
33
INTERNAL_LIBM = 1
44
USB_SERIAL_NUMBER_LENGTH = 24
55

6+
ifeq ($(MCU_VARIANT),STM32F405xx)
7+
CIRCUITPY_FRAMEBUFFERIO = 1
8+
CIRCUITPY_RGBMATRIX = 1
9+
endif
10+
611
ifeq ($(MCU_SERIES),F4)
712
# Not yet implemented common-hal modules:
813
CIRCUITPY_AUDIOBUSIO = 0
914
CIRCUITPY_AUDIOIO = 0
10-
CIRCUITPY_FRAMEBUFFERIO = 1
11-
CIRCUITPY_RGBMATRIX = 1
1215
CIRCUITPY_ROTARYIO = 0
1316
CIRCUITPY_RTC = 0
1417
CIRCUITPY_FREQUENCYIO = 0

0 commit comments

Comments
 (0)