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