更新BootLoader为USB传输,替代V1版本中的usart

This commit is contained in:
不吃油炸鸡
2026-02-01 13:03:39 +08:00
parent 1682beb979
commit a6850f40e9
53 changed files with 17948 additions and 9595 deletions

View File

@@ -5,7 +5,7 @@
#include "stm32f4xx_hal.h"
#define OS_SUPPORT 0
#define SYS_CLK 100
#define SYS_CLK 96
typedef int32_t s32;
typedef int16_t s16;