Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
11 changed files with 10 additions and 22 deletions
@ -1,8 +0,0 @@ |
|||||||
# SECO SBC-3.5-PX30 board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2022, SECO Spa |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_STM32F3_SECO_D23 |
|
||||||
bool "SECO SBC-3.5-PX30 (STM32F302VC) Board" |
|
||||||
depends on SOC_STM32F302XC |
|
@ -1,11 +0,0 @@ |
|||||||
# SECO SBC-3.5-PX30 board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2022, SECO Spa |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if BOARD_STM32F3_SECO_D23 |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "stm32f3_seco_d23" |
|
||||||
|
|
||||||
endif # BOARD_STM32F3_SECO_D23 |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2022, SECO Spa |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_STM32F3_SECO_D23 |
||||||
|
select SOC_STM32F302XC |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: stm32f3_seco_d23 |
||||||
|
vendor: seco |
||||||
|
socs: |
||||||
|
- name: stm32f302xc |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in new issue