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
Copy file name to clipboardExpand all lines: esp-bootloader-esp-idf/CHANGELOG.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
13
+
### Changed
14
+
15
+
16
+
### Fixed
17
+
18
+
19
+
### Removed
20
+
21
+
22
+
## [v0.3.0] - 2025-10-13
23
+
24
+
### Added
25
+
12
26
-`FlashRegion::partition_size` (#3902)
13
-
-`PartitionTable::booted_partition`(#3979)
27
+
-`PartitionTable::booted_partition`(#3979)
14
28
- A new high-level OTA update helper, `OtaUpdater`, has been introduced. This simplifies the process of performing an OTA update by validating the partition table, finding the next available update slot, and handling the activation of the new image. (#4150)
15
29
- Support for partition tables with more than two OTA application partitions (up to 16). The OTA logic now correctly cycles through all available `ota_X` slots. (#4150)
16
30
-`PartitionTable::booted_partition()` function to determine which application partition is currently running by inspecting MMU registers. (#4150)
@@ -29,9 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
43
- FlashRegion: Fix off-by-one bug when bounds checking (#3977)
30
44
- Correctly set the `ESP_IDF_COMPATIBLE_VERSION` in the application descriptor. It was previously using the `MMU_PAGE_SIZE` configuration value by mistake. (#4150)
31
45
32
-
### Removed
33
-
34
-
35
46
## [v0.2.0] - 2025-07-16
36
47
37
48
### Changed
@@ -60,4 +71,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments