Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
12 changed files with 11 additions and 14 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: we_proteus2ev |
||||
vendor: Würth Elektronik |
||||
socs: |
||||
- name: nrf52832 |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
identifier: we_proteus2ev_nrf52832 |
||||
identifier: we_proteus2ev/nrf52832 |
||||
name: we_proteus2ev_nrf52832 |
||||
type: mcu |
||||
arch: arm |
@ -1,10 +1,6 @@
@@ -1,10 +1,6 @@
|
||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y |
||||
CONFIG_SOC_NRF52832_CIAA=y |
||||
CONFIG_BOARD_WE_PROTEUS2EV_NRF52832=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
Loading…
Reference in new issue