Browse Source

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>
pull/89478/merge
Axel Le Bourhis 1 month ago committed by Benjamin Cabé
parent
commit
b1ad7877f2
  1. 1
      samples/bluetooth/central_ht/boards/frdm_rw612.conf
  2. 9
      samples/bluetooth/central_ht/boards/frdm_rw612.overlay
  3. 1
      samples/bluetooth/central_ht/boards/rd_rw612_bga.conf
  4. 9
      samples/bluetooth/central_ht/boards/rd_rw612_bga.overlay
  5. 1
      samples/bluetooth/peripheral_ht/boards/frdm_rw612.conf
  6. 9
      samples/bluetooth/peripheral_ht/boards/frdm_rw612.overlay
  7. 1
      samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf
  8. 9
      samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.overlay

1
samples/bluetooth/central_ht/boards/frdm_rw612.conf

@ -1 +1,2 @@ @@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

9
samples/bluetooth/central_ht/boards/frdm_rw612.overlay

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&standby {
status = "okay";
};

1
samples/bluetooth/central_ht/boards/rd_rw612_bga.conf

@ -1 +1,2 @@ @@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

9
samples/bluetooth/central_ht/boards/rd_rw612_bga.overlay

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&standby {
status = "okay";
};

1
samples/bluetooth/peripheral_ht/boards/frdm_rw612.conf

@ -1 +1,2 @@ @@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

9
samples/bluetooth/peripheral_ht/boards/frdm_rw612.overlay

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&standby {
status = "okay";
};

1
samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf

@ -1 +1,2 @@ @@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

9
samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.overlay

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&standby {
status = "okay";
};
Loading…
Cancel
Save