Skip to content

Commit

Permalink
boards: Convert stm32l1_disco to HWM v2
Browse files Browse the repository at this point in the history
Port the board to HWMv2.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
  • Loading branch information
ajarmouni-st committed Feb 8, 2024
1 parent a8a4b1d commit d72d34a
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 18 deletions.
11 changes: 0 additions & 11 deletions boards/boards_legacy/arm/stm32l1_disco/Kconfig.defconfig

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Board configuration

# Copyright (c) 2019 eTactica ehf
# SPDX-License-Identifier: Apache-2.0

config BOARD_STM32L1_DISCO
bool "STM32L1DISCOVERY Development Board"
depends on SOC_STM32L151XB
select SOC_STM32L151XB
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/stm32l1_disco/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: stm32l1_disco
vendor: st
socs:
- name: stm32l151xb
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

CONFIG_SOC_SERIES_STM32L1X=y
CONFIG_SOC_STM32L151XB=y

# enable uart driver
CONFIG_SERIAL=y

Expand Down
File renamed without changes.

0 comments on commit d72d34a

Please sign in to comment.