diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 16:16:09 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 16:16:09 -0700 |
| commit | 72e7ffa324f8184cb2d9a5ca9fa620a2a5a56b69 (patch) | |
| tree | 75d814723251baf620d10f3f433a50994aa6b193 /ports | |
| parent | fd8050b36956718acfc740132aa27498c24d846b (diff) | |
More cleanup
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/boards/snekboard/mpconfigboard.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/snekboard/mpconfigboard.mk b/ports/atmel-samd/boards/snekboard/mpconfigboard.mk index 9892ade8f..6ad78b0da 100644 --- a/ports/atmel-samd/boards/snekboard/mpconfigboard.mk +++ b/ports/atmel-samd/boards/snekboard/mpconfigboard.mk @@ -12,5 +12,8 @@ EXTERNAL_FLASH_DEVICE_COUNT = 1 EXTERNAL_FLASH_DEVICES = "W25Q16JV_IQ" LONGINT_IMPL = MPZ +CIRCUITPY_GAMEPAD = 0 +CIRCUITPY_I2CSLAVE = 0 + CFLAGS_INLINE_LIMIT = 60 SUPEROPT_GC = 0 |
