mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 17:17:14 +00:00
esp_bootloader_format: Adds bootloader description structure to read bootloader version from app
Closes https://github.com/espressif/esp-idf/issues/8800 Closes https://github.com/espressif/esp-idf/issues/9132
This commit is contained in:
@@ -121,6 +121,7 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/esp_adc/include/esp_adc/adc_continuous.h \
|
||||
$(PROJECT_PATH)/components/esp_adc/include/esp_adc/adc_oneshot.h \
|
||||
$(PROJECT_PATH)/components/esp_app_format/include/esp_app_desc.h \
|
||||
$(PROJECT_PATH)/components/esp_bootloader_format/include/esp_bootloader_desc.h \
|
||||
$(PROJECT_PATH)/components/esp_common/include/esp_check.h \
|
||||
$(PROJECT_PATH)/components/esp_common/include/esp_err.h \
|
||||
$(PROJECT_PATH)/components/esp_common/include/esp_idf_version.h \
|
||||
|
Reference in New Issue
Block a user