Merge pull request #5289 from UnexpectedCircuitPython/TinyS2_Stage_Support

Added STAGE support for my TinyS2 board
This commit is contained in:
Scott Shawcroft 2021-09-02 09:05:00 -07:00 committed by GitHub
commit 4c961f8fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,7 @@ CIRCUITPY_ESP_FLASH_SIZE=4MB
CIRCUITPY_BITBANG_NEOPIXEL = 1
CIRCUITPY_STAGE = 1
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel