-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
modules: hal: nordic: Remove dependency on DT from NRF_* mappings #19269
modules: hal: nordic: Remove dependency on DT from NRF_* mappings #19269
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.
Makes sense to decouple that module from devicetree churn.
44dca46
to
aa46694
Compare
Pushed amended commit with no changes, to re-trigger CI and check the recent changes made in zephyrproject-rtos/hal_nordic#4. |
Could re-trigger by close/re-open, too. |
I know, just thought this way it would be looking a bit nicer. |
aa46694
to
10e92f6
Compare
Updated west.yml with the proper revision of the hal_nordic module as zephyrproject-rtos/hal_nordic#4 has been merged. |
Update the module revision so that the following commit becomes effective: * nrfx_config_nrf9160: Remove dependency on DT from NRF_* mappings Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
10e92f6
to
60bbba6
Compare
Sorry, I haven't included the change done to west.yml in the previous push. |
Don't you want to include also #5 from the hal-nordic repo? |
This one |
...or you can do that in a separate PR. |
Update the module revision so that the following commit becomes
effective:
Requires zephyrproject-rtos/hal_nordic#4 to go in first.