boards: arm: we_proteus2ev_nrf52832: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
197a19f396
commit
073e0f8080
@@ -3,9 +3,6 @@
|
||||
|
||||
if BOARD_WE_PROTEUS2EV_NRF52832
|
||||
|
||||
config BOARD
|
||||
default "we_proteus2ev_nrf52832"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_WE_PROTEUS2EV_NRF52832
|
||||
bool "we_proteus2ev_nrf52832"
|
||||
depends on SOC_NRF52832_CIAA
|
||||
select SOC_NRF52832_CIAA
|
||||
5
boards/wurth_elektronik/we_proteus2ev/board.yml
Normal file
5
boards/wurth_elektronik/we_proteus2ev/board.yml
Normal file
@@ -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 |
@@ -43,7 +43,7 @@ is 32.768 kHz. The frequency of the main clock is 32 MHz.
|
||||
Supported Features
|
||||
==================
|
||||
|
||||
The we_proteus2ev_nrf52832 board configuration supports the following
|
||||
The we_proteus2ev/nrf52832 board configuration supports the following
|
||||
hardware features:
|
||||
|
||||
+-----------+------------+----------------------+
|
||||
@@ -98,7 +98,7 @@ Push buttons
|
||||
Programming and Debugging
|
||||
*************************
|
||||
|
||||
Applications for the ``we_proteus2ev_nrf52832`` board configuration can be
|
||||
Applications for the ``we_proteus2ev/nrf52832`` board configuration can be
|
||||
built, flashed, and debugged in the usual way. See
|
||||
:ref:`build_an_application` and :ref:`application_run` for more details on
|
||||
building and running.
|
||||
@@ -127,7 +127,7 @@ Then build and flash the application in the usual way.
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:board: we_proteus2ev_nrf52832
|
||||
:board: we_proteus2ev/nrf52832
|
||||
:goals: build flash
|
||||
|
||||
Debugging
|
||||
@@ -150,7 +150,7 @@ the board are working properly with Zephyr:
|
||||
|
||||
You can build and flash the examples to make sure Zephyr is running correctly on
|
||||
your board. The button and LED definitions can be found in
|
||||
:zephyr_file:`boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.dts`.
|
||||
:zephyr_file:`boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832.dts`.
|
||||
|
||||
References
|
||||
**********
|
||||
@@ -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 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user