micropython/ports/esp32/boards
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
..
ARDUINO_NANO_ESP32 esp32/boards: Add bootloader rollback support for all builds. 2023-09-29 16:00:51 +10:00
ESP32_GENERIC esp32/boards: Add bootloader rollback support for all builds. 2023-09-29 16:00:51 +10:00
ESP32_GENERIC_C3 esp32/boards/ESP32_GENERIC_C3: Enable UART REPL. 2023-08-23 15:49:37 +10:00
ESP32_GENERIC_S2 esp32: Rename GENERIC* boards to ESP32_GENERIC*. 2023-08-23 13:54:37 +10:00
ESP32_GENERIC_S3 esp32: Rename GENERIC* boards to ESP32_GENERIC*. 2023-08-23 13:54:37 +10:00
LILYGO_TTGO_LORA32 ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
LOLIN_C3_MINI ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
LOLIN_S2_MINI esp32/boards/GENERIC_S2: Merge with ESP32_S2_WROVER. 2023-08-15 17:38:02 +10:00
LOLIN_S2_PICO esp32/boards/GENERIC_S2: Merge with ESP32_S2_WROVER. 2023-08-15 17:38:02 +10:00
M5STACK_ATOM ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
OLIMEX_ESP32_POE ports: Simplify board feature tags in board.json. 2023-08-10 14:54:03 +10:00
SIL_WESP32 esp32/boards: Add bootloader rollback support for all builds. 2023-09-29 16:00:51 +10:00
UM_FEATHERS2 esp32/boards: Add pins.csv to UM boards and other minor changes. 2023-09-02 17:51:26 +10:00
UM_FEATHERS2NEO esp32/boards: Add pins.csv to UM boards and other minor changes. 2023-09-02 17:51:26 +10:00
UM_FEATHERS3 esp32/boards: Fix VBAT voltage calculation for UM S3 boards. 2023-09-29 14:09:15 +10:00
UM_NANOS3 ports: Restrict board.json to standard features. 2023-09-29 14:15:02 +10:00
UM_PROS3 esp32/boards: Fix VBAT voltage calculation for UM S3 boards. 2023-09-29 14:09:15 +10:00
UM_TINYPICO esp32/boards: Add pins.csv to UM boards and other minor changes. 2023-09-02 17:51:26 +10:00
UM_TINYS2 esp32/boards: Add pins.csv to UM boards and other minor changes. 2023-09-02 17:51:26 +10:00
UM_TINYS3 esp32/boards: Fix VBAT voltage calculation for UM S3 boards. 2023-09-29 14:09:15 +10:00
deploy.md
deploy_c3.md
deploy_s2.md
deploy_s3.md
make-pins.py esp32: Add support for board-named pins and the Pin.board dict. 2023-07-20 18:17:36 +10:00
manifest.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
manifest_test.py
pins_prefix.c esp32: Add support for board-named pins and the Pin.board dict. 2023-07-20 18:17:36 +10:00
sdkconfig.240mhz esp32: Update port to support IDF v5.0.2. 2023-06-23 15:34:22 +10:00
sdkconfig.base esp32/boards: Add bootloader rollback support for all builds. 2023-09-29 16:00:51 +10:00
sdkconfig.ble esp32: Update port to support IDF v5.0.2. 2023-06-23 15:34:22 +10:00
sdkconfig.spiram esp32: Allow malloc() to allocate from SPIRAM. 2023-08-15 10:49:33 +10:00
sdkconfig.spiram_oct
sdkconfig.spiram_sx esp32: Allow malloc() to allocate from SPIRAM. 2023-08-15 10:49:33 +10:00
sdkconfig.usb esp32: Update port to support IDF v5.0.2. 2023-06-23 15:34:22 +10:00