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
* App desc check only for esp-hal projects
* clippy
* comment why it is esp-hal specific
* Check if the project is esp-idf based and if it has an app desc section present
* clippy
* reviews
* fmt
* update link
Copy file name to clipboardExpand all lines: espflash/src/error.rs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -266,11 +266,9 @@ pub enum Error {
266
266
)]
267
267
PartitionTableDoesNotFit(FlashSize),
268
268
269
-
#[error(
270
-
"The app descriptor is not present in the project. You need to add the https://github.com/esp-rs/esp-hal/tree/main/esp-bootloader-esp-idf to your project."
Copy file name to clipboardExpand all lines: espflash/src/image_format/idf.rs
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -814,11 +814,25 @@ where
814
814
/// Check if the provided ELF contains the app descriptor required by [the IDF bootloader](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/bootloader.html).
0 commit comments