drivers/mrf24j40: add support for IEEE 802.15.4 Radio HAL#18472
Merged
bors[bot] merged 14 commits intoRIOT-OS:masterfrom Jan 19, 2023
Merged
drivers/mrf24j40: add support for IEEE 802.15.4 Radio HAL#18472bors[bot] merged 14 commits intoRIOT-OS:masterfrom
bors[bot] merged 14 commits intoRIOT-OS:masterfrom
Conversation
Member
|
Maybe interesting for @Carton32? |
Thanks! I will have a look. |
8 tasks
Member
Author
|
I rebased this one on top of #18496 and the PRR of the SubMAC seems to boost even more: |
c7f099d to
0fe14d2
Compare
75a4253 to
d65a4c4
Compare
Member
Author
|
rebased to latest master |
d65a4c4 to
63bb3b0
Compare
benpicco
reviewed
Jan 19, 2023
Contributor
|
Please squash |
3db5f2b to
fc0e59c
Compare
Member
Author
|
it passes now with the whitelist |
Contributor
|
bors merge |
Contributor
|
👎 Rejected by too few approved reviews |
benpicco
approved these changes
Jan 19, 2023
Contributor
|
bors merge |
bors bot
added a commit
that referenced
this pull request
Jan 19, 2023
18472: drivers/mrf24j40: add support for IEEE 802.15.4 Radio HAL r=benpicco a=jia200x Co-authored-by: Jose Alamos <[email protected]>
Contributor
|
bors cancel bors merge |
Contributor
|
Canceled. |
Contributor
|
Build succeeded: |
Member
Author
|
thanks for the review! |
Contributor
|
I wonder why bors merged something that failed in master... |
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
Since #18383 already got merged, it's time to add the IEEE 802.15.4 Radio HAL port for MRF24J40 radios.
This one was supported by LWIP, which requires #18465 to be merged first.
This PR also adds the Arduino Pin config for nucleo64 boards and fixes some tiny issues in the CCA functions of the Radio HAL and tests.
Strictly speaking this PR changes the API of
mrf24j40_init, but IMO adding a deprecation at this level does not make sense.It also removes the old
netdevimplementation.Testing procedure
Connect a MRF24J40 to the Arduino Pins, try
tests/ieee802154_*tests, the LWIP tests andexamples/gnrc_networking. Everything should work as before.Issues/PRs references
Depends on #18465