esp-hal/esp-ieee802154/CHANGELOG.md
2024-10-10 12:20:52 +00:00

55 lines
1.2 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Fixed
### Removed
## 0.3.1 - 2024-10-10
- Bumped esp-wifi-sys to `v0.6.0`
## 0.3.0 - 2024-10-10 - YANKED
### Added
- Added board-specific consts for c6 and h2 when caluclating transmit power conversion
- Added `defmt` and `log` features (#2183)
### Changed
- Modified CCA threshold value to default of -60
- The driver now take `RADIO_CLK` by value to avoid a collision with esp-wifi's usage (#2183)
- `binary-logs` feature renamed to `sys-logs` (#2183)
- Updated PHY driver to v5.3.1 (#2239)
### Fixed
- Fixed possible integer underflow in array access
- Fixed compile error when building sys-logs feature
## 0.2.0 - 2024-08-29
### Added
- Added additional checks to prevent various array access panics while processing frames (#1923)
- Added range check to avoid panic when indexing into RX_BUFFER slice (#1682)
## 0.1.0 - 2024-07-15
### Added
- Initial release
[Unreleased]: https://github.com/esp-rs/esp-hal/commits/main/esp-ieee802154?since=2024-10-10