diff options
| author | dillon min <[email protected]> | 2021-04-09 15:28:46 +0800 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2021-04-09 11:53:00 +0200 |
| commit | 38ac6a1bb3065ce34fa98d6584aa2b2ebf92a1e7 (patch) | |
| tree | af6b3a4b3ec862b758bcf219091f0ffed0b3723e /arch | |
| parent | 1f0305e0d00e5b72d0ce4e279ec680ee8161e319 (diff) | |
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 <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'arch')
| -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 55e62179504..70233a4b23c 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 |
