Skip to content

Commit dc20d44

Browse files
jerryyang35kartben
authored andcommitted
Sample: bluetooth: Enable MIMXRT1170 EVKB for peripheral_ht
Enable MIMXRT1170 EVKB for peripheral_ht. Signed-off-by: Jiawei Yang <jiawei.yang_1@nxp.com>
1 parent af46f62 commit dc20d44

File tree

2 files changed

+18
-0
lines changed

2 files changed

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

samples/bluetooth/peripheral_ht/sample.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ tests:
3535
- frdm_rw612
3636
extra_configs:
3737
- CONFIG_NXP_MONOLITHIC_NBU=n
38+
sample.bluetooth.peripheral_ht.nxp_nw612:
39+
build_only: true
40+
harness: bluetooth
41+
platform_allow:
42+
- mimxrt1170_evk@B/mimxrt1176/cm7
43+
extra_configs:
44+
- CONFIG_BUILD_ONLY_NO_BLOBS=y

0 commit comments

Comments
 (0)