micropython/ports/esp32/boards/UM_TINYPICO
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
..
modules esp32/boards/UM_TINYPICO: Remove use of PULL_HOLD. 2022-03-21 23:59:48 +11:00
board.json ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
board.md esp32/boards: Update board and deploy metadata for UM_xxx boards. 2021-10-28 11:32:13 +11:00
deploy.md esp32/boards: Update board and deploy metadata for UM_xxx boards. 2021-10-28 11:32:13 +11:00
manifest.py esp32/boards: Rename TINYPICO board to UM_TINYPICO. 2021-05-10 16:56:53 +10:00
mpconfigboard.cmake esp32: Allow overriding cmake frozen manifest from the command line. 2022-04-04 23:49:10 +10:00
mpconfigboard.h esp32/boards: Set default I2C and SPI pins on UM_xxx boards. 2021-05-14 22:26:05 +10:00
sdkconfig.board esp32/boards: Compile GENERIC_SPIRAM and UM_TINYPICO with -Os. 2022-04-14 16:06:41 +10:00