dongheng
d0f58daec1
feat(esp8266): add system version
...
Bootloader can get the version of application for specific section,
and then check if some features are supported.
Developers can use the macro "ESP_IDF_VERSION" to limite some function like following:
include "esp_idf_version.h"
if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(3, 4, 0) && ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(4, 0, 0) // 3.4 <= ver < 4.0
do_xxx_process();
endif
2019-09-23 20:06:51 +08:00
..
2019-08-02 14:02:45 +08:00
2019-09-18 13:58:08 +08:00
2019-08-02 14:02:45 +08:00
2019-08-02 14:02:45 +08:00
2019-09-18 13:58:08 +08:00
2019-04-17 15:58:46 +08:00
2019-09-23 20:06:51 +08:00
2019-08-26 20:41:19 +08:00
2019-08-26 20:46:10 +08:00
2019-05-16 16:22:11 +08:00
2019-08-26 20:46:10 +08:00
2019-04-04 15:31:34 +08:00
2019-08-22 19:29:20 +08:00
2019-09-18 13:58:08 +08:00
2019-09-10 17:15:27 +08:00
2019-09-17 11:47:18 +08:00
2019-05-16 16:22:11 +08:00
2019-05-16 16:22:11 +08:00
2019-09-18 16:02:20 +08:00
2019-09-18 13:58:08 +08:00
2019-08-30 20:58:32 +08:00
2019-09-06 17:32:17 +08:00
2019-05-17 16:29:24 +08:00
2019-09-18 13:58:08 +08:00
2019-08-28 11:30:12 +08:00
2019-08-02 14:02:45 +08:00
2019-08-02 14:02:45 +08:00
2019-09-18 13:58:08 +08:00
2019-05-16 16:22:11 +08:00
2019-09-09 16:55:54 +08:00
2019-07-26 16:15:54 +08:00
2019-08-05 17:20:29 +08:00
2019-06-12 11:06:26 +08:00
2019-08-02 14:02:45 +08:00
2019-08-30 20:58:32 +08:00
2019-06-13 16:56:29 +08:00
2019-08-12 10:23:32 +08:00
2019-08-07 12:11:31 +08:00
2019-06-13 16:27:25 +08:00
2019-02-25 17:39:28 +05:30
2019-08-07 12:10:00 +08:00
2018-06-02 21:16:37 +08:00