-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: openthread: implement otPlatRadioSetRxOnWhenIdle
#64193
Conversation
06d4cf7
to
34e8bb6
Compare
34e8bb6
to
eee6515
Compare
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
I'll fix compliance and documentation checks when updating manifest SHA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please split ieee802154_radio.h
and OT radio platform changes into separate commits? Thanks
eee6515
to
f42b246
Compare
Introduce `IEEE802154_RX_ON_WHEN_IDLE` capability. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
OpenThread upmerge to commit `193e77e`. Implement `otPlatRadioSetRxOnWhenIdle` radio platform API. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
f42b246
to
abb4b2a
Compare
Fixed remaining typo in docs. |
OpenThread upmerge to commit
193e77e
.Implement
otPlatRadioSetRxOnWhenIdle
and addIEEE802154_RX_ON_WHEN_IDLE
capability.Depends on:
OT_RADIO_CAPS_RX_ON_WHEN_IDLE
capability openthread/openthread#9554