-
Notifications
You must be signed in to change notification settings - Fork 7k
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
add ieee802154 and entropy mcux driver and necessary changes #83195
add ieee802154 and entropy mcux driver and necessary changes #83195
Conversation
Hello @andrei-menzopol, and thank you very much for your first pull request to the Zephyr project! |
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
I know it's still a draft, but suggesting some changes for the final version
152ce72
to
d403542
Compare
cf00941
to
ed419dc
Compare
16b1f37
6059549
to
16b1f37
Compare
@ceolin, @rlubos , @cfriedt, @mmahadevan108 |
Add NXP ELE TRNG driver Signed-off-by: Andrei Menzopol <[email protected]>
Add mcxw ieee802154 driver Fix compliance errors for added files. Update function names to snake_case style. Signed-off-by: Andrei Menzopol <[email protected]>
Add ieee802154 and trng bindings and nodes Signed-off-by: Andrei Menzopol <[email protected]>
Add ram section for ieee driver. Use config for ieee driver. Signed-off-by: Andrei Menzopol <[email protected]>
Add frdm_mcxw7 board conf and overlay files for echo_client and echo_server sample applications. Signed-off-by: Andrei Menzopol <[email protected]>
Group openthread tests under the same case and add frdm_mcxw71. Signed-off-by: Andrei Menzopol <[email protected]>
Update documentation for dynamic NBU. Add openthread application building examples. Signed-off-by: Andrei Menzopol <[email protected]>
- add MCXW71 NBU combo BLE LL and IEEE 802.15.4 PHY firmware blob - fix elemu driver: undef BIT if already defined - add mcux-secure-subsystem middleware - add ieee_802.15.4 middleware Signed-off-by: George Stefan <[email protected]>
16b1f37
to
c34688f
Compare
@ceolin can we get your review? |
TSC approved the blob RFC |
Hi @andrei-menzopol! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
Description
drivers: entropy: add mcxw trng
drivers: ieee802154: add mcxw ieee802154 driver
dts: nxp: add ieee and trng bindings and nodes
soc: nxp: mcxw: update conditions to account for ieee driver
samples: echo_client echo_server: add frdm_mcxw7 board overlays
samples: echo_client echo_server: update tests
doc: frdm_mcxw71: update documentation
modules: hal_nxp: update commit to PR 491
Testing
echo_server
/echo_client
with:west build -p always -b frdm_mcxw71 samples/net/sockets/echo_client -- -DEXTRA_CONF_FILE=overlay-ot.conf