Browse Source
Enable the standby power state by default for the rd_rw612_bga and frdm_rw612 boards in the peripheral_ht and central_ht Bluetooth samples. Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>pull/89478/merge
8 changed files with 40 additions and 0 deletions
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
CONFIG_PM=y |
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y |
||||
|
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
/* |
||||
* Copyright 2025 NXP |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
&standby { |
||||
status = "okay"; |
||||
}; |
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
CONFIG_PM=y |
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y |
||||
|
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
/* |
||||
* Copyright 2025 NXP |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
&standby { |
||||
status = "okay"; |
||||
}; |
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
CONFIG_PM=y |
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y |
||||
|
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
/* |
||||
* Copyright 2025 NXP |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
&standby { |
||||
status = "okay"; |
||||
}; |
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
CONFIG_PM=y |
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y |
||||
|
Loading…
Reference in new issue