samples: bluetooth: enable PM standby on rd_rw612_bga and frdm_rw612
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>
This commit is contained in:
parent
e37631eea7
commit
b1ad7877f2
8 changed files with 40 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y
|
||||
|
|
9
samples/bluetooth/central_ht/boards/frdm_rw612.overlay
Normal file
9
samples/bluetooth/central_ht/boards/frdm_rw612.overlay
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright 2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
|
@ -1 +1,2 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y
|
||||
|
|
9
samples/bluetooth/central_ht/boards/rd_rw612_bga.overlay
Normal file
9
samples/bluetooth/central_ht/boards/rd_rw612_bga.overlay
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright 2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
|
@ -1 +1,2 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright 2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
|
@ -1 +1,2 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright 2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue