From d704ec4a5d3ad9374716323dfb3cffb0fbd27729 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 27 Apr 2024 14:13:16 +0800 Subject: [PATCH] update --- .cproject | 12 +++--- .settings/stm32cubeide.project.prefs | 3 +- Core/Inc/FreeRTOSConfig.h | 19 ++++++++-- Core/Inc/stm32f4xx_it.h | 4 ++ Core/Src/can.c | 14 +++++++ Core/Src/freertos.c | 43 +++++++++++++++++++++ Core/Src/stm32f4xx_it.c | 57 ++++++++++++++++++++++++++++ Core/Src/usart.c | 2 +- dbdb_liquid_path_control_v2.ioc | 18 +++++++-- iflytop_canbus_protocol | 2 +- usrc/main.cpp | 3 +- usrc/project_configs.h | 1 + usrc/protocol_impl/protocol_impl_service.cpp | 54 +++++++++++++++++++++++--- zsdk | 2 +- 14 files changed, 210 insertions(+), 24 deletions(-) diff --git a/.cproject b/.cproject index dc60787..d713cf4 100644 --- a/.cproject +++ b/.cproject @@ -23,7 +23,7 @@