Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
14 changed files with 26 additions and 27 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
board: |
||||
name: degu_evk |
||||
vendor: Atmark Techno |
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
||||
# Enable UART driver |
||||
CONFIG_SERIAL=y |
||||
|
||||
# Enable console |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
||||
|
||||
# Enable USB (for CDC ACM console) |
||||
CONFIG_USB_DEVICE_STACK=y |
||||
|
||||
# Additional board options |
||||
CONFIG_GPIO=y |
||||
|
||||
# Required to enable 3V3 power rail and Vin1 monitor |
||||
CONFIG_REGULATOR=y |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@ -1,22 +0,0 @@
@@ -1,22 +0,0 @@
|
||||
CONFIG_SOC_SERIES_NRF52X=y |
||||
CONFIG_SOC_NRF52840_QIAA=y |
||||
CONFIG_BOARD_DEGU_EVK=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
||||
# enable uart driver |
||||
CONFIG_SERIAL=y |
||||
|
||||
# enable console |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
||||
|
||||
# enable USB (for CDC ACM console) |
||||
CONFIG_USB_DEVICE_STACK=y |
||||
|
||||
# additional board options |
||||
CONFIG_GPIO=y |
||||
|
||||
# required to enable 3V3 power rail and Vin1 monitor |
||||
CONFIG_REGULATOR=y |
Loading…
Reference in new issue