Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
13 changed files with 21 additions and 22 deletions
@ -1,6 +0,0 @@ |
|||||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_WE_PROTEUS3EV_NRF52840 |
|
||||||
bool "we_proteus3ev_nrf52840" |
|
||||||
depends on SOC_NRF52840_QIAA |
|
@ -1,12 +1,9 @@ |
|||||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
if BOARD_WE_PROTEUS3EV_NRF52840 |
if BOARD_WE_PROTEUS3EV |
||||||
|
|
||||||
config BOARD |
|
||||||
default "we_proteus3ev_nrf52840" |
|
||||||
|
|
||||||
config BT_CTLR |
config BT_CTLR |
||||||
default BT |
default BT |
||||||
|
|
||||||
endif |
endif # BOARD_WE_PROTEUS3EV |
@ -0,0 +1,7 @@ |
|||||||
|
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_WE_PROTEUS3EV |
||||||
|
bool |
||||||
|
default y |
||||||
|
select SOC_NRF52840_QIAA |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: we_proteus3ev |
||||||
|
vendor: Würth Elektronik |
||||||
|
socs: |
||||||
|
- name: nrf52840 |
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
@ -1,7 +1,7 @@ |
|||||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
identifier: we_proteus3ev_nrf52840 |
identifier: we_proteus3ev/nrf52840 |
||||||
name: we_proteus3ev_nrf52840 |
name: we_proteus3ev_nrf52840 |
||||||
type: mcu |
type: mcu |
||||||
arch: arm |
arch: arm |
@ -1,10 +1,6 @@ |
|||||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF52X=y |
|
||||||
CONFIG_SOC_NRF52840_QIAA=y |
|
||||||
CONFIG_BOARD_WE_PROTEUS3EV_NRF52840=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Loading…
Reference in new issue