8000 boards/UM_TINYPICO/sdkconfig.board: Fix UM_TINYPICO iram will not fit… · micropython/micropython@e72ac60 · GitHub
[go: up one dir, main page]

Skip to content

Commit e72ac60

Browse files
boards/UM_TINYPICO/sdkconfig.board: Fix UM_TINYPICO iram will not fit in region.
TINYPICO firmware build failing with error: Micropython.elf section .iram0.text will not fit in region iram0_0_seg. Changing compiler option to -Os (CONFIG_COMPILER_OPTIMIZATION_SIZE=y) succesfully builds.
1 parent d242a9b commit e72ac60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/esp32/boards/UM_TINYPICO/sdkconfig.board

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
33
CONFIG_SPIRAM_SPEED_80M=y
44
CONFIG_ESP32_REV_MIN_1=y
55
CONFIG_LWIP_LOCAL_HOSTNAME="UMTinyPICO"
6+
7+
CONFIG_COMPILER_OPTIMIZATION_SIZE=y

0 commit comments

Comments
 (0)
0