kopia lustrzana https://github.com/espressif/esp-idf
5551b3f616
When 2nd stage bootloader loads the ROM bootloader, it prints a message similar to "entry 0x40080xxx", which idf_monitor decodes (using application ELF file) as one of the reset vectors (xxx is < 400h). This moves the iram_seg of bootloader 1k up to prevent overlap of bootloader .text and application vectors, making the output look nicer. There is still a chance that the entry point decodes as some symbol in application ELF file, but at least it won't have "Exception" in its name. |
||
---|---|---|
.. | ||
subproject | ||
Kconfig.projbuild | ||
Makefile.projbuild | ||
component.mk |