Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-3.7.0/components/esp_common/
Dsoc.lf6 # Those moved to `soc` are the counterpart attributes to these sections.
8 [sections:rtc_text]
13 [sections:rtc_data]
17 [sections:rtc_rodata]
21 [sections:rtc_bss]
25 [sections:iram]
29 [sections:iram_data]
33 [sections:iram_bss]
37 [sections:dram]
41 [sections:extram_bss]
Dcommon.lf3 [sections:text]
8 [sections:data]
12 [sections:bss]
16 [sections:common]
20 [sections:legacy_bss]
32 [sections:rodata]
/hal_espressif-3.7.0/components/esp_wifi/
Dlinker.lf1 [sections:wifi_iram]
5 [sections:wifi_rx_iram]
9 [sections:wifi_slp_iram]
13 [sections:wifi_or_slp_iram]
17 [sections:wifi_slp_rx_iram]
46 [sections:wifi_log_error]
50 [sections:wifi_log_warning]
54 [sections:wifi_log_info]
58 [sections:wifi_log_debug]
62 [sections:wifi_log_verbose]
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c37 list_t *sections; member
61 config->sections = list_new(section_free); in config_new_empty()
62 if (!config->sections) { in config_new_empty()
108 list_free(config->sections); in config_free()
132 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_has_key_in_section()
225 list_append(config->sections, sec); in config_set_string()
227 list_prepend(config->sections, sec); in config_set_string()
254 return list_remove(config->sections, sec); in config_remove_section()
281 return (const config_section_node_t *)list_begin(config->sections); in config_section_begin()
287 return (const config_section_node_t *)list_end(config->sections); in config_section_end()
[all …]
/hal_espressif-3.7.0/components/esp_system/ld/
Dld.cmake1 # For each supported target, a memory.ld.in and sections.ld.in is processed and dictate the
5 # sections.ld.in goes through linker script generator
18 target_linker_script(${COMPONENT_LIB} INTERFACE "${CMAKE_CURRENT_LIST_DIR}/${target}/sections.ld.in"
19 PROCESS "${CMAKE_CURRENT_BINARY_DIR}/ld/sections.ld")
/hal_espressif-3.7.0/components/esp_mm/test_apps/mm/
DCMakeLists.txt15 --from-sections=.iram0.text
16 --to-sections=.flash.text,.flash.rodata
/hal_espressif-3.7.0/components/esp_mm/test_apps/mmap_hw/
DCMakeLists.txt15 --from-sections=.iram0.text
16 --to-sections=.flash.text,.flash.rodata
/hal_espressif-3.7.0/components/esp_adc/test_apps/adc/
DCMakeLists.txt15 --from-sections=.iram0.text
16 --to-sections=.flash.text,.flash.rodata
/hal_espressif-3.7.0/components/heap/test_apps/heap_tests/
DCMakeLists.txt14 --from-sections=.iram0.text
15 --to-sections=.flash.text,.flash.rodata
/hal_espressif-3.7.0/components/bt/
Dlinker.lf1 [sections:bt_bss]
5 [sections:bt_common]
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32s3/
DKconfig.memory7 This option allows to place .rtc_data and .rtc_rodata sections into
27 RAM size dedicated for static variables (.data & .bss sections).
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32s2/
DKconfig.memory7 This option allows to place .rtc_data and .rtc_rodata sections into
27 RAM size dedicated for static variables (.data & .bss sections).
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/
DMakefile121 -Wl,-static -g -ffunction-sections -Wl,--gc-sections -Iinclude -Lld \
126 -Wl,-static -g -ffunction-sections -Wl,--gc-sections -Iinclude -Lld \
/hal_espressif-3.7.0/tools/esptool_py/docs/en/advanced-topics/
Dindex.rst4 This sections contains advanced topics and technical documentation useful if you're developing ``es…
/hal_espressif-3.7.0/components/esp_phy/
Dlinker.lf6 [sections:phy_iram]
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32/
DKconfig.memory8 This option allows to place .rtc_data and .rtc_rodata sections into
30 RAM size dedicated for static variables (.data & .bss sections).
/hal_espressif-3.7.0/components/esp_system/
DCMakeLists.txt95 # due to -ffunction-sections -Wl,--gc-sections options.
/hal_espressif-3.7.0/components/esp_system/ld/esp32c2/
Dsections.ld.in155 * section will match .flash.rodata's begin address. Thus, both sections
180 … * But the init_priority sections will be sorted for iteration in ascending order during startup.
181 …* The rest of the init_array sections is sorted for iteration in descending order during startup, …
/hal_espressif-3.7.0/components/esp_system/ld/esp32h2/
Dsections.ld.in319 * section will match .flash.rodata's begin address. Thus, both sections
344 … * But the init_priority sections will be sorted for iteration in ascending order during startup.
345 …* The rest of the init_array sections is sorted for iteration in descending order during startup, …
/hal_espressif-3.7.0/components/esp_system/ld/esp32c3/
Dsections.ld.in286 * section will match .flash.rodata's begin address. Thus, both sections
311 … * But the init_priority sections will be sorted for iteration in ascending order during startup.
312 …* The rest of the init_array sections is sorted for iteration in descending order during startup, …
/hal_espressif-3.7.0/components/esp_system/ld/esp32c6/
Dsections.ld.in321 * section will match .flash.rodata's begin address. Thus, both sections
346 … * But the init_priority sections will be sorted for iteration in ascending order during startup.
347 …* The rest of the init_array sections is sorted for iteration in descending order during startup, …
Dmemory.ld.in106 …* C6 has no distinguished LP(RTC) fast and slow memory sections, instead, there is a unified LP_R…
/hal_espressif-3.7.0/components/log/
DREADME.rst55 …Inside critical sections interrupts are disabled so it's only possible to use ``ESP_DRAM_LOGx`` (p…
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/
Dsections.ld.in203 * sections:iram_coredump entry defined in espcoredump's linker.lf file */
294 * section will match .flah.rodata's begin address. Thus, both sections
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/
Dsections.ld.in323 * section will match .flah.rodata's begin address. Thus, both sections
406 * This section is required to skip flash rodata sections, because `extern_ram_seg`

12