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 0ce13e9 commit b5504d3Copy full SHA for b5504d3
CHANGELOG.md
@@ -8,17 +8,17 @@ 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
-- Several fixes in `read_efuse`
+- Several fixes in `read_efuse` (#969)
22
23
### Removed
24
0 commit comments