From 3b3e6c764f1098a10066a9eec5e699b0dc75a640 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 5 Nov 2025 15:01:47 +0800 Subject: [PATCH] add spi6 --- .idea/editor.xml | 1 - .mxproject | 88 ++++++++-------- Core/Inc/spi.h | 3 + Core/Src/freertos.c | 37 ++++--- Core/Src/gpio.c | 10 -- Core/Src/main.c | 1 + Core/Src/spi.c | 97 ++++++++++++++++++ TronOneH7_Scaffold.ioc | 140 ++++++++++++++------------ User_Code/bsp/delayticks/delayticks.c | 39 +++++++ User_Code/bsp/delayticks/delayticks.h | 10 ++ User_Code/module/paramdef/robot_def.h | 22 ++++ 11 files changed, 310 insertions(+), 138 deletions(-) create mode 100644 User_Code/bsp/delayticks/delayticks.c create mode 100644 User_Code/bsp/delayticks/delayticks.h create mode 100644 User_Code/module/paramdef/robot_def.h diff --git a/.idea/editor.xml b/.idea/editor.xml index 17f50d3..de4eee6 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -268,7 +268,6 @@