mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
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.