Skip to content

Commit 970a7ec

Browse files
committed
simplelink: ti: Maintenence Release for Demo II
This release of TI Zephyr is based on v3.7.0 and includes support and maintenance for the following Texas Instruments boards and devices. This resolves the phone disconnection seen in the initial Demo 2. Devices - [CC2340R5](https://www.ti.com/product/CC2340R5) Boards - [lp_em_cc2340r5](https://www.ti.com/tool/LP-EM-CC2340R5) Supported Zephyr Examples - hci_uart - broadcaster - observer - scan_adv - extended_adv/advertiser - peripheral - central - peripheral_dis - peripheral_gatt_write - central_gatt_write Supported Drivers: - UART - Watchdog - GPIO - SPI - Crypto - ADC - I2C - PWM Signed-off-by: Masha Heller <masha.heller@ti.com> Signed-off-by: Lars Thalian Morstad <l-morstad@ti.com>
1 parent ea816e6 commit 970a7ec

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Supported by the Zephyr community:
8181
## Getting Started
8282

8383
For getting started, please refer to the
84-
[Upstream Zephyr Readme](https://github.com/zephyrproject-rtos/zephyr/blob/main/README.rst)
84+
[Zephyr Getting Started Guide](https://docs.zephyrproject.org/3.7.0/develop/getting_started/index.html)
8585
for the Zephyr project and follow the same getting-started guide for setting up
8686
the environment and building your first application.
8787

boards/ti/lp_em_cc2340r5/Kconfig.defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ config BT_LL_HEAP_SIZE
1414
hex "LL Heap memory pool size (in bytes)"
1515
default 0x1800
1616

17+
CONFIG_BT_COMPANY_ID=0x000D
18+
CONFIG_BT_RECV_WORKQ_SYS=y
19+
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
20+
21+
CONFIG_BT_BUF_EVT_RX_SIZE=255
22+
CONFIG_BT_BUF_ACL_RX_SIZE=255
23+
CONFIG_BT_BUF_ACL_TX_SIZE=251
24+
CONFIG_BT_BUF_CMD_TX_SIZE=255
25+
1726
endif # BT
1827

1928
endif # BOARD_LP_EM_CC2340R5

boards/ti/lp_em_cc2340r5/lp_em_cc2340r5_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ CONFIG_DYNAMIC_THREAD_STACK_SIZE=1500
2020

2121
CONFIG_PM=n
2222

23-
#CONFIG_BT_RECV_WORKQ_SYS=y
24-
25-
CONFIG_BT_COMPANY_ID=0x000D

0 commit comments

Comments
 (0)