mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* update radio blobs use esp-wifi-sys 0.8.2 * CHANGELOG.md * fmt * Address review * Address review comments * Address review comments
30 lines
684 B
Plaintext
30 lines
684 B
Plaintext
INCLUDE "rom/esp32c3.rom.api.ld"
|
|
INCLUDE "rom/esp32c3.rom.eco3.ld"
|
|
/* TODO
|
|
INCLUDE "rom/esp32c3.rom.eco7.ld"
|
|
*/
|
|
INCLUDE "rom/esp32c3.rom.ld"
|
|
INCLUDE "rom/esp32c3.rom.libgcc.ld"
|
|
INCLUDE "rom/esp32c3.rom.version.ld"
|
|
|
|
/*
|
|
TODO if BT_CTRL_RUN_IN_FLASH_ONLY
|
|
|
|
INCLUDE "rom/esp32c3.rom.ble_50.ld"
|
|
INCLUDE "rom/esp32c3.rom.ble_cca.ld"
|
|
INCLUDE "rom/esp32c3.rom.ble_dtm.ld"
|
|
INCLUDE "rom/esp32c3.rom.ble_master.ld"
|
|
INCLUDE "rom/esp32c3.rom.ble_scan.ld"
|
|
INCLUDE "rom/esp32c3.rom.ble_smp.ld"
|
|
INCLUDE "rom/esp32c3.rom.ble_test.ld"
|
|
*/
|
|
|
|
INCLUDE "rom/esp32c3.rom.bt_funcs.ld"
|
|
INCLUDE "rom/esp32c3.rom.eco3_bt_funcs.ld"
|
|
/*
|
|
TODO
|
|
INCLUDE "rom/esp32c3.rom.eco7_bt_funcs.ld"
|
|
*/
|
|
|
|
INCLUDE "rom/additional.ld"
|