feat: 添加协议处理和校验和计算功能,更新 UART 相关代码

This commit is contained in:
2026-04-02 01:52:28 +08:00
parent 8d2a0ea0c8
commit a53aa38ed3
11 changed files with 390 additions and 40 deletions

View File

@@ -51,6 +51,8 @@ target_sources(${CMAKE_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/Core/Bsp/easylogger/src/elog.c
${CMAKE_CURRENT_SOURCE_DIR}/Core/Bsp/easylogger/src/elog_utils.c
${CMAKE_CURRENT_SOURCE_DIR}/Core/Bsp/easylogger/port/elog_port.c
${CMAKE_CURRENT_SOURCE_DIR}/Core/Bsp/checksum.c
${CMAKE_CURRENT_SOURCE_DIR}/Core/Bsp/protocol.c
)
# Add include paths