-
Notifications
You must be signed in to change notification settings - Fork 8.2k
bluetooth: controller: radio: Use HAL API in radio_nrf5_ppi #30732
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
bluetooth: controller: radio: Use HAL API in radio_nrf5_ppi #30732
Conversation
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.
Good work.
Some change requests:
- Make a separate PR for the TX power commit, so it can be approved independently.
- Add a new commit, which moves the nRF53 DPPI to radio_nrf5_dppi.h (related to #26118)
Hi, I've created a separate PR for the TX power changes (#30880). |
|
@auroraslb FYI, I have cherry-picked your changes with some changes here #30950, do review and take the changes as necessary/appropriate into this PR. |
31bac2d to
9dafb78
Compare
|
@auroraslb will you follow-up on this PR? |
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.
subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/radio_nrf5.h
Outdated
Show resolved
Hide resolved
9dafb78 to
2037919
Compare
Rewrite to use subscribe and publish functions for the different peripherals. This will make it possible to test the controller in a simulator. Signed-off-by: Aurora Sletnes Bjørlo <[email protected]>
Splits the file into radio_nrf5_ppi.h and radio_nrf5_dppi.h and moves the nRF53 DPPI to radio_nrf5_dppi.h. Signed-off-by: Aurora Sletnes Bjørlo <[email protected]>
2037919 to
1b8253a
Compare
subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/radio_nrf5.h
Outdated
Show resolved
Hide resolved
The hal requires one of these to be present. Signed-off-by: Rubin Gerritsen <[email protected]>
1b8253a to
fffc261
Compare
|
@rugeGerritsen any progress here? This is blocking #31336 and #30708 |
|
@cvinayak , all work in this PR is done. I see you have approved it. It is ready to be merged. |
Rewrite some functions in radio_nrf5_ppi to use available HAL APIs for subscribe and publish. This will make it possible to test the controller in a simulator. Also add guards on TXPOWER to ensure positive values only are used if they are defined.