You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing we need to be careful about using esp-config is that we namespace those options properly so they're specific to esp-idf's bootloader and won't overlap with any relevant mcu boot options.
New versions of ESP-IDF bootloader expect to have application description, see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/app_image_format.html#application-description.
Here's the macro in
esp-idf-sys
: https://github.com/esp-rs/esp-idf-sys/blob/master/src/app_desc.rs#L2@bugadani suggested having a similar macro on
esp_hal::init
that could be configured withesp-config
The text was updated successfully, but these errors were encountered: