soc: arm: nrf51: Backport power management code from nRF52
This commit ports power management code from nRF52 to the nRF51 SoC, enabling usage of Zephyr Power Management policies on this platform. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
This commit is contained in:
parent
4ce523094f
commit
2587ed0090
4 changed files with 151 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
|||
#include <nrf_common.h>
|
||||
#include <nrf.h>
|
||||
|
||||
#include <soc_power.h>
|
||||
|
||||
/* Add include for DTS generated information */
|
||||
#include <generated_dts_board.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue