mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-26 03:27:04 +08:00
* 重新pull后上传bsp和action * remove the file named main.c in cubemx prj and add enter at last in the file named user_key.c * remove personal project environment file project.uvguix.slhuan in rtt/bsp/stm32/stm32f103_100ask_mini * remove system_stmf1xx.c in bsp/stm32/stm32f103-100ask_pro/mini * modify stm32f1xx_it.c code to conform to the specification Co-authored-by: slhuan <953172510@qq.com>
23 lines
366 B
Plaintext
23 lines
366 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"
|
|
source "board/Kconfig"
|
|
|