kopia lustrzana https://github.com/espressif/esp-idf
3b9cb25fe1
Added a new structure esp_app_desc_t. It has info about firmware: version, secure_version, project_name, time/date build and IDF version. Added the ability to add a custom structure with a description of the firmware. The esp_app_desc_t is located in fixed place in start of ROM secotor. It is located after structures esp_image_header_t and esp_image_segment_header_t. app_version is filed from PROJECT_VER variable (if set in custom make file) or PROJECT_PATH/version.txt or git repo (git describe). Add API to get app_desc from partition. |
||
---|---|---|
.. | ||
elf_to_ld.sh | ||
esp32.common.ld.in | ||
esp32.extram.bss.ld | ||
esp32.ld | ||
esp32.peripherals.ld | ||
esp32.rom.ld | ||
esp32.rom.libgcc.ld | ||
esp32.rom.nanofmt.ld | ||
esp32.rom.redefined.ld | ||
esp32.rom.spiflash.ld | ||
esp32.rom.spiram_incompatible_fns.ld | ||
esp32.spiram.rom-functions-dram.ld | ||
esp32.spiram.rom-functions-iram.ld | ||
esp32_fragments.lf |