Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
17 changed files with 36 additions and 33 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32L562E-DK Discovery board configuration |
||||
|
||||
# Copyright (c) 2020 Yestin Sun |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L562E_DK |
||||
bool "STM32L562E-DK Discovery Development Board" |
||||
depends on SOC_STM32L562XX |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2020 Yestin Sun |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L562E_DK |
||||
select SOC_STM32L562XX |
||||
|
||||
config BOARD_STM32L562E_DK_STM32L562XX_NS |
||||
bool |
||||
select SOC_STM32L562XX |
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
board: |
||||
name: stm32l562e_dk |
||||
vendor: st |
||||
socs: |
||||
- name: stm32l562xx |
||||
variants: |
||||
- name: ns |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32L5X=y |
||||
CONFIG_SOC_STM32L562XX=y |
||||
|
||||
# enable uart driver |
||||
CONFIG_SERIAL=y |
||||
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: stm32l562e_dk_ns |
||||
identifier: stm32l562e_dk/stm32l562xx/ns |
||||
name: ST STM32L562E-DK Discovery non secure |
||||
type: mcu |
||||
arch: arm |
Loading…
Reference in new issue