-
Notifications
You must be signed in to change notification settings - Fork 7.4k
drivers: ieee802154: added raw mode to mcxw ieee802154 driver #90205
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
drivers: ieee802154: added raw mode to mcxw ieee802154 driver #90205
Conversation
b609d2b
to
6a5d8df
Compare
Hello @SynchronicIT, Thank you for the PR. We currently have a compilation issue on mcxw71 OT apps (echo_client/echo_server) that we have to fix. Thanks |
6a5d8df
to
7652af0
Compare
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
I've rebased upon proposed PR, which is almost a 1:1 copy of most of the needed changes. Not sure if Github likes to stacked PR's... hopefully this goes well. |
I suggest that my PR to be merged first, then yours should be rebased on main, drop common changes and keep the |
no problem. I'll update the PR as soon as yours is merged. any ETA? |
Not sure. I fixed all comments |
Add support for raw mode of mcxw ieee802154 driver. Signed-off-by: Vincent van der Locht <vincent@synchronicit.nl>
7652af0
to
36fcfe7
Compare
|
@SynchronicIT, PR was merged |
Solves #90204
Add support for raw mode of mcxw ieee802154 driver.
Needed to add workaround defines for OT based values as there are no generic substitutes in the NXP lower layer codebase.