Skip to content

Commit c4df21e

Browse files
lylezhu2012nashif
authored andcommitted
Samples: bluetooth: hf_ag: Add board specific configuration
Overlay sram when BT is enabled on board MIMXRT1170 EVKB. Select NXP NW612 chipset for Handsfree_ag example Signed-off-by: Lyle Zhu <[email protected]>
1 parent 6c01c0c commit c4df21e

File tree

2 files changed

+13
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)