* Update drivers * Fixes * Changelogs * Actually remove timers when we should * Have one waker for all events * Prefer `swap_remove` over `remove` * Really implement new coex fucntions for C3/S3 * Real implementation for `coex_schm_flexible_period_set` and `coex_schm_flexible_period_get` * Mute warnings
1.0 KiB
1.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Added board-specific consts for c6 and h2 when caluclating transmit power conversion
- Added
defmtandlogfeatures (#2183)
Changed
- Modified CCA threshold value to default of -60
- The driver now take
RADIO_CLKby value to avoid a collision with esp-wifi's usage (#2183) binary-logsfeature renamed tosys-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
Removed
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