Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
31 changed files with 41 additions and 75 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
# Actinius Icarus board configuration |
||||
|
||||
# Copyright (c) 2019 Actinius |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_ACTINIUS_ICARUS |
||||
select SOC_NRF9160_SICA |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: actinius_icarus |
||||
identifier: actinius_icarus/nrf9160 |
||||
name: Actinius Icarus |
||||
type: mcu |
||||
arch: arm |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: actinius_icarus_ns |
||||
identifier: actinius_icarus/nrf9160/ns |
||||
name: Actinius Icarus Non-Secure |
||||
type: mcu |
||||
arch: arm |
@ -0,0 +1,4 @@
@@ -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,11 @@
@@ -0,0 +1,11 @@
|
||||
board: |
||||
name: actinius_icarus |
||||
vendor: Actinius |
||||
variants: |
||||
- name: 'ns' |
||||
revision: |
||||
format: major.minor.patch |
||||
default: "2.0.0" |
||||
revisions: |
||||
- name: "1.4.0" |
||||
- name: "2.0.0" |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@ -1,5 +1,7 @@
@@ -1,5 +1,7 @@
|
||||
board: |
||||
name: actinius_icarus_bee |
||||
vendor: Actinius |
||||
variants: |
||||
- name: 'ns' |
||||
socs: |
||||
- name: nrf9160 |
||||
variants: |
||||
- name: 'ns' |
||||
|
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
# Actinius Icarus board configuration |
||||
|
||||
# Copyright (c) 2019 Actinius |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if SOC_NRF9160_SICA |
||||
|
||||
config BOARD_ACTINIUS_ICARUS |
||||
bool "Actinius Icarus" |
||||
|
||||
config BOARD_ACTINIUS_ICARUS_NS |
||||
bool "Actinius Icarus Non-Secure" |
||||
|
||||
endif # SOC_NRF9160_SICA |
@ -1,27 +0,0 @@
@@ -1,27 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF91X=y |
||||
CONFIG_SOC_NRF9160_SICA=y |
||||
CONFIG_BOARD_ACTINIUS_ICARUS_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