From e454b0d678580b81caa7cab277868fa3afba75d7 Mon Sep 17 00:00:00 2001 From: Lyle Zhu Date: Fri, 14 Mar 2025 13:43:38 +0800 Subject: [PATCH] Bluetooth: tester: Support board mimxrt1170_evk@B/mimxrt1176/cm7 Add test case bluetooth.general.tester_br_edr. Add overlay `zephyr,sram` and `zephyr,uart-pipe` for the board. Signed-off-by: Lyle Zhu --- .../boards/mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 12 ++++++++++++ tests/bluetooth/tester/testcase.yaml | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 tests/bluetooth/tester/boards/mimxrt1170_evk_mimxrt1176_cm7_B.overlay diff --git a/tests/bluetooth/tester/boards/mimxrt1170_evk_mimxrt1176_cm7_B.overlay b/tests/bluetooth/tester/boards/mimxrt1170_evk_mimxrt1176_cm7_B.overlay new file mode 100644 index 00000000000..ce22bfb123b --- /dev/null +++ b/tests/bluetooth/tester/boards/mimxrt1170_evk_mimxrt1176_cm7_B.overlay @@ -0,0 +1,12 @@ +/* + * Copyright 2024 NXP + * + * SPDX-License-Identifier: Apache-2.0 + */ + +/ { + chosen { + zephyr,sram = &dtcm; + zephyr,uart-pipe = &lpuart1; + }; +}; diff --git a/tests/bluetooth/tester/testcase.yaml b/tests/bluetooth/tester/testcase.yaml index 8b17c9734ee..4439f051c82 100644 --- a/tests/bluetooth/tester/testcase.yaml +++ b/tests/bluetooth/tester/testcase.yaml @@ -84,3 +84,12 @@ tests: - CONFIG_BT_EXT_ADV=n tags: bluetooth harness: bluetooth + bluetooth.general.tester_br_edr: + build_only: true + platform_allow: + - mimxrt1170_evk@B/mimxrt1176/cm7 + extra_args: + - EXTRA_CONF_FILE="prj_br.conf" + - CONFIG_BUILD_ONLY_NO_BLOBS=y + tags: bluetooth + harness: bluetooth