Skip to content

Commit 8f92834

Browse files
authored
Merge pull request #3165 from pewpew-game/pewpew-m4-analogio
pewpew_m4: Enable analogio
2 parents 9cdf5e1 + 11ef43b commit 8f92834

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111

1212
CIRCUITPY_FULL_BUILD = 0
13-
# TODO: Turn off analogio for now for space reasons, but restore it
14-
# when frozen module gets smaller.
15-
CIRCUITPY_ANALOGIO = 0
1613
CIRCUITPY_AUDIOBUSIO = 0
1714
CIRCUITPY_BITBANGIO = 0
1815
CIRCUITPY_FREQUENCYIO = 0
1916
CIRCUITPY_I2CPERIPHERAL = 0
2017
CIRCUITPY_NEOPIXEL_WRITE = 0
21-
CIRCUITPY_NETWORK = 0
2218
CIRCUITPY_PIXELBUF = 0
2319
CIRCUITPY_PS2IO = 0
2420
CIRCUITPY_RTC = 0
@@ -33,7 +29,6 @@ CIRCUITPY_GAMEPADSHIFT = 0
3329
CIRCUITPY_NETWORK = 0
3430
CIRCUITPY_ROTARYIO = 0
3531
CIRCUITPY_SAMD = 0
36-
CIRCUITPY_TOUCHIO = 0
3732
CIRCUITPY_VECTORIO = 0
3833

3934
CIRCUITPY_AUDIOMIXER = 1
@@ -42,6 +37,7 @@ CIRCUITPY_DISPLAYIO = 1
4237
CIRCUITPY_GAMEPAD = 1
4338
CIRCUITPY_STAGE = 1
4439
CIRCUITPY_MATH = 1
40+
CIRCUITPY_ANALOGIO = 1
4541

4642
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
4743
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf

0 commit comments

Comments
 (0)