Browse Source
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>pull/69687/head
13 changed files with 11 additions and 15 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32L4R5ZI Nucleo board configuration |
||||
|
||||
# Copyright (c) 2018 Pushpal Sidhu |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_L4R5ZI |
||||
bool "Nucleo L4R5ZI Development Board" |
||||
depends on SOC_STM32L4R5XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2018 Pushpal Sidhu |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_L4R5ZI |
||||
select SOC_STM32L4R5XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_l4r5zi |
||||
vendor: st |
||||
socs: |
||||
- name: stm32l4r5xx |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in new issue