添加rtt的驱动框架,实现了一部分接口函数,支持了Kconfig.

This commit is contained in:
zhangzheng
2023-11-18 16:29:46 +08:00
parent 3a11f98bdf
commit a83b791b82
624 changed files with 384861 additions and 91 deletions

View File

@@ -3,6 +3,8 @@ set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
SET(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR arm)
include(kconfig.cmake)
include(setting.cmake)
enable_language(ASM C CXX)
project(mkrtos)