From 1ac72229f6682e946dd317b76ebaddd4cecb2ca4 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 1 Jan 2024 16:10:45 +0800 Subject: [PATCH] init project --- .cproject | 10 +- .settings/language.settings.xml | 4 +- Core/Inc/can.h | 52 ------- Core/Inc/i2c.h | 52 ------- Core/Inc/spi.h | 52 ------- Core/Src/can.c | 131 ----------------- Core/Src/i2c.c | 116 --------------- Core/Src/spi.c | 119 ---------------- README.md | 22 +++ iflytop_xsync/README.md | 8 ++ iflytop_xsync/iflytop_xsync.h | 14 ++ iflytop_xsync/pin.c | 234 ++++++++++++++++++++++++++++++ iflytop_xsync/pin.h | 119 ++++++++++++++++ iflytop_xsync/xs_basic.c | 0 iflytop_xsync/xs_basic.h | 9 ++ iflytop_xsync/xs_delay.c | 51 +++++++ iflytop_xsync/xs_delay.h | 6 + iflytop_xsync/xs_gpio.c | 306 ++++++++++++++++++++++++++++++++++++++++ iflytop_xsync/xs_gpio.h | 36 +++++ iflytop_xsync/xs_log.c | 39 +++++ iflytop_xsync/xs_log.h | 37 +++++ usrc/device.cpp | 33 +++-- usrc/device.hpp | 4 +- usrc/main.cpp | 1 - xsync_stm32 Debug.launch | 1 + xsync_v3.pdf | Bin 0 -> 388715 bytes 26 files changed, 915 insertions(+), 541 deletions(-) delete mode 100644 Core/Inc/can.h delete mode 100644 Core/Inc/i2c.h delete mode 100644 Core/Inc/spi.h delete mode 100644 Core/Src/can.c delete mode 100644 Core/Src/i2c.c delete mode 100644 Core/Src/spi.c create mode 100644 README.md create mode 100644 iflytop_xsync/README.md create mode 100644 iflytop_xsync/iflytop_xsync.h create mode 100644 iflytop_xsync/pin.c create mode 100644 iflytop_xsync/pin.h create mode 100644 iflytop_xsync/xs_basic.c create mode 100644 iflytop_xsync/xs_basic.h create mode 100644 iflytop_xsync/xs_delay.c create mode 100644 iflytop_xsync/xs_delay.h create mode 100644 iflytop_xsync/xs_gpio.c create mode 100644 iflytop_xsync/xs_gpio.h create mode 100644 iflytop_xsync/xs_log.c create mode 100644 iflytop_xsync/xs_log.h create mode 100644 xsync_v3.pdf diff --git a/.cproject b/.cproject index f9ebd03..7b75a00 100644 --- a/.cproject +++ b/.cproject @@ -90,7 +90,7 @@ -