diff --git a/README.md b/README.md index 40f8743f05c..f5d07071015 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Supported by the Zephyr community: ## Getting Started For getting started, please refer to the -[Upstream Zephyr Readme](https://github.com/zephyrproject-rtos/zephyr/blob/main/README.rst) +[Zephyr Getting Started Guide](https://docs.zephyrproject.org/3.7.0/develop/getting_started/index.html) for the Zephyr project and follow the same getting-started guide for setting up the environment and building your first application. diff --git a/boards/ti/lp_em_cc2340r5/Kconfig.defconfig b/boards/ti/lp_em_cc2340r5/Kconfig.defconfig index 830b59ead83..6a0030f8446 100644 --- a/boards/ti/lp_em_cc2340r5/Kconfig.defconfig +++ b/boards/ti/lp_em_cc2340r5/Kconfig.defconfig @@ -14,6 +14,15 @@ config BT_LL_HEAP_SIZE hex "LL Heap memory pool size (in bytes)" default 0x1800 +CONFIG_BT_COMPANY_ID=0x000D +CONFIG_BT_RECV_WORKQ_SYS=y +CONFIG_BT_HCI_ACL_FLOW_CONTROL=n + +CONFIG_BT_BUF_EVT_RX_SIZE=255 +CONFIG_BT_BUF_ACL_RX_SIZE=255 +CONFIG_BT_BUF_ACL_TX_SIZE=251 +CONFIG_BT_BUF_CMD_TX_SIZE=255 + endif # BT endif # BOARD_LP_EM_CC2340R5 diff --git a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5_defconfig b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5_defconfig index a930822569d..c22c48c8f75 100644 --- a/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5_defconfig +++ b/boards/ti/lp_em_cc2340r5/lp_em_cc2340r5_defconfig @@ -20,6 +20,3 @@ CONFIG_DYNAMIC_THREAD_STACK_SIZE=1500 CONFIG_PM=n -#CONFIG_BT_RECV_WORKQ_SYS=y - -CONFIG_BT_COMPANY_ID=0x000D \ No newline at end of file