removed o¡modules not availables

This commit is contained in:
sabas1080 2021-04-02 14:40:27 -06:00
parent c1987b7311
commit f8da94b8ba
2 changed files with 13 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#define IGNORE_PIN_PA04 1 #define IGNORE_PIN_PA04 1
#define IGNORE_PIN_PA05 1 #define IGNORE_PIN_PA05 1
#define IGNORE_PIN_PA06 1 #define IGNORE_PIN_PA06 1
#define IGNORE_PIN_PA07 1
#define IGNORE_PIN_PA20 1 #define IGNORE_PIN_PA20 1
#define IGNORE_PIN_PA21 1 #define IGNORE_PIN_PA21 1
#define IGNORE_PIN_PA23 1 #define IGNORE_PIN_PA23 1

View File

@ -10,5 +10,18 @@ SPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = "W25Q16JV" EXTERNAL_FLASH_DEVICES = "W25Q16JV"
LONGINT_IMPL = MPZ LONGINT_IMPL = MPZ
# A number of modules are removed for HunterCatNFC to make room for frozen libraries.
# Many I/O functions are not available.
# math is very large and is also removed.
CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_BITBANGIO = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_NEOPIXEL_WRITE = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_USB_MIDI = 1
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_FULL_BUILD = 0
SUPEROPT_GC = 0 SUPEROPT_GC = 0
SUPEROPT_VM = 0 SUPEROPT_VM = 0