boards: arm: nrf52_adafruit_feather: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
91e864ea29
commit
dede0f6cd3
|
@ -5,9 +5,6 @@
|
|||
|
||||
if BOARD_NRF52_ADAFRUIT_FEATHER
|
||||
|
||||
config BOARD
|
||||
default "nrf52_adafruit_feather"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
|
@ -4,5 +4,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF52_ADAFRUIT_FEATHER
|
||||
bool "nRF52 ADAFRUIT FEATHER"
|
||||
depends on SOC_NRF52832_QFAA
|
||||
select SOC_NRF52832_QFAA
|
|
@ -0,0 +1,3 @@
|
|||
board:
|
||||
name: nrf52_adafruit_feather
|
||||
vendor: Adafruit Industries LLC
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -174,7 +174,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/nrf52_adafruit_feather/board.h`.
|
||||
:zephyr_file:`boards/adafruit/nrf52_adafruit_feather/board.h`.
|
||||
|
||||
|
||||
References
|
|
@ -1,9 +1,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52832_QFAA=y
|
||||
CONFIG_BOARD_NRF52_ADAFRUIT_FEATHER=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
board:
|
||||
name: nrf52832_mdk
|
||||
vendor: Maker Diary
|
||||
socs:
|
||||
- name: nrf52832
|
||||
|
|
Loading…
Reference in New Issue