Home
last modified time | relevance | path

Searched refs:ESP_IMAGE_FLASH_SIZE_4MB (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.6.0/components/bootloader_support/src/esp32h2/
Dbootloader_esp32h2.c95 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
166 case ESP_IMAGE_FLASH_SIZE_4MB: in print_flash_info()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c96 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
167 case ESP_IMAGE_FLASH_SIZE_4MB: in print_flash_info()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c95 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
168 case ESP_IMAGE_FLASH_SIZE_4MB: in print_flash_info()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c97 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
179 case ESP_IMAGE_FLASH_SIZE_4MB: in print_flash_info()
/hal_espressif-3.6.0/components/bootloader_support/include/
Desp_app_format.h56 ESP_IMAGE_FLASH_SIZE_4MB, /*!< SPI flash size 4 MB */ enumerator
/hal_espressif-3.6.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c151 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
225 case ESP_IMAGE_FLASH_SIZE_4MB: in print_flash_info()
/hal_espressif-3.6.0/zephyr/esp32s2/src/boot/
Dbootloader_init.c66 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
/hal_espressif-3.6.0/zephyr/esp32/src/boot/
Dbootloader_init.c118 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
/hal_espressif-3.6.0/zephyr/esp_shared/src/boot/
Dbootloader_init_common.c147 case ESP_IMAGE_FLASH_SIZE_4MB: in bootloader_print_flash_info()
/hal_espressif-3.6.0/zephyr/esp32c3/src/boot/
Dbootloader_init.c106 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
/hal_espressif-3.6.0/zephyr/esp32s3/src/boot/
Dbootloader_init.c74 case ESP_IMAGE_FLASH_SIZE_4MB: in update_flash_config()
/hal_espressif-3.6.0/components/esp_system/port/
Dcpu_start.c596 fhdr.spi_size = ESP_IMAGE_FLASH_SIZE_4MB;
/hal_espressif-3.6.0/components/bootloader_support/src/
Desp_image_format.c898 case ESP_IMAGE_FLASH_SIZE_4MB: in esp_image_get_flash_size()