Home
last modified time | relevance | path

Searched refs:CONFIG_ESP_BOOT_SWAP_USING_SCRATCH (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_config.h76 #if !defined(CONFIG_ESP_BOOT_SWAP_USING_SCRATCH) && \
81 #define CONFIG_ESP_BOOT_SWAP_USING_SCRATCH macro
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c62 #ifdef CONFIG_ESP_BOOT_SWAP_USING_SCRATCH
106 #ifdef CONFIG_ESP_BOOT_SWAP_USING_SCRATCH
123 #ifdef CONFIG_ESP_BOOT_SWAP_USING_SCRATCH
/mcuboot-latest/boot/espressif/hal/src/
Dflash_encrypt.c311 #ifdef CONFIG_ESP_BOOT_SWAP_USING_SCRATCH in esp_flash_encrypt_contents()