Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
13 changed files with 10 additions and 22 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32F103RCT6 Mini board configuration |
||||
|
||||
# Copyright (c) 2020 WuhanStudio |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F103_MINI |
||||
bool "STM32F103RCT6 Mini Board" |
||||
depends on SOC_STM32F103XE |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM32F103RCT6 Mini board configuration |
||||
|
||||
# Copyright (c) 2020 WuhanStudio |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM32F103_MINI |
||||
|
||||
config BOARD |
||||
default "stm32f103_mini" |
||||
|
||||
endif # BOARD_STM32F103_mini |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2020 WuhanStudio |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F103_MINI |
||||
select SOC_STM32F103XE |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32f103_mini |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f103xe |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Loading…
Reference in new issue