Skip to content

Commit e454b0d

Browse files
lylezhu2012kartben
authored andcommitted
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 <[email protected]>
1 parent 539a283 commit e454b0d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,sram = &dtcm;
10+
zephyr,uart-pipe = &lpuart1;
11+
};
12+
};

tests/bluetooth/tester/testcase.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,12 @@ tests:
8484
- CONFIG_BT_EXT_ADV=n
8585
tags: bluetooth
8686
harness: bluetooth
87+
bluetooth.general.tester_br_edr:
88+
build_only: true
89+
platform_allow:
90+
- mimxrt1170_evk@B/mimxrt1176/cm7
91+
extra_args:
92+
- EXTRA_CONF_FILE="prj_br.conf"
93+
- CONFIG_BUILD_ONLY_NO_BLOBS=y
94+
tags: bluetooth
95+
harness: bluetooth

0 commit comments

Comments
 (0)