diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-15 14:25:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-15 14:25:50 -0700 |
| commit | 22889ca29a9a8498fd7ba49260e988bfa5ac7011 (patch) | |
| tree | e3096650fb699b0f3f06bce4fd0bfc49204abf24 | |
| parent | 7573da03f6a1854384e01b5409e331b861a7cfb3 (diff) | |
| parent | ade6bd8185b2014eab3b376414951b77312cadeb (diff) | |
Merge pull request #1790 from pewpew-game/pybadge-stage
Enable _stage module and freeze stage library on the PyBadge
| m--------- | frozen/circuitpython-stage | 0 | ||||
| -rw-r--r-- | ports/atmel-samd/boards/pybadge/mpconfigboard.mk | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/frozen/circuitpython-stage b/frozen/circuitpython-stage -Subproject 069fad8357623f5ea2ff3c865a5b8ed54608afd +Subproject 5669083c2d2cada8b2a1108cdcd4c69694648c9 diff --git a/ports/atmel-samd/boards/pybadge/mpconfigboard.mk b/ports/atmel-samd/boards/pybadge/mpconfigboard.mk index 8828c17b2..837e2e514 100644 --- a/ports/atmel-samd/boards/pybadge/mpconfigboard.mk +++ b/ports/atmel-samd/boards/pybadge/mpconfigboard.mk @@ -16,3 +16,10 @@ CIRCUITPY_TOUCHIO = 0 CHIP_VARIANT = SAMD51J19A CHIP_FAMILY = samd51 + +CIRCUITPY_STAGE = 1 +CIRCUITPY_GAMEPAD = 1 +CIRCUITPY_DISPLAYIO = 1 +CIRCUITPY_AUDIOIO = 1 + +FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pybadge |
