-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] tests: bluetooth: tester: sysbuild configurable 53/54H
tests/bluetooth/tester, renamed hci_ipc files for both 53/54H usage renamed: nrf5340_hci_ipc.conf -> hci_ipc.conf renamed: nrf5340_hci_ipc_cpunet.conf -> hci_ipc_cpunet.conf added nrf54h20 cpurad configuration to hci_ipc sample. Signed-off-by: Aytürk Düzen <[email protected]>
- Loading branch information
1 parent
b604134
commit b722cea
Showing
3 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
samples/bluetooth/hci_ipc/nrf54h20_cpurad-bt_ll_softdevice.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
CONFIG_IPC_SERVICE=y | ||
CONFIG_MBOX=y | ||
|
||
CONFIG_ISR_STACK_SIZE=1024 | ||
CONFIG_IDLE_STACK_SIZE=256 | ||
CONFIG_MAIN_STACK_SIZE=512 | ||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512 | ||
CONFIG_IPC_SERVICE_BACKEND_RPMSG_WQ_STACK_SIZE=512 | ||
CONFIG_HEAP_MEM_POOL_SIZE=8192 | ||
|
||
CONFIG_BT=y | ||
CONFIG_BT_HCI_RAW=y | ||
|
||
CONFIG_BT_BUF_EVT_RX_COUNT=16 | ||
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 | ||
|
||
# Host | ||
CONFIG_BT_BROADCASTER=y | ||
CONFIG_BT_PERIPHERAL=y | ||
CONFIG_BT_OBSERVER=y | ||
CONFIG_BT_CENTRAL=y | ||
CONFIG_BT_EXT_ADV=y | ||
CONFIG_BT_PER_ADV=y | ||
CONFIG_BT_PER_ADV_SYNC=y | ||
|
||
# Controller | ||
CONFIG_BT_LL_SW_SPLIT=n | ||
CONFIG_BT_LL_SOFTDEVICE=y | ||
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251 | ||
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=191 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters