File tree Expand file tree Collapse file tree
ports/atmel-samd/boards/pewpew_m4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,38 +10,32 @@ INTERNAL_FLASH_FILESYSTEM = 1
1010LONGINT_IMPL = NONE
1111
1212CIRCUITPY_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
1613CIRCUITPY_AUDIOBUSIO = 0
14+ CIRCUITPY_AUDIOPWMIO = 0
15+ CIRCUITPY_AUDIOMP3 = 0
1716CIRCUITPY_BITBANGIO = 0
17+ CIRCUITPY_BITBANG_APA102 = 0
1818CIRCUITPY_FREQUENCYIO = 0
19+ CIRCUITPY_GAMEPADSHIFT = 0
1920CIRCUITPY_I2CPERIPHERAL = 0
2021CIRCUITPY_NEOPIXEL_WRITE = 0
21- CIRCUITPY_NETWORK = 0
2222CIRCUITPY_PIXELBUF = 0
2323CIRCUITPY_PS2IO = 0
24+ CIRCUITPY_ROTARYIO = 0
2425CIRCUITPY_RTC = 0
26+ CIRCUITPY_SAMD = 0
2527CIRCUITPY_TOUCHIO = 0
2628CIRCUITPY_USB_HID = 0
2729CIRCUITPY_USB_MIDI = 0
28- CIRCUITPY_AUDIOPWMIO = 0
29- CIRCUITPY_AUDIOMP3 = 0
30- CIRCUITPY_BITBANG_APA102 = 0
31- CIRCUITPY_BLEIO = 0
32- CIRCUITPY_GAMEPADSHIFT = 0
33- CIRCUITPY_NETWORK = 0
34- CIRCUITPY_ROTARYIO = 0
35- CIRCUITPY_SAMD = 0
36- CIRCUITPY_TOUCHIO = 0
3730CIRCUITPY_VECTORIO = 0
3831
32+ CIRCUITPY_ANALOGIO = 1
3933CIRCUITPY_AUDIOMIXER = 1
4034CIRCUITPY_AUDIOIO = 1
4135CIRCUITPY_DISPLAYIO = 1
4236CIRCUITPY_GAMEPAD = 1
43- CIRCUITPY_STAGE = 1
4437CIRCUITPY_MATH = 1
38+ CIRCUITPY_STAGE = 1
4539
4640FROZEN_MPY_DIRS += $(TOP ) /frozen/circuitpython-stage/pewpew_m4
4741CIRCUITPY_DISPLAY_FONT = $(TOP ) /ports/atmel-samd/boards/ugame10/brutalist-6.bdf
You can’t perform that action at this time.
0 commit comments