-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: applications: Use ipc_radio as default radio firmware.
Use ipc_radio as default radio firmware over: -hci_ipc -multiprotocol_rpmsg -802154_rpmsg Jira: NCSDK-27179 Co-authored-by: Kamil Gawor <[email protected]> Signed-off-by: Dominik Chat <[email protected]>
- Loading branch information
1 parent
1c5596c
commit 7213c2e
Showing
165 changed files
with
1,402 additions
and
1,031 deletions.
There are no files selected for viewing
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,13 @@ | ||
# | ||
# Copyright (c) 2023 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig" | ||
|
||
config NRF_DEFAULT_IPC_RADIO | ||
default y | ||
|
||
config NETCORE_IPC_RADIO_BT_HCI_IPC | ||
default y |
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
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
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
45 changes: 0 additions & 45 deletions
45
applications/matter_weather_station/sysbuild/multiprotocol_rpmsg/prj.conf
This file was deleted.
Oops, something went wrong.
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
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
43 changes: 43 additions & 0 deletions
43
applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpunet/images/ipc_radio/prj.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,43 @@ | ||
# | ||
# Copyright (c) 2021 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
CONFIG_LOG=n | ||
CONFIG_BOOT_BANNER=n | ||
|
||
CONFIG_IPC_SERVICE=y | ||
CONFIG_MBOX=y | ||
|
||
CONFIG_HEAP_MEM_POOL_SIZE=8192 | ||
|
||
CONFIG_MAIN_STACK_SIZE=512 | ||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512 | ||
CONFIG_BT=y | ||
CONFIG_BT_MAX_CONN=2 | ||
CONFIG_BT_CENTRAL=y | ||
CONFIG_BT_PERIPHERAL=n | ||
CONFIG_BT_HCI_RAW=y | ||
CONFIG_BT_CTLR_ASSERT_HANDLER=y | ||
CONFIG_BT_HCI_RAW_RESERVE=1 | ||
|
||
CONFIG_BT_LL_SOFTDEVICE=y | ||
CONFIG_BT_CTLR_TX_PWR_0=y | ||
CONFIG_BT_BUF_ACL_RX_SIZE=69 | ||
CONFIG_BT_BUF_ACL_TX_SIZE=35 | ||
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35 | ||
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000 | ||
|
||
CONFIG_ASSERT=y | ||
CONFIG_DEBUG_INFO=y | ||
CONFIG_EXCEPTION_STACK_TRACE=y | ||
|
||
# Use minimal C library instead of the Picolib | ||
CONFIG_MINIMAL_LIBC=y | ||
|
||
# Improve debugging experience by disabling reset on fatal error | ||
CONFIG_RESET_ON_FATAL_ERROR=n | ||
|
||
CONFIG_IPC_RADIO_BT=y | ||
CONFIG_IPC_RADIO_BT_HCI_IPC=y |
39 changes: 39 additions & 0 deletions
39
...ions/nrf_desktop/configuration/nrf5340dk_nrf5340_cpunet/images/ipc_radio/prj_release.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,39 @@ | ||
# | ||
# Copyright (c) 2021 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
CONFIG_LOG=n | ||
CONFIG_BOOT_BANNER=n | ||
|
||
CONFIG_IPC_SERVICE=y | ||
CONFIG_MBOX=y | ||
|
||
CONFIG_HEAP_MEM_POOL_SIZE=8192 | ||
|
||
CONFIG_MAIN_STACK_SIZE=512 | ||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512 | ||
CONFIG_BT=y | ||
CONFIG_BT_MAX_CONN=2 | ||
CONFIG_BT_CENTRAL=y | ||
CONFIG_BT_PERIPHERAL=n | ||
CONFIG_BT_HCI_RAW=y | ||
CONFIG_BT_CTLR_ASSERT_HANDLER=y | ||
CONFIG_BT_HCI_RAW_RESERVE=1 | ||
|
||
CONFIG_BT_LL_SOFTDEVICE=y | ||
CONFIG_BT_CTLR_TX_PWR_0=y | ||
CONFIG_BT_BUF_ACL_RX_SIZE=69 | ||
CONFIG_BT_BUF_ACL_TX_SIZE=35 | ||
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35 | ||
CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=3000 | ||
|
||
# Use minimal C library instead of the Picolib | ||
CONFIG_MINIMAL_LIBC=y | ||
|
||
# Improve firmware reliability | ||
CONFIG_RESET_ON_FATAL_ERROR=y | ||
|
||
CONFIG_IPC_RADIO_BT=y | ||
CONFIG_IPC_RADIO_BT_HCI_IPC=y |
Oops, something went wrong.