Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
14 changed files with 11 additions and 15 deletions
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2022 Blues Inc. |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_SWAN_R5 |
||||||
|
select SOC_STM32L4R5XX |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: swan_r5 |
||||||
|
vendor: blues |
||||||
|
socs: |
||||||
|
- name: stm32l4r5xx |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32L4X=y |
|
||||||
CONFIG_SOC_STM32L4R5XX=y |
|
||||||
|
|
||||||
# enable uart driver |
# enable uart driver |
||||||
CONFIG_SERIAL=y |
CONFIG_SERIAL=y |
||||||
|
|
Loading…
Reference in new issue