Skip to content

Commit 22519d8

Browse files
committed
Restore ESP_CAMERA to ESP32-S2, resolve dram overflow by specifying CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH.
1 parent 06d9ff4 commit 22519d8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32s2.defaults

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ CONFIG_ULP_COPROC_TYPE_RISCV=y # Note: enabling both ULPs simultaneously only w
5858
CONFIG_ULP_COPROC_RESERVE_MEM=8176
5959
# end of Ultra Low Power (ULP) Co-processor
6060

61+
#
62+
# FreeRTOS
63+
#
64+
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
65+
# end of FreeRTOS
66+
6167
# end of Component config
6268

6369
# end of Espressif IoT Development Framework Configuration

ports/espressif/mpconfigport.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ CIRCUITPY_AUDIOIO = 1
253253
# No BLE in hw
254254
CIRCUITPY_BLEIO_NATIVE = 0
255255

256-
# Not enough DRAM for this with ESP-IDF 5.4.1
257-
CIRCUITPY_ESPCAMERA = 0
258-
259256
# No SDMMC
260257
CIRCUITPY_SDIOIO = 0
261258

0 commit comments

Comments
 (0)