Skip to content

Commit d378beb

Browse files
authored
Merge pull request #2565 from dhalbert/gamepad-for-cpx
add gamepad to specialty cpx builds; update frozen libs
2 parents 89829ae + 3b95d7c commit d378beb

14 files changed

+13
-14
lines changed

ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C"
1414
LONGINT_IMPL = NONE
1515
CIRCUITPY_DISPLAYIO = 0
1616
CIRCUITPY_FREQUENCYIO = 0
17-
CIRCUITPY_GAMEPAD = 0
1817
CIRCUITPY_I2CSLAVE = 0
1918
CIRCUITPY_PIXELBUF = 0
19+
CIRCUITPY_RTC = 0
2020

2121
SUPEROPT_GC = 0
2222
CFLAGS_INLINE_LIMIT = 55

ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ CIRCUITPY_BITBANGIO = 0
1616
CIRCUITPY_FREQUENCYIO = 0
1717
CIRCUITPY_I2CSLAVE = 0
1818
CIRCUITPY_PIXELBUF = 0
19-
CIRCUITPY_GAMEPAD = 0
2019
CIRCUITPY_RTC = 0
2120

2221
SUPEROPT_GC = 0

0 commit comments

Comments
 (0)