Browse Source

boards: arm: we_proteus2ev_nrf52832: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
073e0f8080
  1. 0
      boards/wurth_elektronik/we_proteus2ev/Kconfig
  2. 3
      boards/wurth_elektronik/we_proteus2ev/Kconfig.defconfig
  3. 3
      boards/wurth_elektronik/we_proteus2ev/Kconfig.we_proteus2ev
  4. 0
      boards/wurth_elektronik/we_proteus2ev/board.cmake
  5. 5
      boards/wurth_elektronik/we_proteus2ev/board.yml
  6. 0
      boards/wurth_elektronik/we_proteus2ev/doc/img/we_proteus2ev_nrf52832.jpg
  7. 8
      boards/wurth_elektronik/we_proteus2ev/doc/index.rst
  8. 0
      boards/wurth_elektronik/we_proteus2ev/pre_dt_board.cmake
  9. 0
      boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832-pinctrl.dtsi
  10. 0
      boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832.dts
  11. 2
      boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832.yaml
  12. 4
      boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832_defconfig

0
boards/boards_legacy/arm/we_proteus2ev_nrf52832/Kconfig → boards/wurth_elektronik/we_proteus2ev/Kconfig

3
boards/boards_legacy/arm/we_proteus2ev_nrf52832/Kconfig.defconfig → boards/wurth_elektronik/we_proteus2ev/Kconfig.defconfig

@ -3,9 +3,6 @@ @@ -3,9 +3,6 @@
if BOARD_WE_PROTEUS2EV_NRF52832
config BOARD
default "we_proteus2ev_nrf52832"
config BT_CTLR
default BT

3
boards/boards_legacy/arm/we_proteus2ev_nrf52832/Kconfig.board → boards/wurth_elektronik/we_proteus2ev/Kconfig.we_proteus2ev

@ -2,5 +2,4 @@ @@ -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

0
boards/boards_legacy/arm/we_proteus2ev_nrf52832/board.cmake → boards/wurth_elektronik/we_proteus2ev/board.cmake

5
boards/wurth_elektronik/we_proteus2ev/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: we_proteus2ev
vendor: Würth Elektronik
socs:
- name: nrf52832

0
boards/boards_legacy/arm/we_proteus2ev_nrf52832/doc/img/we_proteus2ev_nrf52832.jpg → boards/wurth_elektronik/we_proteus2ev/doc/img/we_proteus2ev_nrf52832.jpg

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

8
boards/boards_legacy/arm/we_proteus2ev_nrf52832/doc/index.rst → boards/wurth_elektronik/we_proteus2ev/doc/index.rst

@ -43,7 +43,7 @@ is 32.768 kHz. The frequency of the main clock is 32 MHz. @@ -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 @@ -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. @@ -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: @@ -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
**********

0
boards/boards_legacy/arm/we_proteus2ev_nrf52832/pre_dt_board.cmake → boards/wurth_elektronik/we_proteus2ev/pre_dt_board.cmake

0
boards/boards_legacy/arm/we_proteus2ev_nrf52832/we_proteus2ev_nrf52832-pinctrl.dtsi → boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832-pinctrl.dtsi

0
boards/boards_legacy/arm/we_proteus2ev_nrf52832/we_proteus2ev_nrf52832.dts → boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832.dts

2
boards/boards_legacy/arm/we_proteus2ev_nrf52832/we_proteus2ev_nrf52832.yaml → boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832.yaml

@ -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

4
boards/boards_legacy/arm/we_proteus2ev_nrf52832/we_proteus2ev_nrf52832_defconfig → boards/wurth_elektronik/we_proteus2ev/we_proteus2ev_nrf52832_defconfig

@ -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…
Cancel
Save