mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
${rom_symbols}
|
||
|
|
||
|
# Load bootloader symbols
|
||
|
set confirm off
|
||
|
${add_bootloader_symbols}
|
||
|
set confirm on
|
||
|
|
||
|
# Load application symbols
|
||
|
file ${application_elf}
|