Skip to content

Commit

Permalink
Merge pull request #2867 from jepler/stm32f4xx-rgbmatrix
Browse files Browse the repository at this point in the history
Fix build after #2831 (stm32f4xx rgbmatrix) broke it
  • Loading branch information
dhalbert authored May 8, 2020
2 parents 7eb60b6 + 182ae10 commit 6a5ab57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/protomatter
Submodule protomatter updated 1 files
+1 −1 core.c
7 changes: 5 additions & 2 deletions ports/stm/mpconfigport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a5ab57

Please sign in to comment.