You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments