FTP可以上传文件

This commit is contained in:
2026-07-22 01:46:29 +08:00
parent 038a2542af
commit c646df5c2a
76 changed files with 851 additions and 172 deletions

View File

@@ -25,7 +25,7 @@
#define CH395F_RESET_DELAY_MS 20U /* 复位后等待延时ms<6D>?*/
#define CH395F_INIT_TIMEOUT_MS 500U /* 初始化超时时间ms<6D>?*/
#define CH395F_SPI_BEGIN_DELAY_MS 1U /* SPI 事务开始延时ms<6D>?*/
#define CH395F_DMA_BUF_SIZE 1500U /* DMA 缓冲区最大字节数 */
#define CH395F_DMA_BUF_SIZE 4100U /* DMA 缓冲区header 4 + max 4096 data */
/*
* 私有变量<E58F98>?- DMA 传输相关