Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
14 changed files with 10 additions and 22 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# OLIMEX-STM32-H103 board configuration |
||||
|
||||
# Copyright (c) 2020, Josep Puigdemont |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_OLIMEX_STM32_H103 |
||||
bool "OLIMEX-STM32-H103 Development Board" |
||||
depends on SOC_STM32F103XB |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# OLIMEX-STM32-H103 board configuration |
||||
|
||||
# Copyright (c) 2020, Josep Puigdemont |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_OLIMEX_STM32_H103 |
||||
|
||||
config BOARD |
||||
default "olimex_stm32_h103" |
||||
|
||||
endif # BOARD_OLIMEX_STM32_H103 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2020, Josep Puigdemont |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_OLIMEX_STM32_H103 |
||||
select SOC_STM32F103XB |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: olimex_stm32_h103 |
||||
vendor: olimex |
||||
socs: |
||||
- name: stm32f103xb |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32F1X=y |
||||
CONFIG_SOC_STM32F103XB=y |
||||
|
||||
# enable uart driver |
||||
CONFIG_SERIAL=y |
||||
# enable console |
Loading…
Reference in new issue