summaryrefslogtreecommitdiff
path: root/lib/bt/linker_esp_ble_controller.lf
blob: fe8598112bedf383c4561391eac844d9f4770e33 (plain)
1
2
3
4
5
6
7
[mapping:ble_app]
archive: libble_app.a
entries:
    * (bt_default);
        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)