Home
last modified time | relevance | path

Searched refs:ESP_BOOTLOADER_RESERVE_RTC (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/bootloader_support/include/
Desp_image_format.h73 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE + CONFIG_BOOTLOADER_CUSTOM_R… macro
75 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE) macro
79 _Static_assert(sizeof(rtc_retain_mem_t) <= ESP_BOOTLOADER_RESERVE_RTC, "Reserved RTC area must exce…
/hal_espressif-2.7.6/components/esp32s3/ld/
Desp32s3.ld12 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE + CONFIG_BOOTLOADER_CUSTOM_R… macro
14 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE) macro
16 #define ESP_BOOTLOADER_RESERVE_RTC 0 macro
76 rtc_iram_seg(RWX) : org = 0x600fe000, len = 0x2000 - ESP_BOOTLOADER_RESERVE_RTC
/hal_espressif-2.7.6/components/esp32c3/ld/
Desp32c3.ld12 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE + CONFIG_BOOTLOADER_CUSTOM_R… macro
14 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE) macro
16 #define ESP_BOOTLOADER_RESERVE_RTC 0 macro
76 rtc_iram_seg(RWX) : org = 0x50000000, len = 0x2000 - ESP_BOOTLOADER_RESERVE_RTC
/hal_espressif-2.7.6/components/esp32s2/ld/
Desp32s2.ld13 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE + CONFIG_BOOTLOADER_CUSTOM_R… macro
15 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE) macro
17 #define ESP_BOOTLOADER_RESERVE_RTC 0 macro
104 rtc_data_seg(RW) : org = 0x3ff9e000, len = 0x2000 - ESP_BOOTLOADER_RESERVE_RTC
/hal_espressif-2.7.6/components/esp32/ld/
Desp32.ld25 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE + CONFIG_BOOTLOADER_CUSTOM_R… macro
27 #define ESP_BOOTLOADER_RESERVE_RTC (CONFIG_BOOTLOADER_RESERVE_RTC_SIZE) macro
29 #define ESP_BOOTLOADER_RESERVE_RTC 0 macro
91 rtc_data_seg(RW) : org = 0x3ff80000, len = 0x2000 - ESP_BOOTLOADER_RESERVE_RTC