Skip to content

Commit

Permalink
squash! [nrf noup] samples: sysbuild: hello_world: support PM on nRF53
Browse files Browse the repository at this point in the history
Updated commit message below:
[nrf noup] samples: sysbuild: hello_world: support PM on nRF53 / nRF54l

PM support is still required for nRF53/nRF54l15 in the context of NCS.

Signed-off-by: Torsten Rasmussen <[email protected]>
  • Loading branch information
tejlmand committed Sep 27, 2024
1 parent 035ad09 commit cacb122
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/sysbuild/hello_world/sysbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ if(SB_CONFIG_SOC_SERIES_NRF53X)
set_property(GLOBAL APPEND PROPERTY PM_CPUNET_IMAGES remote)
set_property(GLOBAL PROPERTY DOMAIN_APP_CPUNET remote)
set(CPUNET_PM_DOMAIN_DYNAMIC_PARTITION remote CACHE INTERNAL "")
else(SB_CONFIG_SOC_SERIES_NRF54LX)
set_property(GLOBAL APPEND PROPERTY PM_DOMAINS CPUFLPR)
set_property(GLOBAL APPEND PROPERTY PM_CPUFLPR_IMAGES remote)
set_property(GLOBAL PROPERTY DOMAIN_APP_CPUFLPR remote)
set(CPUFLPR_PM_DOMAIN_DYNAMIC_PARTITION remote CACHE INTERNAL "")
endif()

0 comments on commit cacb122

Please sign in to comment.