Skip to content

Commit d76820f

Browse files
authored
Update bootloaders with IDF release/v5.4 ones (#857)
* Update bootloaders with IDF release/v5.4 ones * changelog * rebuilt data elfs with esp-bootloader-esp-idf included * Add a README with bootlader's details * reviews * rework bootloaders README
1 parent 52df816 commit d76820f

21 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242
- Take elf data as bytes rather than `ElfFile` struct when creating an image format (#825)
4343
- Updated to Rust 2024 edition (#843)
4444
- Complete rework of reading eFuse field values (#847)
45+
- Updated bootloaders with `release/v5.4` ones from IDF (#857)
4546

4647
### Fixed
4748

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The listed bootloaders were built with [esp-idf/release/v5.4](https://github.com/espressif/esp-idf/tree/release/v5.4) at commit `3ad3632`, using default settings. For now, esp-hal uses MMU page size as 0x10000 (64k) therefore he flash size has to be changed to 64MB.
-672 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)