drivers/kw41zrf: add support for IEEE 802.15.4 Radio HAL#21992
Open
Stopkaa wants to merge 6 commits intoRIOT-OS:masterfrom
Open
drivers/kw41zrf: add support for IEEE 802.15.4 Radio HAL#21992Stopkaa wants to merge 6 commits intoRIOT-OS:masterfrom
Stopkaa wants to merge 6 commits intoRIOT-OS:masterfrom
Conversation
crasbe
reviewed
Jan 16, 2026
Contributor
crasbe
left a comment
There was a problem hiding this comment.
Just some preliminary style related comments. I can't really comment on what the changes actually mean.
Please also check and mitigate the static errors.
317e726 to
b497468
Compare
8dfbd67 to
357cd50
Compare
jia200x
reviewed
Jan 30, 2026
jia200x
reviewed
Jan 30, 2026
357cd50 to
a47fc6c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution Description
This PR adds HAL support for the KW41Z radio.
Also this PR extends
tests/net/ieee802154_submacwith ping-like functionality for bulk message transmission testing.I also used new SPDX license tags on the relevant parts
Testing Procedure
examples/networking/gnrc/networkingtests/net/ieee802154_submacTest Results
KW41Z to KW2xRF:
2026-01-14 18:30:26,766 # 2026-01-14 18:30:26,771 # --- fe80::acfa:4110:e0b:fb19 PING statistics ---
2026-01-14 18:30:26,776 # 10000 packets transmitted, 9932 packets received, 0% packet loss
2026-01-14 18:30:26,781 # round-trip min/avg/max = 212.105/229.365/302.251 ms
KW2xRF to KW41Z:
2026-01-14 19:21:50,922 # --- fe80::ec5b:5dee:60b2:221d PING statistics ---
2026-01-14 19:21:50,928 # 10000 packets transmitted, 9969 packets received, 0% packet loss
2026-01-14 19:21:50,931 # round-trip min/avg/max = 209.450/222.338/297.116
KW41Z to AT86RF2xx:
2026-01-15 15:42:18,347 # --- fe80::204:2519:1801:bd0e PING statistics ---
2026-01-15 15:42:18,356 # 10000 packets transmitted, 9929 packets received, 0% packet loss
2026-01-15 15:42:18,357 # round-trip min/avg/max = 169.363/183.274/247.674 ms
Issues/PRs References
Closes #19017
Addresses one item in tracker issue #14792