Skip to content

Commit 2dfd7a2

Browse files
smaples: bluetooth: add support for pic32wm_bz6204
Add support for sample app on Microchip pic32wm_bz6204 Signed-off-by: Ella Chu <[email protected]>
1 parent 4fee3b2 commit 2dfd7a2

File tree

8 files changed

+84
-0
lines changed

8 files changed

+84
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# Copyright (c) 2025 Microchip Technology Inc.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_BT_RX_STACK_SIZE=2048
8+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
9+
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright (c) 2025 Microchip Technology Inc.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_BT_MAX_CONN=8
8+
9+
CONFIG_BT_RX_STACK_SIZE=2048
10+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
11+
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Microchip Technology Inc.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_BT_BUF_ACL_TX_SIZE=256
8+
CONFIG_BT_BUF_ACL_TX_COUNT=10
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2025 Microchip Technology Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
/delete-property/ zephyr,console;
10+
/delete-property/ zephyr,shell-uart;
11+
zephyr,bt-c2h-uart = &sercom0;
12+
};
13+
};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Copyright (c) 2025 Microchip Technology Inc.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_GPIO=y
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# Copyright (c) 2025 Microchip Technology Inc.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
8+
9+
CONFIG_MAIN_STACK_SIZE=3072
10+
CONFIG_BT_RX_STACK_SIZE=3072
11+
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
12+
13+
CONFIG_BT_BUF_ACL_RX_SIZE=251
14+
CONFIG_BT_L2CAP_TX_MTU=247
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# Copyright (c) 2025 Microchip Technology Inc.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_BT_MAX_PAIRED=8
8+
9+
CONFIG_BT_RX_STACK_SIZE=3072
10+
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# Copyright (c) 2025 Microchip Technology Inc.
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_BT_MAX_CONN=8
8+
CONFIG_BT_ID_MAX=8
9+
10+
CONFIG_BT_RX_STACK_SIZE=2048
11+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
12+
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n

0 commit comments

Comments
 (0)