Skip to content

Commit

Permalink
enable libraries needed by BlipBoy Shield
Browse files Browse the repository at this point in the history
  • Loading branch information
ntavish committed Jul 19, 2019
1 parent 7f97cc1 commit 724ce4a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ports/nrf/boards/electronut_labs_blip/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ else
CIRCUITPY_BLEIO = 1
endif

NRF_DEFINES += -DNRF52840_XXAA -DNRF52840
NRF_DEFINES += -DNRF52840_XXAA -DNRF52840

QSPI_FLASH_FILESYSTEM = 0
INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_AUDIOIO = 0
CIRCUITPY_DISPLAYIO = 1
CIRCUITPY_GAMEPAD = 1
CIRCUITPY_STAGE = 1

0 comments on commit 724ce4a

Please sign in to comment.