Skip to content

Commit 3c44c9d

Browse files
authored
Update mpconfigboard.mk to incorporate limited changes suggested by halbert.
1 parent 4b2624a commit 3c44c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)