From 73bf6f6371f8fdc3061b7077d3ca130b77d155f0 Mon Sep 17 00:00:00 2001 From: Yassine El Aissaoui Date: Tue, 24 Oct 2023 14:42:32 +0200 Subject: [PATCH] samples: bluetooth: Enable PM on rd_rw612_bga Enable PM by default for rd_rw612_bga on peripheral_ht and central_ht samples Those are the BLE samples running on the CI, so it will be better to also check the builds with PM and also have some BLE apps to try PM with. Signed-off-by: Yassine El Aissaoui --- samples/bluetooth/central_ht/boards/rd_rw612_bga.conf | 1 + samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 samples/bluetooth/central_ht/boards/rd_rw612_bga.conf create mode 100644 samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf diff --git a/samples/bluetooth/central_ht/boards/rd_rw612_bga.conf b/samples/bluetooth/central_ht/boards/rd_rw612_bga.conf new file mode 100644 index 00000000000..2df782efc71 --- /dev/null +++ b/samples/bluetooth/central_ht/boards/rd_rw612_bga.conf @@ -0,0 +1 @@ +CONFIG_PM=y diff --git a/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf b/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf new file mode 100644 index 00000000000..2df782efc71 --- /dev/null +++ b/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf @@ -0,0 +1 @@ +CONFIG_PM=y