micropython/ports/esp32/boards/GENERIC_SPIRAM
Stephane Smith ae3d5289a5 esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os.
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.
2022-04-14 16:06:41 +10:00
..
board.json ports: Update board.json files to link to new board images. 2022-01-07 11:33:28 +11:00
board.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
mpconfigboard.cmake esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os. 2022-04-14 16:06:41 +10:00
mpconfigboard.h esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
sdkconfig.board esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os. 2022-04-14 16:06:41 +10:00