From cfaa3decc83d3f9faaeca2cde4447bc2f7d71a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Fri, 29 Nov 2024 23:16:14 +0700 Subject: [PATCH 1/2] samples: bt: enable entropy generator for frdm_k64f MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable entropy generator as needed by these samples. Fixes #82344 Signed-off-by: Manuel Argüelles --- samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf | 1 + samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf create mode 100644 samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf diff --git a/samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf b/samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf new file mode 100644 index 00000000000000..5858c7b6db1b38 --- /dev/null +++ b/samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf @@ -0,0 +1 @@ +CONFIG_ENTROPY_GENERATOR=y diff --git a/samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf b/samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf new file mode 100644 index 00000000000000..5858c7b6db1b38 --- /dev/null +++ b/samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf @@ -0,0 +1 @@ +CONFIG_ENTROPY_GENERATOR=y From 078b2aa687f214971ce4b74a79fa89b2dc47d503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Fri, 29 Nov 2024 23:17:04 +0700 Subject: [PATCH 2/2] tests: mgmt: mcumgr: enable entropy generator for hexiwear/mk64f12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable entropy generator as needed by these tests. Fixes #82344 Signed-off-by: Manuel Argüelles --- .../subsys/mgmt/mcumgr/os_mgmt_info/boards/hexiwear_mk64f12.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/subsys/mgmt/mcumgr/os_mgmt_info/boards/hexiwear_mk64f12.conf diff --git a/tests/subsys/mgmt/mcumgr/os_mgmt_info/boards/hexiwear_mk64f12.conf b/tests/subsys/mgmt/mcumgr/os_mgmt_info/boards/hexiwear_mk64f12.conf new file mode 100644 index 00000000000000..5858c7b6db1b38 --- /dev/null +++ b/tests/subsys/mgmt/mcumgr/os_mgmt_info/boards/hexiwear_mk64f12.conf @@ -0,0 +1 @@ +CONFIG_ENTROPY_GENERATOR=y