| 12345678910111213141516171819202122232425262728293031323334 |
- mainmenu "RT-Thread Configuration"
- config BSP_DIR
- string
- option env="BSP_ROOT"
- default "."
- config RTT_DIR
- string
- option env="RTT_ROOT"
- default "rt-thread"
- # you can change the RTT_ROOT default "rt-thread"
- # example : default "F:/git_repositories/rt-thread"
- config PKGS_DIR
- string
- option env="PKGS_ROOT"
- default "packages"
- config ENV_DIR
- string
- option env="ENV_ROOT"
- default "/"
- config PLATFORM_DIR
- string
- option env="PLATFORM_DIR"
- default "C:/Softwares/RT-ThreadStudio/workspace/EtherKit/etherkit_component_flash_fs/platform"
- source "$RTT_DIR/Kconfig"
- source "$PKGS_DIR/Kconfig"
- source "libraries/Kconfig"
- source "$BSP_DIR/board/Kconfig"
|