boards: arm: we_ophelia1ev_nrf52805: 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
df0df9000b
commit
cc1a30f24b
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
5
boards/wurth_elektronik/we_ophelia1ev/board.yml
Normal file
5
boards/wurth_elektronik/we_ophelia1ev/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: we_ophelia1ev
|
||||
vendor: Würth Elektronik
|
||||
socs:
|
||||
- name: nrf52805
|
||||
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user