Skip to content

Commit 22889ca

Browse files
authored
Merge pull request #1790 from pewpew-game/pybadge-stage
Enable _stage module and freeze stage library on the PyBadge
2 parents 7573da0 + ade6bd8 commit 22889ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ CIRCUITPY_TOUCHIO = 0
1616

1717
CHIP_VARIANT = SAMD51J19A
1818
CHIP_FAMILY = samd51
19+
20+
CIRCUITPY_STAGE = 1
21+
CIRCUITPY_GAMEPAD = 1
22+
CIRCUITPY_DISPLAYIO = 1
23+
CIRCUITPY_AUDIOIO = 1
24+
25+
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pybadge

0 commit comments

Comments
 (0)