Skip to content

Commit

Permalink
board default: enable Power Management per default for radio core
Browse files Browse the repository at this point in the history
This commit is just to test, no plan on merging this branch.

Signed-off-by: Kyra Lengfeld <[email protected]>
  • Loading branch information
KyraLengfeld committed Nov 26, 2024
1 parent b93143b commit 263dca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subsys/mpsl/init/mpsl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#endif

#if IS_ENABLED(CONFIG_MPSL_USE_ZEPHYR_PM)
#include <pm/mpsl_pm_utils.h>
#include <mpsl/mpsl_pm_utils.h>
#endif

LOG_MODULE_REGISTER(mpsl_init, CONFIG_MPSL_LOG_LEVEL);
Expand Down
1 change: 1 addition & 0 deletions subsys/mpsl/pm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ config MPSL_USE_ZEPHYR_PM
depends on SOC_SERIES_NRF54HX
depends on MPSL
depends on PM
default y
help
This option configures MPSL to use Zephyr's Power Management.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 4ba47686ab416ed3a01b5dbac1c0b6f4a478e1fb
revision: pull/2290/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down

0 comments on commit 263dca8

Please sign in to comment.