-
Notifications
You must be signed in to change notification settings - Fork 8k
Add BLE support for MCXW23 SoC #96729
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
base: main
Are you sure you want to change the base?
Conversation
43ab969
to
3963a45
Compare
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes and 2 blob 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.
Can you update the boards documentation about the blob fetch required to build a ble application ?
3963a45
to
2b0c398
Compare
HAL PR is now updated with the required info. Thanks. |
8c9a602
to
04dd428
Compare
0e1dcf7
to
f114f54
Compare
hal_nxp PR merged. manifest sha updated. |
need the following to merge first: |
Add HCI info and BLE interrupt. Lower peripheral interrupt prio to make sure LL irq have the highest one. This is a prerequisite of the system. Signed-off-by: Yassine El Aissaoui <[email protected]>
Both MCXW2xx and MCXW7xx now share the same SoC family (CONFIG_SOC_FAMILY_MCXW). Isolate mcxw7xx-specific module/code from mcxw2xx. Signed-off-by: Yassine El Aissaoui <[email protected]>
Add configuration for BLE Add 32KHz Osc clock needed by BLE Move nxp_nbu.c include to be shared on mcxw7x and mcxw2x Signed-off-by: Yassine El Aissaoui <[email protected]>
Update board readme. Add zephyr,uart-pipe to support bt_tester app. Signed-off-by: Yassine El Aissaoui <[email protected]>
f114f54
to
f1b9e3d
Compare
@yeaissa I updated your PR to address west.yml merge conflict |
|
Add BLE support to MCXW23xx platform.
Add support for bt_tester on frdm_mcxw23 and mcxw23_evk boards.
Isolate mcxw7xx-specific module/code from mcxw2xx.