File tree Expand file tree Collapse file tree 4 files changed +0
-100
lines changed Expand file tree Collapse file tree 4 files changed +0
-100
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,31 +21,11 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
2121 int
2222 default 4096 if BT_HCI_IPC
2323
24- config DOMAIN_CPUNET_BOARD
25- string
26- default "nrf7002dk/nrf5340/cpunet"
27- help
28- The board which will be used for CPUNET domain when creating a multi
29- image application where one or more images should be located on
30- another board. For example hci_ipc on the nRF5340_cpunet for
31- Bluetooth applications.
32-
3324endif
3425
3526if BOARD_NRF7002DK_NRF5340_CPUNET
3627
3728config BT_ECC
3829 default y if BT
3930
40- config DOMAIN_CPUAPP_BOARD
41- string
42- default "nrf7002dk/nrf5340/cpuapp" if BOARD_NRF7002DK_NRF5340_CPUAPP
43- default "nrf7002dk/nrf5340/cpuapp/ns" if BOARD_NRF7002DK_NRF5340_CPUAPP_NS
44- default "nrf7002dk/nrf5340/cpuapp/nrf7001" if BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001
45- default "nrf7002dk/nrf5340/cpuapp/nrf7001/ns" if BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
46- help
47- The board which will be used for CPUAPP domain when creating a multi
48- image application where one or more images should be located on
49- another board.
50-
5131endif
Original file line number Diff line number Diff line change @@ -8,28 +8,3 @@ config THINGY53_INIT_PRIORITY
88 default 79
99 help
1010 Initialization priority of the Thingy:53.
11-
12- if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
13-
14- config DOMAIN_CPUNET_BOARD
15- string
16- default "thingy53/nrf5340/cpunet"
17- help
18- The board which will be used for CPUNET domain when creating a multi
19- image application where one or more images should be located on
20- another board. For example hci_ipc on the nRF5340_cpunet for
21- Bluetooth applications.
22-
23- endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
24-
25- if BOARD_THINGY53_NRF5340_CPUNET
26-
27- config DOMAIN_CPUAPP_BOARD
28- string
29- default "thingy53/nrf5340/cpuapp"
30- help
31- The board which will be used for CPUAPP domain when creating a multi
32- image application where one or more images should be located on
33- another board.
34-
35- endif # BOARD_THINGY53_NRF5340_CPUNET
You can’t perform that action at this time.
0 commit comments