Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
12 changed files with 11 additions and 23 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32L4R9I Discovery board configuration |
||||
|
||||
# Copyright (c) 2023 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L4R9I_DISCO |
||||
bool "STM32L4R9I Discovery Development Board" |
||||
depends on SOC_STM32L4R9XX |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM32L4R9I Discovery board configuration |
||||
|
||||
# Copyright (c) 2023 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM32L4R9I_DISCO |
||||
|
||||
config BOARD |
||||
default "stm32l4r9i_disco" |
||||
|
||||
endif # BOARD_STM32L4R9I_DISCO |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2023 STMicroelectronics |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32L4R9I_DISCO |
||||
select SOC_STM32L4R9XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: stm32l4r9i_disco |
||||
vendor: st |
||||
socs: |
||||
- name: stm32l4r9xx |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Loading…
Reference in new issue