Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
23 changed files with 31 additions and 63 deletions
@ -0,0 +1,7 @@ |
|||||||
|
# Actinius Icarus Bee board configuration |
||||||
|
|
||||||
|
# Copyright (c) 2021 Actinius |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_ACTINIUS_ICARUS_BEE |
||||||
|
select SOC_NRF9160_SICA |
@ -1,4 +1,4 @@ |
|||||||
identifier: actinius_icarus_bee |
identifier: actinius_icarus_bee/nrf9160 |
||||||
name: Actinius Icarus Bee |
name: Actinius Icarus Bee |
||||||
type: mcu |
type: mcu |
||||||
arch: arm |
arch: arm |
@ -1,4 +1,4 @@ |
|||||||
identifier: actinius_icarus_bee_ns |
identifier: actinius_icarus_bee/nrf9160/ns |
||||||
name: Actinius Icarus Bee Non-Secure |
name: Actinius Icarus Bee Non-Secure |
||||||
type: mcu |
type: mcu |
||||||
arch: arm |
arch: arm |
@ -0,0 +1,4 @@ |
|||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
# This board implies building Non-Secure firmware |
||||||
|
CONFIG_TRUSTED_EXECUTION_NONSECURE=y |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: actinius_icarus_bee |
||||||
|
vendor: Actinius |
||||||
|
variants: |
||||||
|
- name: 'ns' |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -1,5 +1,7 @@ |
|||||||
board: |
board: |
||||||
name: actinius_icarus_som |
name: actinius_icarus_som |
||||||
vendor: Actinius |
vendor: Actinius |
||||||
variants: |
socs: |
||||||
- name: 'ns' |
- name: nrf9160 |
||||||
|
variants: |
||||||
|
- name: 'ns' |
||||||
|
@ -1,14 +0,0 @@ |
|||||||
# Actinius Icarus Bee board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2021 Actinius |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if SOC_NRF9160_SICA |
|
||||||
|
|
||||||
config BOARD_ACTINIUS_ICARUS_BEE |
|
||||||
bool "Actinius Icarus Bee" |
|
||||||
|
|
||||||
config BOARD_ACTINIUS_ICARUS_BEE_NS |
|
||||||
bool "Actinius Icarus Bee Non-Secure" |
|
||||||
|
|
||||||
endif # SOC_NRF9160_SICA |
|
@ -1,27 +0,0 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF91X=y |
|
||||||
CONFIG_SOC_NRF9160_SICA=y |
|
||||||
CONFIG_BOARD_ACTINIUS_ICARUS_BEE_NS=y |
|
||||||
|
|
||||||
# Enable MPU |
|
||||||
CONFIG_ARM_MPU=y |
|
||||||
|
|
||||||
# Enable hardware stack protection |
|
||||||
CONFIG_HW_STACK_PROTECTION=y |
|
||||||
|
|
||||||
# Enable TrustZone-M |
|
||||||
CONFIG_ARM_TRUSTZONE_M=y |
|
||||||
|
|
||||||
# This Board implies building Non-Secure firmware |
|
||||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y |
|
||||||
|
|
||||||
# enable GPIO |
|
||||||
CONFIG_GPIO=y |
|
||||||
|
|
||||||
# Enable uart driver |
|
||||||
CONFIG_SERIAL=y |
|
||||||
|
|
||||||
# enable console |
|
||||||
CONFIG_CONSOLE=y |
|
||||||
CONFIG_UART_CONSOLE=y |
|
Loading…
Reference in new issue