2024-03-20 07:27:43 -04:00
|
|
|
[sections:bt_iram_text]
|
2023-10-08 04:08:47 -04:00
|
|
|
entries:
|
|
|
|
.iram1+
|
|
|
|
|
|
|
|
[sections:bt_bss]
|
|
|
|
entries:
|
|
|
|
.bss+
|
|
|
|
.sbss+
|
|
|
|
|
|
|
|
[sections:bt_data]
|
|
|
|
entries:
|
|
|
|
.data+
|
|
|
|
.sdata+
|
|
|
|
.dram1+
|
|
|
|
|
|
|
|
[sections:bt_common]
|
|
|
|
entries:
|
|
|
|
COMMON
|
|
|
|
|
2024-03-20 07:27:43 -04:00
|
|
|
[scheme:bt_default]
|
2023-10-08 04:08:47 -04:00
|
|
|
entries:
|
2024-03-20 07:27:43 -04:00
|
|
|
bt_iram_text -> iram0_bt_text
|
2023-10-08 04:08:47 -04:00
|
|
|
bt_bss -> dram0_bt_bss
|
|
|
|
bt_common -> dram0_bt_bss
|
|
|
|
bt_data -> dram0_bt_data
|
|
|
|
|
|
|
|
# For the following fragments, order matters for
|
|
|
|
# 'ALIGN(4) ALIGN(4, post) SURROUND(sym)', which generates:
|
|
|
|
#
|
|
|
|
# . = ALIGN(4)
|
|
|
|
# _sym_start
|
|
|
|
# ...
|
|
|
|
# . = ALIGN(4)
|
|
|
|
# _sym_end
|
|
|
|
|
|
|
|
[mapping:bt]
|
|
|
|
archive: libbt.a
|
|
|
|
entries:
|
2024-03-20 07:27:43 -04:00
|
|
|
* (bt_default);
|
2023-10-08 04:08:47 -04:00
|
|
|
bt_bss -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_bss),
|
|
|
|
bt_common -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_common),
|
|
|
|
bt_data -> dram0_bt_data ALIGN(4) ALIGN(4, post) SURROUND(bt_data)
|
2024-03-20 07:27:43 -04:00
|
|
|
|
|
|
|
[mapping:ble_app]
|
|
|
|
archive: libble_app.a
|
|
|
|
entries:
|
|
|
|
* (bt_default);
|
|
|
|
bt_bss -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_bss),
|
|
|
|
bt_common -> dram0_bt_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_common),
|
|
|
|
bt_data -> dram0_bt_data ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_data)
|