File tree 4 files changed +42
-0
lines changed
4 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1
1
idf_component_register(
2
2
SRCS "Dummy.c"
3
3
INCLUDE_DIRS "."
4
+ LDFRAGMENTS "linker.lf"
4
5
)
5
6
6
7
idf_build_get_property(target IDF_TARGET)
Original file line number Diff line number Diff line change
1
+ [sections:flash_text_swift]
2
+ entries:
3
+ .swift_modhash+
4
+
5
+ [sections:dram0_swift]
6
+ entries:
7
+ .got+
8
+ .got.plt+
9
+
10
+ [scheme:swift_default]
11
+ entries:
12
+ flash_text_swift -> flash_text
13
+ dram0_swift -> dram0_data
14
+
15
+ [mapping:swift_default]
16
+ archive: *
17
+ entries:
18
+ * (swift_default);
19
+ flash_text_swift -> flash_text SURROUND (swift_text),
20
+ dram0_swift -> dram0_data SURROUND (swift_dram0)
Original file line number Diff line number Diff line change 1
1
idf_component_register(
2
2
SRCS "Dummy.c"
3
3
INCLUDE_DIRS "."
4
+ LDFRAGMENTS "linker.lf"
4
5
)
5
6
6
7
idf_build_get_property(target IDF_TARGET)
Original file line number Diff line number Diff line change
1
+ [sections:flash_text_swift]
2
+ entries:
3
+ .swift_modhash+
4
+
5
+ [sections:dram0_swift]
6
+ entries:
7
+ .got+
8
+ .got.plt+
9
+
10
+ [scheme:swift_default]
11
+ entries:
12
+ flash_text_swift -> flash_text
13
+ dram0_swift -> dram0_data
14
+
15
+ [mapping:swift_default]
16
+ archive: *
17
+ entries:
18
+ * (swift_default);
19
+ flash_text_swift -> flash_text SURROUND (swift_text),
20
+ dram0_swift -> dram0_data SURROUND (swift_dram0)
You can’t perform that action at this time.
0 commit comments