-
Notifications
You must be signed in to change notification settings - Fork 166
nxp: mcxw7x: add NXP_IEEE802154_MAC required for NBU_MAC #631
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
Open
GLegoupil
wants to merge
2
commits into
zephyrproject-rtos:master
Choose a base branch
from
nxp-upstream:support_nxp_zigbee
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
nxp: mcxw7x: add NXP_IEEE802154_MAC required for NBU_MAC #631
GLegoupil
wants to merge
2
commits into
zephyrproject-rtos:master
from
nxp-upstream:support_nxp_zigbee
Conversation
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
82639ba to
d2cd845
Compare
George-Stefan
suggested changes
Nov 4, 2025
mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/mac/source/App/mac_intf_rpmsg.c
Outdated
Show resolved
Hide resolved
d2cd845 to
22cc53a
Compare
George-Stefan
approved these changes
Nov 4, 2025
22cc53a to
27bb491
Compare
axelnxp
approved these changes
Nov 5, 2025
Collaborator
axelnxp
left a comment
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.
Looks good to me, just a few suggestion regarding the blobs naming but not blocker at all, just a matter of preference.
Approved anyway.
zephyr: blobs: add MCXW71 and MCXW72 BLE controller and Host libraries (ieee-802.15.4-mac) to MCUXSDK 25.09.00 release This new version of the BLE controller is for ZigBee support and implements ieee-802.15.4 MAC interface. This requires the Host to use library ieee-802.15.4_MAC. Signed-off-by: Guillaume Legoupil <guillaume.legoupil@nxp.com>
27bb491 to
e7b2d90
Compare
Signed-off-by: Guillaume Legoupil <guillaume.legoupil@nxp.com>
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.
For MCXW7X, add new interface NXP_IEEE802154_MAC required to use NBU MAC
Depends on zephyrproject-rtos/zephyr#98790