-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: Convert stm32l562e_dk to HWM v2
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <[email protected]>
- Loading branch information
Showing
17 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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,9 @@ | ||
# Copyright (c) 2020 Yestin Sun | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config BOARD_STM32L562E_DK | ||
select SOC_STM32L562XX | ||
|
||
config BOARD_STM32L562E_DK_STM32L562XX_NS | ||
bool | ||
select SOC_STM32L562XX |
File renamed without changes.
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,7 @@ | ||
board: | ||
name: stm32l562e_dk | ||
vendor: st | ||
socs: | ||
- name: stm32l562xx | ||
variants: | ||
- name: ns |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
...arm/stm32l562e_dk/stm32l562e_dk_defconfig → .../st/stm32l562e_dk/stm32l562e_dk_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.
2 changes: 1 addition & 1 deletion
2
...y/arm/stm32l562e_dk/stm32l562e_dk_ns.yaml → ...562e_dk/stm32l562e_dk_stm32l562xx_ns.yaml
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
3 changes: 0 additions & 3 deletions
3
.../stm32l562e_dk/stm32l562e_dk_ns_defconfig → ...dk/stm32l562e_dk_stm32l562xx_ns_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.