Merge pull request #1790 from pewpew-game/pybadge-stage

Enable _stage module and freeze stage library on the PyBadge
This commit is contained in:
Scott Shawcroft 2019-04-15 14:25:50 -07:00 committed by GitHub
commit 22889ca29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

@ -1 +1 @@
Subproject commit 069fad8357623f5ea2ff3c865a5b8ed54608afd7
Subproject commit 5669083c2d2cada8b2a1108cdcd4c69694648c93

View File

@ -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