Skip to content

Commit 8fe0e5a

Browse files
authored
Merge pull request #10601 from bradanlane/bls_coin_m0
BLS COIN M0 - added supporting libraries so frozen neopixel works
2 parents 0707e28 + 3c44c9d commit 8fe0e5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ CHIP_FAMILY = samd21
1818

1919
SPI_FLASH_FILESYSTEM = 1
2020
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
21-
LONGINT_IMPL = NONE
21+
LONGINT_IMPL = MPZ
2222

2323
# the M0 Coin has limited functionality and many modules can be eliminated
2424

2525
# there may be more modules which are of no used but will require further digging
2626

2727
# Disable modules that are unusable on this special-purpose board.
2828

29-
CIRCUITPY_FULL_BUILD = 0
29+
CIRCUITPY_FULL_BUILD = 1
3030

3131
CIRCUITPY_AUDIOIO = 1
3232
CIRCUITPY_DISPLAYIO = 0
@@ -38,7 +38,8 @@ CIRCUITPY_ROTARYIO = 0
3838
CIRCUITPY_RTC = 0
3939
CIRCUITPY_USB_HID = 1
4040
CIRCUITPY_USB_MIDI = 0
41-
41+
CIRCUITPY_NEOPIXEL_WRITE = 1
42+
CIRCUITPY_PIXELBUF = 1
4243

4344
# Include these Python libraries in firmware.
4445
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

0 commit comments

Comments
 (0)