boards: arm: nrf52840_mdk_usb_dongle: 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
34507614f6
commit
eecff8ee7a
@@ -8,9 +8,6 @@
|
||||
|
||||
if BOARD_NRF52840_MDK_USB_DONGLE
|
||||
|
||||
config BOARD
|
||||
default "nrf52840_mdk_usb_dongle"
|
||||
|
||||
# To let the nRF5 bootloader load an application, the application
|
||||
# must be linked after Nordic MBR, that is factory-programmed on the board.
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF52840_MDK_USB_DONGLE
|
||||
bool "nRF52840 MDK USB DONGLE"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
bool
|
||||
default y
|
||||
select SOC_NRF52840_QIAA
|
||||
5
boards/maker_diary/nrf52840_mdk_usb_dongle/board.yml
Normal file
5
boards/maker_diary/nrf52840_mdk_usb_dongle/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: nrf52840_mdk_usb_dongle
|
||||
vendor: Maker Diary
|
||||
socs:
|
||||
- name: nrf52840
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52840_QIAA=y
|
||||
CONFIG_BOARD_NRF52840_MDK_USB_DONGLE=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user