Skip to content

Commit

Permalink
code does not yet apply to all F4xx
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Apr 29, 2020
1 parent 9327a2c commit 6dfe9ab
Showing 1 changed file with 5 additions and 2 deletions.
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 6dfe9ab

Please sign in to comment.