File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
ports/atmel-samd/boards/huntercat_nfc Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 20
20
#define IGNORE_PIN_PA04 1
21
21
#define IGNORE_PIN_PA05 1
22
22
#define IGNORE_PIN_PA06 1
23
- #define IGNORE_PIN_PA07 1
24
23
#define IGNORE_PIN_PA20 1
25
24
#define IGNORE_PIN_PA21 1
26
25
#define IGNORE_PIN_PA23 1
Original file line number Diff line number Diff line change @@ -10,5 +10,18 @@ SPI_FLASH_FILESYSTEM = 1
10
10
EXTERNAL_FLASH_DEVICES = "W25Q16JV"
11
11
LONGINT_IMPL = MPZ
12
12
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
+
13
26
SUPEROPT_GC = 0
14
27
SUPEROPT_VM = 0
You can’t perform that action at this time.
0 commit comments