Skip to content

Commit aac324c

Browse files
committed
added frozen modules, changed to 8BM FLASH
1 parent 77a98e6 commit aac324c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ports/espressif/boards/crcibernetica-ideaboard/mpconfigboard.mk

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@ IDF_TARGET = esp32
55

66
CIRCUITPY_ESP_FLASH_MODE = dio
77
CIRCUITPY_ESP_FLASH_FREQ = 40m
8-
CIRCUITPY_ESP_FLASH_SIZE = 16MB
8+
CIRCUITPY_ESP_FLASH_SIZE = 8MB
99
CIRCUITPY_ESP32_CAMERA = 0
10+
11+
# Include these Python libraries in firmware
12+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
13+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
14+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleIO
15+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Motor

0 commit comments

Comments
 (0)