4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-13 14:29:09 +08:00
StackYuan a3979fa8d9 [BSP] add bsp for st's new platform stm32h7s7-st-disco.
[drv] STM32H7RSxx_HAL bsp fixed and update.
  [add] bsp stm32h7s7-dk README.md
2024-04-16 22:48:01 -04:00

25 lines
390 B
Plaintext

mainmenu "RT-Thread Configuration"
config BSP_DIR
string
option env="BSP_ROOT"
default "."
config RTT_DIR
string
option env="RTT_ROOT"
default "../../.."
config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
source "../libraries/Kconfig"
if !RT_USING_NANO
source "board/Kconfig"
endif