Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
12 changed files with 11 additions and 25 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32373C-EVAL evaluation board configuration |
||||
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32373C_EVAL |
||||
bool "STM32373C_EVAL Evaluation Board" |
||||
depends on SOC_STM32F373XC |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM32373C-EVAL evaluation board configuration |
||||
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM32373C_EVAL |
||||
|
||||
config BOARD |
||||
default "stm32373c_eval" |
||||
|
||||
endif # BOARD_STM32373C_EVAL |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32373C_EVAL |
||||
select SOC_STM32F373XC |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32373c_eval |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f373xc |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
Loading…
Reference in new issue