esp-hal/esp-ieee802154/CHANGELOG.md
Scott Mabin ba63beb3b2
Move binary logging to sys crate (#2183)
* Move binary logging to sys crate

* make ieee take radio clks by value

* rename wifi-logs to binary-logs and fix compilation

* update sys to use correct size types

* move rtc_clk_xtal_freq_get to esp-hal

* changelogs and migration guide

* s/wifi-logs/sys-logs/g

* activate log features for esp-wifi-sys

* ble log fix c2

* fix logs using latest sys rev

* fix warning
2024-09-19 15:19:54 +00:00

1012 B

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 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)

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