esp-idf/docs/en/api-guides
Konstantin Kondrashov 3b9cb25fe1 esp32: Add firmware version to app
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.
2018-12-03 16:52:04 +08:00
..
jtag-debugging
RF_calibration.rst doc: add documentation for RF calibration 2018-11-30 16:26:56 +08:00
SYSVIEW_FreeRTOS.txt
app_trace.rst
blufi.rst
bootloader.rst
build-system-cmake.rst esp32: Add firmware version to app 2018-12-03 16:52:04 +08:00
build-system.rst esp32: Add firmware version to app 2018-12-03 16:52:04 +08:00
console.rst
core_dump.rst
deep-sleep-stub.rst
error-handling.rst
external-ram.rst docs: Add some more explanation about heap, memory types 2018-11-30 12:29:38 +11:00
fatal-errors.rst
freertos-smp.rst
general-notes.rst
hlinterrupts.rst
index.rst doc: add documentation for RF calibration 2018-11-30 16:26:56 +08:00
linker-script-generation.rst
mesh.rst mesh: add channel switch function 2018-11-27 23:36:01 +08:00
partition-tables.rst
romconsole.rst
thread-local-storage.rst
ulp-cmake.rst
ulp.rst
ulp_instruction_set.rst
ulp_macros.rst
unit-tests-cmake.rst
unit-tests.rst
wifi.rst Added wireshark instruction to provide a common workflow for users submitting diagnostic data for Wi-Fi troubleshooting 2018-11-16 14:44:58 +08:00
wireshark-user-guide.rst Added wireshark instruction to provide a common workflow for users submitting diagnostic data for Wi-Fi troubleshooting 2018-11-16 14:44:58 +08:00