1# Sections that can be placed in memory regions common
2# to supported SoCs. This is here since some of counterpart attributes
3# are in esp_attr.h.
4#
5# Ideally esp_attr.h would be split between this component and `soc`.
6# Those moved to `soc` are the counterpart attributes to these sections.
7
8[sections:rtc_text]
9entries:
10    .rtc.text+
11    .rtc.literal
12
13[sections:rtc_data]
14entries:
15    .rtc.data+
16
17[sections:rtc_rodata]
18entries:
19    .rtc.rodata+
20
21[sections:rtc_bss]
22entries:
23    .rtc.bss
24
25[sections:iram]
26entries:
27    .iram1+
28
29[sections:iram_data]
30entries:
31    .iram.data+
32
33[sections:iram_bss]
34entries:
35    .iram.bss+
36
37[sections:dram]
38entries:
39    .dram1+
40
41[sections:extram_bss]
42entries:
43    .ext_ram.bss+
44