Skip to content

Commit 492439a

Browse files
npal-cynashif
authored andcommitted
test: bluetooth/tester: add overlays for cyw920829m2evk_02 board
- added overlays for cyw920829m2evk_02 board Signed-off-by: Nazar Palamar <[email protected]>
1 parent 7bc9234 commit 492439a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CONFIG_INIT_STACKS=y
2+
CONFIG_PRINTK=n
3+
CONFIG_LOG=n
4+
CONFIG_BT_HCI_CORE_LOG_LEVEL_DBG=y
5+
CONFIG_BT_CONN_LOG_LEVEL_DBG=y
6+
CONFIG_BT_L2CAP_LOG_LEVEL_DBG=y
7+
CONFIG_BT_SMP_LOG_LEVEL_DBG=y
8+
CONFIG_BT_ATT_LOG_LEVEL_DBG=y
9+
CONFIG_BT_GATT_LOG_LEVEL_DBG=y
10+
11+
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=1024
12+
CONFIG_UART_INTERRUPT_DRIVEN=y
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
/ {
4+
chosen {
5+
zephyr,uart-pipe = &uart2;
6+
};
7+
};

0 commit comments

Comments
 (0)