-
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 stm32h750b_dk to HWM v2
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
- Loading branch information
Showing
11 changed files
with
8 additions
and
20 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/stm32h750b_dk/Kconfig.board → ...ds/st/stm32h750b_dk/Kconfig.stm32h750b_dk
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 @@ | ||
# STM32H735G Discovery board configuration | ||
|
||
# Copyright (c) 2023 STMicroelectronics | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config BOARD_STM32H750B_DK | ||
bool "STM32H750B Discovery Kit" | ||
depends on SOC_STM32H750XX | ||
select SOC_STM32H750XX |
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,5 @@ | ||
board: | ||
name: stm32h750b_dk | ||
vendor: st | ||
socs: | ||
- name: stm32h750xx |
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.
3 changes: 0 additions & 3 deletions
3
...arm/stm32h750b_dk/stm32h750b_dk_defconfig → .../st/stm32h750b_dk/stm32h750b_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.