forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoc.lf
43 lines (34 loc) · 708 Bytes
/
soc.lf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Sections that can be placed in memory regions common
# to supported SoCs. This is here since some of counterpart attributes
# are in esp_attr.h.
#
# Ideally esp_attr.h would be split between this component and `soc`.
# Those moved to `soc` are the counterpart attributes to these sections.
[sections:rtc_text]
entries:
.rtc.text+
.rtc.literal
[sections:rtc_data]
entries:
.rtc.data+
[sections:rtc_rodata]
entries:
.rtc.rodata+
[sections:rtc_bss]
entries:
.rtc.bss
[sections:iram]
entries:
.iram1+
[sections:iram_data]
entries:
.iram.data+
[sections:iram_bss]
entries:
.iram.bss+
[sections:dram]
entries:
.dram1+
[sections:extram_bss]
entries:
.ext_ram.bss+