Skip to content

Commit dbceb52

Browse files
committed
Merge branch 'feature/support_app_rollback' into 'master'
feat(ESPAT-2100): Enabled app rollback support See merge request application/esp-at!1640
2 parents e28eaf0 + a716499 commit dbceb52

File tree

26 files changed

+52
-0
lines changed

26 files changed

+52
-0
lines changed

module_config/module_esp32-d2wd/sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

module_config/module_esp32-d2wd/sdkconfig_silence.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

module_config/module_esp32-sdio/sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

module_config/module_esp32-sdio/sdkconfig_silence.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

module_config/module_esp32_default/sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

module_config/module_esp32_default/sdkconfig_silence.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

module_config/module_esp32c2-2mb/sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315
CONFIG_BOOTLOADER_COMPRESSED_ENABLED=y
1416
CONFIG_ENABLE_LEGACY_ESP_BOOTLOADER_PLUS_V2_SUPPORT=y
1517

module_config/module_esp32c2-2mb/sdkconfig_silence.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315
CONFIG_BOOTLOADER_COMPRESSED_ENABLED=y
1416
CONFIG_ENABLE_LEGACY_ESP_BOOTLOADER_PLUS_V2_SUPPORT=y
1517

module_config/module_esp32c2-ble-2mb/sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

module_config/module_esp32c2-ble-2mb/sdkconfig_silence.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
1010

1111
# Bootloader config
1212
CONFIG_BOOTLOADER_WDT_ENABLE=y
13+
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
14+
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=n
1315

1416
# Partition Table
1517
CONFIG_PARTITION_TABLE_CUSTOM=y

0 commit comments

Comments
 (0)