8000 Added STAGE support for my TinyS2 board · domdfcoding/circuitpython@9bfa2a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bfa2a4

Browse files
Added STAGE support for my TinyS2 board
1 parent d49c5d6 commit 9bfa2a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/esp32s2/boards/unexpectedmaker_tinys2/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ CIRCUITPY_ESP_FLASH_SIZE=4MB
1616

1717
CIRCUITPY_BITBANG_NEOPIXEL = 1
1818

19+
CIRCUITPY_STAGE = 1
20+
1921
# Include these Python libraries in firmware.
2022
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)
0