Ubiquitous/RT-Thread/:add atti-arm32-board bsp

1.Modify the peripheral interface of the development board
2.Complete configuration files and build files
3.GCC is supported
This commit is contained in:
yl1185
2022-04-02 09:51:33 +08:00
parent e6101ab1d4
commit fcdb1d8b62
34 changed files with 6098 additions and 0 deletions
@@ -0,0 +1,29 @@
mainmenu "RT-Thread Configuration"
config ROOT_DIR
string
default "../../../.."
config BSP_DIR
string
default "."
config RT_Thread_DIR
string
default "../.."
config RTT_DIR
string
default "../../rt-thread"
config APP_DIR
string
default "../../../../APP_Framework"
source "$RTT_DIR/Kconfig"
source "$RTT_DIR/bsp/stm32/libraries/Kconfig"
source "board/Kconfig"
source "$RT_Thread_DIR/micropython/Kconfig"
source "$RT_Thread_DIR/app_match_rt-thread/Kconfig"
source "$ROOT_DIR/APP_Framework/Kconfig"