We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626a276 commit d4f10e5Copy full SHA for d4f10e5
CHANGELOG.md
@@ -8,18 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased]
9
10
### Added
11
-- `read_efuse_le` should be preferred over `read_efuse`
+- `read_efuse_le` should be preferred over `read_efuse` (#969)
12
13
- A new CLI argument `rom-elf` was added which will be used for backtraces (#963)
14
15
### Changed
16
-- `read_efuse` is deprecated
+- `read_efuse` is deprecated (#969)
17
18
### Fixed
19
20
- Corrected eFuse BLOCK0 definitions for ESP32-C2, ESP32-C3, and ESP32-S3 (#961)
21
- Fixed Secure Download Mode detection on ESP32-P4 (#972)
22
- Several fixes in `read_efuse`
23
+- Several fixes in `read_efuse` (#969)
24
25
### Removed
26
0 commit comments