Skip to content

Commit f8da94b

Browse files
committed
removed o¡modules not availables
1 parent c1987b7 commit f8da94b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ports/atmel-samd/boards/huntercat_nfc/mpconfigboard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#define IGNORE_PIN_PA04 1
2121
#define IGNORE_PIN_PA05 1
2222
#define IGNORE_PIN_PA06 1
23-
#define IGNORE_PIN_PA07 1
2423
#define IGNORE_PIN_PA20 1
2524
#define IGNORE_PIN_PA21 1
2625
#define IGNORE_PIN_PA23 1

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,18 @@ SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q16JV"
1111
LONGINT_IMPL = MPZ
1212

13+
# A number of modules are removed for HunterCatNFC to make room for frozen libraries.
14+
# Many I/O functions are not available.
15+
# math is very large and is also removed.
16+
CIRCUITPY_AUDIOBUSIO = 0
17+
CIRCUITPY_BITBANGIO = 0
18+
CIRCUITPY_BITMAPTOOLS = 0
19+
CIRCUITPY_NEOPIXEL_WRITE = 0
20+
CIRCUITPY_ROTARYIO = 0
21+
CIRCUITPY_RTC = 0
22+
CIRCUITPY_USB_MIDI = 1
23+
CIRCUITPY_TOUCHIO = 0
24+
CIRCUITPY_FULL_BUILD = 0
25+
1326
SUPEROPT_GC = 0
1427
SUPEROPT_VM = 0

0 commit comments

Comments
 (0)