mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-29 06:01:43 +01:00
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
|
|
[mapping:ble_app]
|
||
|
|
archive: libble_app.a
|
||
|
|
entries:
|
||
|
|
* (bt_start_end);
|
||
|
|
bt_bss -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_bss),
|
||
|
|
bt_common -> dram0_bss ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_common),
|
||
|
|
data -> dram0_data ALIGN(4) ALIGN(4, post) SURROUND(bt_controller_data)
|