diff options
author | dillon min <dillon.minfei@gmail.com> | 2021-04-09 15:28:46 +0800 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-04-09 11:53:00 +0200 |
commit | 38ac6a1bb3065ce34fa98d6584aa2b2ebf92a1e7 (patch) | |
tree | af6b3a4b3ec862b758bcf219091f0ffed0b3723e /arch/arm/mach-stm32 | |
parent | 1f0305e0d00e5b72d0ce4e279ec680ee8161e319 (diff) | |
download | u-boot-38ac6a1bb3065ce34fa98d6584aa2b2ebf92a1e7.tar.gz u-boot-38ac6a1bb3065ce34fa98d6584aa2b2ebf92a1e7.tar.xz u-boot-38ac6a1bb3065ce34fa98d6584aa2b2ebf92a1e7.zip |
board: Add rt-thread art-pi board support
All these files are add for support rt-thread art-pi board
- add board/st/stm32h750-art-pi, defconfig, header support for u-boot
for more information about art-pi, please goto:
https://art-pi.gitee.io/website/
Signed-off-by: dillon min <dillon.minfei@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'arch/arm/mach-stm32')
-rw-r--r-- | arch/arm/mach-stm32/stm32h7/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/stm32h7/Kconfig b/arch/arm/mach-stm32/stm32h7/Kconfig index 55e6217950..70233a4b23 100644 --- a/arch/arm/mach-stm32/stm32h7/Kconfig +++ b/arch/arm/mach-stm32/stm32h7/Kconfig @@ -6,7 +6,11 @@ config TARGET_STM32H743_DISCO config TARGET_STM32H743_EVAL bool "STM32H743 Evaluation board" +config TARGET_STM32H750_ART_PI + bool "STM32H750 ART Pi board" + source "board/st/stm32h743-eval/Kconfig" source "board/st/stm32h743-disco/Kconfig" +source "board/st/stm32h750-art-pi/Kconfig" endif |