Home
last modified time | relevance | path

Searched refs:MAX_OTA_SLOTS (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_config.h23 #define MAX_OTA_SLOTS 16 macro
29 esp_partition_pos_t ota[MAX_OTA_SLOTS];
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c262 if (index >= 0 && index < MAX_OTA_SLOTS && index < (int)bs->app_count) { in index_to_partition()