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:
Lyle Zhu 2025-03-14 13:43:38 +08:00 committed by Benjamin Cabé
commit e454b0d678
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,12 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,sram = &dtcm;
zephyr,uart-pipe = &lpuart1;
};
};

View file

@ -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