Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 25 of 66) sorted by relevance

123

/hal_espressif-3.6.0/tools/ldgen/test/
Dtest_generation.py150 mapping = u"""
156 self.add_fragments(mapping)
162 mapping = u"""
168 self.add_fragments(mapping)
174 mapping = u"""
180 self.add_fragments(mapping)
186 mapping = u"""
194 self.add_fragments(mapping)
203 mapping = u"""
210 self.add_fragments(mapping)
[all …]
/hal_espressif-3.6.0/tools/ldgen/samples/
Dmappings.lf2 [mapping:heap]
8 [mapping:soc]
13 [mapping:freertos]
18 [mapping:esp32]
24 [mapping:app_trace]
29 [mapping:xtensa_debug_module]
34 [mapping:phy]
39 [mapping:rtc]
44 [mapping:hal]
49 [mapping:gcc]
[all …]
Dtemplate.ld13 mapping[rtc_text]
26 mapping[rtc_data]
37 mapping[rtc_bss]
91 mapping[iram0_text]
100 mapping[dram0_data]
121 mapping[dram0_bss]
143 mapping[flash_rodata]
198 mapping[flash_text]
/hal_espressif-3.6.0/components/esp_pm/
Dlinker.lf1 [mapping:esp_pm]
10 [mapping:esp_hw_support_pm]
28 [mapping:esp_system_pm]
39 [mapping:esp_timer_pm]
52 [mapping:newlib_pm]
60 [mapping:driver_pm]
68 [mapping:hal_pm]
/hal_espressif-3.6.0/components/esp_wifi/
Dlinker.lf94 [mapping:wifi_default]
99 [mapping:pp]
120 [mapping:net80211]
138 [mapping:coexist]
144 [mapping:esp_wifi]
153 [mapping:driver_wifi_pm]
160 [mapping:esp_timer_wifi_pm]
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dlinker-script-generation.rst90 [mapping:my_component]
105 [mapping:my_component]
126 [mapping:my_component]
135 [mapping:my_component]
147 [mapping:my_component]
159 [mapping:my_component]
178 [mapping:my_component]
219 …:`段<ldgen-sections-fragment>`、:ref:`协议<ldgen-scheme-fragment>` 和 :ref:`映射<ldgen-mapping-fragment>`。
396 .. _ldgen-mapping-fragment :
404 [mapping]
[all …]
/hal_espressif-3.6.0/tools/ldgen/test/data/
Dlinker_script.ld13 mapping[rtc_text]
26 mapping[rtc_data]
37 mapping[rtc_bss]
91 mapping[iram0_text]
100 mapping[dram0_data]
121 mapping[dram0_bss]
144 mapping[flash_rodata]
199 mapping[flash_text]
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/
Dlinker.lf5 [mapping:eeprom]
10 [mapping:ext_driver]
16 [mapping:ext_soc]
21 [mapping:ext_newlib]
/hal_espressif-3.6.0/.gitlab/ci/dependencies/
DREADME.md40 1. expand the mapping dicts defined by `matrix`
51 **Advanced Usage: You can overwrite a mapping by declaring it again later**, For example:
69 …ord `deploy` will also replicate by adding a postfix `-<item in deploy array>` to the mapping key**
73 After this step, it will turn into 6 mapping dicts:
84mapping will generate a `rule` and all the required labels. `patterns` are pre-defined in `rules.y…
86 - If a mapping key has postfix `-preview`, no `if-protected-xxx` clause will be added
87 … - else if a mapping key has postfix `-production`, an `if-protected-no_label` clause will be added
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dsections.ld.in18 mapping[rtc_text]
45 mapping[rtc_force_fast]
64 mapping[rtc_data]
78 mapping[rtc_bss]
173 mapping[iram0_text]
194 mapping[dram0_data]
231 mapping[extern_ram]
243 mapping[dram0_bss]
269 mapping[flash_rodata]
331 mapping[rodata_noload]
[all …]
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dsections.ld.in21 mapping[rtc_text]
43 mapping[rtc_force_fast]
60 mapping[rtc_data]
73 mapping[rtc_bss]
135 mapping[iram0_text]
166 mapping[dram0_data]
193 mapping[dram0_bss]
219 mapping[flash_text]
258 * added for the mapping header. */
280 mapping[flash_rodata]
[all …]
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dsections.ld.in24 mapping[rtc_text]
52 mapping[rtc_force_fast]
71 mapping[rtc_data]
84 mapping[rtc_bss]
178 mapping[iram0_text]
208 mapping[dram0_data]
236 mapping[dram0_bss]
262 mapping[flash_text]
301 * added for the mapping header. */
323 mapping[flash_rodata]
[all …]
/hal_espressif-3.6.0/components/espcoredump/
Dlinker.lf27 [mapping:coredump_default]
36 [mapping:espcoredump]
48 [mapping:spi_flash_override]
57 [mapping:sha256_coredump]
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dsections.ld.in20 mapping[rtc_text]
48 mapping[rtc_force_fast]
67 mapping[rtc_data]
80 mapping[rtc_bss]
143 mapping[iram0_text]
174 mapping[dram0_data]
201 mapping[dram0_bss]
227 mapping[flash_text]
266 * added for the mapping header. */
288 mapping[flash_rodata]
[all …]
/hal_espressif-3.6.0/tools/ldgen/
Dgeneration.py440 for mapping in self.mappings.values():
441 archive = mapping.archive
443 for (obj, symbol, scheme_name) in mapping.entries:
449 mapping.name not in self.check_mapping_exceptions):
452 raise GenerationException(message, mapping)
454 if (obj, symbol, scheme_name) in mapping.flags.keys():
455 flags = mapping.flags[(obj, symbol, scheme_name)]
463 raise GenerationException(message, mapping)
492 … raise GenerationException('Sections mapped to multiple targets.', mapping)
505 … raise GenerationException('Conflicting flags specified.', mapping)
[all …]
Dfragments.py460 mapping = (obj, symbol, scheme)
461 self.entries.add(mapping)
474 existing_flags = self.flags[mapping]
477 self.flags[mapping] = existing_flags
561 mapping = Group(header + archive + entries)
562 mapping.ignore('#' + restOfLine)
599 mapping.setParseAction(parsed_deprecated_mapping)
600 return mapping
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dsections.ld.in22 mapping[rtc_text]
54 mapping[rtc_force_fast]
72 mapping[rtc_data]
85 mapping[rtc_bss]
179 mapping[iram0_text]
216 mapping[dram0_data]
241 mapping[extern_ram]
254 mapping[dram0_bss]
290 mapping[flash_rodata]
351 mapping[rodata_noload]
[all …]
/hal_espressif-3.6.0/components/esp_phy/
Dlinker.lf10 [mapping:phy]
17 [mapping:rtc]
22 [mapping:esp_phy]
/hal_espressif-3.6.0/components/bt/
Dlinker.lf19 [mapping:bt]
28 [mapping:btdm]
35 [mapping:nimble]
/hal_espressif-3.6.0/docs/en/api-guides/
Dlinker-script-generation.rst90 [mapping:my_component]
105 [mapping:my_component]
126 [mapping:my_component]
135 [mapping:my_component]
147 [mapping:my_component]
159 [mapping:my_component]
178 [mapping:my_component]
219 …ctions-fragment>`, :ref:`scheme<ldgen-scheme-fragment>` and :ref:`mapping<ldgen-mapping-fragment>`.
236 - type: Corresponds to the fragment type, can either be ``sections``, ``scheme`` or ``mapping``.
313 - mapping fragments now requires a name like other fragment types
[all …]
/hal_espressif-3.6.0/components/xtensa/
Dlinker.lf1 [mapping:xtensa]
7 [mapping:xt_hal]
/hal_espressif-3.6.0/components/newlib/
Dsystem_libs.lf1 [mapping:gcc]
10 [mapping:gcov]
/hal_espressif-3.6.0/examples/storage/partition_api/partition_mmap/
DREADME.md7 …ple.csv), with a data partition `storage` used for demonstration. Before mapping this partition to…
10 …is used to get a pointer to the mapped memory region and a handle to the mapping. The pointer is u…
11 …d read are verified to be the same, the function `spi_flash_munmap` is used to release the mapping.
/hal_espressif-3.6.0/components/app_trace/
Dlinker.lf1 [mapping:app_trace]
12 [mapping:app_trace_driver]
/hal_espressif-3.6.0/components/esp_system/
Dlinker.lf1 [mapping:esp_system]
26 [mapping:vfs_cdcacm]

123