Skip to content

Commit

Permalink
boards: Convert nucleo_l152re 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 9d80f2e commit a8a4b1d
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 20 deletions.
12 changes: 0 additions & 12 deletions boards/boards_legacy/arm/nucleo_l152re/Kconfig.defconfig

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#
# Copyright (c) 2019 Antony Pavlov <antonynpavlov@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#

config BOARD_NUCLEO_L152RE
bool "NUCLEO-64 L152RE Development Board"
depends on SOC_STM32L152XE
select SOC_STM32L152XE
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/nucleo_l152re/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: nucleo_l152re
vendor: st
socs:
- name: stm32l152xe
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_STM32L152XE=y

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down
File renamed without changes.

0 comments on commit a8a4b1d

Please sign in to comment.