Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
11 changed files with 8 additions and 23 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# DA1469x series Development Kit Pro board configuration |
||||
|
||||
# Copyright (c) 2022 Renesas Electronics Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_DA1469X_DK_PRO |
||||
bool "DA1469x series Development Kit Pro board" |
||||
depends on SOC_SERIES_DA1469X |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# DA1469x series Development Kit Pro board configuration |
||||
|
||||
# Copyright (c) 2022 Renesas Electronics Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_DA1469X_DK_PRO |
||||
|
||||
config BOARD |
||||
default "da1469x_dk_pro" |
||||
|
||||
endif # BOARD_DA1469X_DK_PRO |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: da1469x_dk_pro |
||||
vendor: Renesas |
||||
socs: |
||||
- name: da14699 |
@ -1,9 +1,5 @@
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_DA1469X=y |
||||
CONFIG_SOC_DA14699=y |
||||
CONFIG_BOARD_DA1469X_DK_PRO=y |
||||
|
||||
CONFIG_HW_STACK_PROTECTION=y |
||||
|
||||
CONFIG_GPIO=y |
Loading…
Reference in new issue