Fix build after #2831 (stm32f4xx rgbmatrix) broke it
This commit is contained in:
parent
c3b3eb4c21
commit
182ae10080
|
@ -1 +1 @@
|
|||
Subproject commit 1b8f461f6401d6418bba5c6ec0108375c2c1b62f
|
||||
Subproject commit 9f71088d2c32206c6f0495704ae0c040426d5764
|
|
@ -3,12 +3,15 @@ LONGINT_IMPL = MPZ
|
|||
INTERNAL_LIBM = 1
|
||||
USB_SERIAL_NUMBER_LENGTH = 24
|
||||
|
||||
ifeq ($(MCU_VARIANT),STM32F405xx)
|
||||
CIRCUITPY_FRAMEBUFFERIO = 1
|
||||
CIRCUITPY_RGBMATRIX = 1
|
||||
endif
|
||||
|
||||
ifeq ($(MCU_SERIES),F4)
|
||||
# Not yet implemented common-hal modules:
|
||||
CIRCUITPY_AUDIOBUSIO = 0
|
||||
CIRCUITPY_AUDIOIO = 0
|
||||
CIRCUITPY_FRAMEBUFFERIO = 1
|
||||
CIRCUITPY_RGBMATRIX = 1
|
||||
CIRCUITPY_ROTARYIO = 0
|
||||
CIRCUITPY_RTC = 0
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
|
Loading…
Reference in New Issue