-
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
soc: nordic: nrf54l: integrate normal voltage mode fixes #78643
soc: nordic: nrf54l: integrate normal voltage mode fixes #78643
Conversation
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. |
…f54l fixes Updated hal_nordic revision contains MDK fixes for nRF54L devices. Upstream PR: zephyrproject-rtos/zephyr#78643 Signed-off-by: Nikodem Kastelik <[email protected]>
Normal voltage mode is no longer supported by MDK 8.67.0. Upstream PR: zephyrproject-rtos/zephyr#78643 Signed-off-by: Nikodem Kastelik <[email protected]>
soc/nordic/nrf54l/Kconfig
Outdated
select DEPRECATED | ||
help | ||
This mode is deprecated and shall no longer be used. |
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.
is it worth deprecating on socs in the engineering phase?
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.
also, if deprecating functionality should be kept, and soc.c code is deleted
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.
is it worth deprecating on socs in the engineering phase?
Having this option enabled can be actually harmful when MDK 8.67.0 (nrfx 3.7.0) is used, so let's remove it instead of deprecating
Normal voltage mode fix is part of MDK 8.67.0. Upstream PR: zephyrproject-rtos/zephyr#78643 Signed-off-by: Nikodem Kastelik <[email protected]>
Normal voltage mode fix is part of MDK 8.67.0. Upstream PR: zephyrproject-rtos/zephyr#78643 Signed-off-by: Nikodem Kastelik <[email protected]>
Normal voltage mode is no longer supported by MDK 8.67.0. Signed-off-by: Nikodem Kastelik <[email protected]>
7337f9c
to
243111c
Compare
Normal voltage mode is no longer supported by MDK 8.67.0. Upstream PR: zephyrproject-rtos/zephyr#78643 Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 243111c25d712a4fb426a6ddd86ee7814a713131)
MDK 8.67.0 deprecates normal voltage mode for nRF54L, so it should no longer be used by the end users.