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 16 deletions
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
# STM32L432KC Nucleo board configuration |
||||
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o. |
||||
# Copyright (c) 2016 BayLibre, SAS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_L432KC |
||||
bool "Nucleo L432KC Development Board" |
||||
depends on SOC_STM32L432XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 BayLibre, SAS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_L432KC |
||||
select SOC_STM32L432XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_l432kc |
||||
vendor: st |
||||
socs: |
||||
- name: stm32l432xx |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Loading…
Reference in new issue