添加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

@@ -23,7 +23,7 @@ add_executable(bootstrap.elf
)
set_target_properties(bootstrap.elf PROPERTIES LINK_FLAGS
"-T ${CMAKE_CURRENT_SOURCE_DIR}/stm32f205rft6_link.lds --gc-section ")
"-T ${CMAKE_CURRENT_LIST_DIR}/stm32f205rft6_link.lds --gc-section ")
if (${BOARD_NAME} STREQUAL "STM32F1x")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DSTM32F10X_XL ")