Skip to content

Commit aa1531a

Browse files
committed
no psram :(
1 parent a8b35eb commit aa1531a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ports/espressif/boards/adafruit_qtpy_esp32s3_nopsram/mpconfigboard.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
1616
CIRCUITPY_ESP_FLASH_MODE=dio
1717
CIRCUITPY_ESP_FLASH_FREQ=80m
1818
CIRCUITPY_ESP_FLASH_SIZE=8MB
19+
20+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
21+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
22+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
23+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register

0 commit comments

Comments
 (0)