Skip to content

Commit e4d27b3

Browse files
Shorten the last changelog comments a bit (esp-rs#105)
* Shorten the changelog comments a bit * chore: auto-push built libraries --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 043a205 commit e4d27b3

11 files changed

Lines changed: 2 additions & 2 deletions

File tree

openthread-sys/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99
* Advertise **Thread 1.4** instead of Thread 1.1 (#103)
10-
* The stack now reports Thread version 1.4 (`OpenThread::thread_version` returns 4; the highest the vendored OpenThread supports). Thread 1.3+ is the floor Matter-over-Thread expects; for a plain node (no Border Router, no TREL) the on-air/radio contract is unchanged past 1.2, so this is effectively a version bump plus a few benign internal behaviors (e.g. a more thorough parent search at attach).
10+
* The stack now reports Thread version 1.4. Note that Thread 1.3+ is the floor Matter-over-Thread expects; for a plain node (no Border Router, no TREL) the on-air/radio contract is unchanged past 1.2, so this is effectively a version bump plus a few benign internal behaviors (e.g. a more thorough parent search at attach).
1111
* CSL is deliberately **not** compiled in: both `OPENTHREAD_CONFIG_MAC_CSL_TRANSMITTER_ENABLE` (which otherwise defaults on at >= 1.2) and `OT_CSL_RECEIVER` are forced off. This keeps the radio-platform contract identical to 1.1 — no `EnableCsl` / `ReceiveAt` / `GetCslAccuracy` callbacks are referenced — so every existing `Radio` driver keeps working unchanged. Low-power CSL (SSED) remains a future opt-in.
1212
* HW-validated over an RCP: attach, SRP registration, and a `ping-stress` datapath sweep against a live Border Router.
1313
* NRF52: Fix a corruption issue where Clang compiled the C code with `short-enums = false`, while bindgen generated bindings with `short-enums = true` (#102)
Binary file not shown.
Binary file not shown.
Binary file not shown.
56.1 KB
Binary file not shown.
20.6 KB
Binary file not shown.
Binary file not shown.
55.5 KB
Binary file not shown.
20.3 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)