-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: Convert stm32l1_disco to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
- Loading branch information
1 parent
a8a4b1d
commit d72d34a
Showing
10 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
...ds_legacy/arm/stm32l1_disco/Kconfig.board → ...ds/st/stm32l1_disco/Kconfig.stm32l1_disco
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
...arm/stm32l1_disco/stm32l1_disco_defconfig → .../st/stm32l1_disco/stm32l1_disco_defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.