Turn off `gamepad` on cpx crickit

This commit is contained in:
Scott Shawcroft 2019-12-20 12:14:27 -08:00
parent b859e2b710
commit f60b6481e0
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
1 changed files with 2 additions and 1 deletions

View File

@ -13,9 +13,10 @@ EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C"
# Turn off features and optimizations for Crickit build to make room for additional frozen libs.
LONGINT_IMPL = NONE
CIRCUITPY_DISPLAYIO = 0
CIRCUITPY_PIXELBUF = 0
CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_GAMEPAD = 0
CIRCUITPY_I2CSLAVE = 0
CIRCUITPY_PIXELBUF = 0
SUPEROPT_GC = 0
CFLAGS_INLINE_LIMIT = 55