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 <lyle.zhu@nxp.com>
This commit is contained in:
parent
539a28312a
commit
e454b0d678
2 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/ {
|
||||||
|
chosen {
|
||||||
|
zephyr,sram = &dtcm;
|
||||||
|
zephyr,uart-pipe = &lpuart1;
|
||||||
|
};
|
||||||
|
};
|
|
@ -84,3 +84,12 @@ tests:
|
||||||
- CONFIG_BT_EXT_ADV=n
|
- CONFIG_BT_EXT_ADV=n
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
harness: 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue