micropython/ports/esp32/boards/SIL_WESP32
Glenn Moloney 6662d84faa esp32/boards: Add bootloader rollback support for all builds.
Add "CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y" to
ports/esp32/boards/sdkconfig.base so that all micropython esp32 images
support OTA rollback in the bootloader.  These images can then be converted
to OTA-capable images as required by user tools.

Also remove CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y from board-specific
sdkconfig files as this is now the default.

Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
2023-09-29 16:00:51 +10:00
..
board.json ports/*/boards/*/board.json: Remove "id" field. 2023-08-23 13:54:37 +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: Add Silicognition wESP32 board configuration. 2021-08-07 12:50:13 +10:00
sdkconfig.board esp32/boards: Add bootloader rollback support for all builds. 2023-09-29 16:00:51 +10:00