esp-idf/components/esp_app_format
Akos Vandra-Meyer 48b50327a0
Make esp_app_desc a weak symbol
By doing so, the application will be able to define its own esp_app_desc generated at their discretion, with help of whatever build process they use, and removes the necessity to rebuild esp-idf every time only to have the esp_app_desc updated.

Removes the patch necessary for https://github.com/esp-rs/esp-idf-sys/pull/136, where we are building esp-idf and basically linking it as a static library. The process building the library doesn't have access to the real application version or the build time, since we are only rebuilding esp-idf if the sdkconfig changes.
2022-10-02 18:46:46 +02:00
..
include app_update: Moved app metadata to new component esp_app_format 2022-08-17 10:59:25 +05:30
test_apps esp_app_format: Added test-app 2022-08-17 10:59:31 +05:30
CMakeLists.txt app_update: Moved app metadata to new component esp_app_format 2022-08-17 10:59:25 +05:30
esp_app_desc.c Make esp_app_desc a weak symbol 2022-10-02 18:46:46 +02:00
Kconfig.projbuild app_update: Moved app metadata to new component esp_app_format 2022-08-17 10:59:25 +05:30