Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions boards/nordic/thingy91x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,11 @@ config BOARD_ENABLE_DCDC_NET
select SOC_DCDC_NRF53X_NET
default y

config DOMAIN_CPUNET_BOARD
string
default "thingy91x/nrf5340/cpunet"
depends on SOC_NRF53_CPUNET_ENABLE
help
The board which will be used for CPUNET domain when creating a multi
image application where one or more images should be located on
another board. For example hci_rpmsg on the nRF5340_cpunet for
Bluetooth applications.

endif

if BOARD_THINGY91X_NRF5340_CPUNET

config BT_ECC
default y if BT

config DOMAIN_CPUAPP_BOARD
string
default "thingy91x/nrf5340/cpuapp"
help
The board which will be used for CPUAPP domain when creating a multi
image application where one or more images should be located on
another board.

endif # BOARD_THINGY91X_NRF5340_CPUNET
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 63c239c946d1686c51ee0f0d2c2f05badcdc67fb
revision: pull/2814/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading