meowmeow: disable modules to make build fit with upcoming translations

This commit is contained in:
Jeff Epler 2020-05-23 20:41:25 -05:00
parent 2ed40075a5
commit 03866c0598
1 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,8 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_COUNTIO = 0
CIRCUITPY_RTC = 0
SUPEROPT_GC = 0