-
Notifications
You must be signed in to change notification settings - Fork 6.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 BLE support for MCXW71 frdm board #79432
Merged
Merged
Conversation
This file contains 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
yeaissa
requested review from
mmahadevan108,
dleach02,
alwa-nordic,
jhedberg and
Vudentz
as code owners
October 4, 2024 15:32
zephyrbot
added
platform: NXP Drivers
NXP Semiconductors, drivers
area: Bluetooth Host
area: Bluetooth
area: Bluetooth Qualification
Bluetooth Qualification -related issues and pull requests
platform: NXP
NXP
labels
Oct 4, 2024
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. |
zephyrbot
requested review from
EmilioCBen,
hermabe,
sjanc,
Thalley,
theob-pro and
yvanderv
October 4, 2024 15:33
Depends on: |
jhedberg
previously approved these changes
Oct 15, 2024
decsny
previously approved these changes
Oct 15, 2024
dleach02
previously approved these changes
Oct 15, 2024
mmahadevan108
previously approved these changes
Oct 15, 2024
dleach02
dismissed stale reviews from mmahadevan108, decsny, jhedberg, and themself
via
October 15, 2024 19:52
d561e98
dleach02
requested review from
jhedberg,
axelnxp,
dleach02,
mmahadevan108 and
decsny
October 15, 2024 19:59
dleach02
approved these changes
Oct 15, 2024
@jhedberg, we merged the HAL side PR and had to update the manifest here. Can you reapply your +1 |
EmilioCBen
approved these changes
Oct 15, 2024
decsny
approved these changes
Oct 15, 2024
jhedberg
approved these changes
Oct 16, 2024
axelnxp
approved these changes
Oct 16, 2024
Add updates to support MCXW71 Add support if RX data are received in ISR context Add support to set BT address using Vendor command Signed-off-by: Yassine El Aissaoui <[email protected]>
- Add IMU regions - Add HCI definition - Add config when BT is enabled Signed-off-by: Yassine El Aissaoui <[email protected]>
- Add second UART needed for bt_tester app. - Update doc with BLE info Signed-off-by: Yassine El Aissaoui <[email protected]>
fabiobaltieri
added
area: Input
Input Subsystem and Drivers
and removed
area: Input
Input Subsystem and Drivers
labels
Oct 16, 2024
PR check is passing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Bluetooth Host
area: Bluetooth Qualification
Bluetooth Qualification -related issues and pull requests
area: Bluetooth
manifest
manifest-hal_nxp
platform: NXP Drivers
NXP Semiconductors, drivers
platform: NXP
NXP
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.
Update NXP HCI driver
Add soc + board info for BLE support on MCXW71
Add bt_tester application support