Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
10 changed files with 6 additions and 15 deletions
@ -1,5 +1,4 @@
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_ALTERA_MAX10 |
||||
bool "Altera MAX10 Board" |
||||
depends on SOC_NIOS2F_ZEPHYR |
||||
select SOC_NIOS2F_ZEPHYR |
@ -1,7 +1,5 @@
@@ -1,7 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_NIOS2F_ZEPHYR=y |
||||
CONFIG_BOARD_ALTERA_MAX10=y |
||||
CONFIG_HAS_ALTERA_HAL=y |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_SERIAL=y |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: altera_max10 |
||||
vendor: Altera Corporation |
||||
socs: |
||||
- name: nios2f-zephyr |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Loading…
Reference in new issue