Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
11 changed files with 6 additions and 19 deletions
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM3210C-EVAL board configuration |
||||
|
||||
# Copyright (c) 2016 RnDity Sp. z o.o. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM3210C_EVAL |
||||
|
||||
config BOARD |
||||
default "stm3210c_eval" |
||||
|
||||
endif # BOARD_STM3210C_EVAL |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# STM3210C-EVAL board configuration |
||||
|
||||
# Copyright (c) 2016 RnDity Sp. z o.o. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM3210C_EVAL |
||||
bool "STM3210C-EVAL Evaluation Board" |
||||
depends on SOC_STM32F107XC |
||||
select SOC_STM32F107XC |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm3210c_eval |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f107xc |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
@ -1,11 +1,7 @@
@@ -1,11 +1,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# Zephyr Kernel Configuration |
||||
CONFIG_SOC_SERIES_STM32F1X=y |
||||
|
||||
# Platform Configuration |
||||
CONFIG_SOC_STM32F107XC=y |
||||
|
||||
# Serial Drivers |
||||
CONFIG_SERIAL=y |
||||
CONFIG_UART_INTERRUPT_DRIVEN=y |
Loading…
Reference in new issue