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
..
2018-11-27 13:59:24 +08:00
2018-12-03 16:52:04 +08:00
2018-09-11 09:44:12 +08:00
2018-11-08 15:57:13 +05:30
2018-11-27 13:59:24 +08:00
2018-12-03 16:52:04 +08:00
2018-11-30 21:53:21 +08:00
2018-11-27 13:59:24 +08:00
2018-09-13 08:56:59 +08:00
2018-11-27 13:59:24 +08:00
2018-11-30 10:08:28 +08:00
2018-12-03 16:52:04 +08:00
2018-09-11 09:44:12 +08:00
2018-11-19 12:36:31 +08:00
2018-11-12 17:03:06 +08:00
2018-11-20 13:58:26 +08:00
2018-09-11 09:44:12 +08:00
2018-11-19 04:00:21 +00:00
2018-11-19 18:35:54 +08:00
2018-11-12 17:03:06 +08:00
2018-11-15 06:13:48 +00:00
2018-11-27 13:59:24 +08:00
2018-11-13 16:38:45 +08:00
2018-10-20 12:07:24 +08:00
2018-11-29 19:26:46 +08:00
2018-10-17 12:47:12 +02:00
2018-11-28 12:26:34 +08:00
2018-11-29 16:23:06 +05:30
2018-11-28 20:36:08 +01:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-10-20 12:07:24 +08:00
2018-09-11 09:44:12 +08:00
2018-11-15 10:31:35 +08:00
2018-11-29 16:23:06 +05:30
2018-11-16 07:22:29 +00:00
2018-09-11 09:44:12 +08:00
2018-10-30 08:04:09 +01:00
2018-11-27 13:59:24 +08:00
2018-09-11 09:44:12 +08:00
2018-11-27 13:59:26 +08:00
2018-09-11 09:44:12 +08:00
2018-11-30 16:39:55 +08:00
2018-10-02 19:07:28 +05:30
2018-10-24 17:32:43 +05:30
2018-11-29 16:23:06 +05:30
2018-10-20 12:07:24 +08:00
2018-09-11 09:44:12 +08:00
2018-11-28 07:20:45 +00:00
2018-11-19 18:35:54 +08:00
2018-11-19 12:36:31 +08:00
2018-11-05 12:30:04 +08:00
2018-10-24 12:03:41 +02:00
2018-11-30 14:57:01 +08:00
2018-11-27 13:59:24 +08:00
2018-11-29 09:40:54 +08:00
2018-11-19 12:36:31 +08:00
2018-10-02 19:07:28 +05:30
2018-10-20 12:07:24 +08:00
2018-11-16 12:42:02 +08:00