Browse Source

boards: arm: we_ophelia1ev_nrf52805: 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
cc1a30f24b
  1. 6
      boards/boards_legacy/arm/we_ophelia1ev_nrf52805/Kconfig.board
  2. 2
      boards/wurth_elektronik/we_ophelia1ev/Kconfig
  3. 5
      boards/wurth_elektronik/we_ophelia1ev/Kconfig.defconfig
  4. 7
      boards/wurth_elektronik/we_ophelia1ev/Kconfig.we_ophelia1ev
  5. 0
      boards/wurth_elektronik/we_ophelia1ev/board.cmake
  6. 5
      boards/wurth_elektronik/we_ophelia1ev/board.yml
  7. 0
      boards/wurth_elektronik/we_ophelia1ev/doc/img/we_ophelia1ev_nrf52805.jpg
  8. 2
      boards/wurth_elektronik/we_ophelia1ev/doc/index.rst
  9. 0
      boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805-pinctrl.dtsi
  10. 0
      boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805.dts
  11. 2
      boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805.yaml
  12. 4
      boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805_defconfig

6
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/Kconfig.board

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_WE_OPHELIA1EV_NRF52805
bool "we_ophelia1ev_nrf52805"
depends on SOC_NRF52805_CAAA

2
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/Kconfig → boards/wurth_elektronik/we_ophelia1ev/Kconfig

@ -7,4 +7,4 @@ config BOARD_ENABLE_DCDC @@ -7,4 +7,4 @@ config BOARD_ENABLE_DCDC
bool "DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_WE_OPHELIA1EV_NRF52805
depends on BOARD_WE_OPHELIA1EV

5
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/Kconfig.defconfig → boards/wurth_elektronik/we_ophelia1ev/Kconfig.defconfig

@ -1,10 +1,7 @@ @@ -1,10 +1,7 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_WE_OPHELIA1EV_NRF52805
config BOARD
default "we_ophelia1ev_nrf52805"
if BOARD_WE_OPHELIA1EV
config BT_CTLR
default BT

7
boards/wurth_elektronik/we_ophelia1ev/Kconfig.we_ophelia1ev

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_WE_OPHELIA1EV
bool
default y
select SOC_NRF52805_CAAA

0
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/board.cmake → boards/wurth_elektronik/we_ophelia1ev/board.cmake

5
boards/wurth_elektronik/we_ophelia1ev/board.yml

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

0
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/doc/img/we_ophelia1ev_nrf52805.jpg → boards/wurth_elektronik/we_ophelia1ev/doc/img/we_ophelia1ev_nrf52805.jpg

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

2
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/doc/index.rst → boards/wurth_elektronik/we_ophelia1ev/doc/index.rst

@ -97,7 +97,7 @@ Then build and flash the application in the usual way. @@ -97,7 +97,7 @@ Then build and flash the application in the usual way.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: nrf52dk_nrf52832
:board: we_ophelia1ev/nrf52805
:goals: build flash
Debugging

0
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/we_ophelia1ev_nrf52805-pinctrl.dtsi → boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805-pinctrl.dtsi

0
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/we_ophelia1ev_nrf52805.dts → boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805.dts

2
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/we_ophelia1ev_nrf52805.yaml → boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805.yaml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
identifier: we_ophelia1ev_nrf52805
identifier: we_ophelia1ev/nrf52805
name: we_ophelia1ev_nrf52805
type: mcu
arch: arm

4
boards/boards_legacy/arm/we_ophelia1ev_nrf52805/we_ophelia1ev_nrf52805_defconfig → boards/wurth_elektronik/we_ophelia1ev/we_ophelia1ev_nrf52805_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_NRF52805_CAAA=y
CONFIG_BOARD_WE_OPHELIA1EV_NRF52805=y
# Enable MPU
CONFIG_ARM_MPU=y
Loading…
Cancel
Save