ae3d5289a5
These boards do not build with IDF v4.4 because the section .iram0.text does not fit in region iram0_0_seg. Enabling SPIRAM increases the code size so use -Os instead of -O2 to build these boards. Fixes issue #8260.
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
CONFIG_FLASHMODE_QIO=y
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
CONFIG_SPIRAM_SPEED_80M=y
|
|
CONFIG_ESP32_REV_MIN_1=y
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="UMTinyPICO"
|
|
|
|
# SPIRAM increases the size of the firmware, use -Os to reduce it again to fit in iram
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|