File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
samples/bluetooth/hci_ipc Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ CONFIG_BT=y
1010CONFIG_BT_HCI_RAW=y
1111CONFIG_BT_MAX_CONN=16
1212
13-
1413# Workaround: Unable to allocate command buffer when using K_NO_WAIT since
1514# Host number of completed commands does not follow normal flow control.
1615CONFIG_BT_BUF_CMD_TX_COUNT=10
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ if(SB_CONFIG_NET_CORE_IMAGE_HCI_IPC)
1313 BOARD ${SB_CONFIG_NET_CORE_BOARD}
1414 )
1515
16- set (${NET_APP} _CONF_FILE
17- ${NET_APP_SRC_DIR} /nrf5340_cpunet_iso-bt_ll_sw_split.conf
18- CACHE INTERNAL ""
19- )
16+ # set(${NET_APP}_CONF_FILE
17+ # ${NET_APP_SRC_DIR}/nrf5340_cpunet_iso-bt_ll_sw_split.conf
18+ # CACHE INTERNAL ""
19+ # )
2020
2121 set (${NET_APP} _EXTRA_CONF_FILE
22- ${APP_DIR} /nrf5340_hci_ipc_cpunet .conf
22+ ${APP_DIR} /hci_ipc_cpunet .conf
2323 CACHE INTERNAL ""
2424 )
2525
You can’t perform that action at this time.
0 commit comments