初始创建FTP服务器

This commit is contained in:
2026-07-21 22:08:11 +08:00
parent d48be81478
commit 6d404d136e
10 changed files with 265 additions and 357 deletions

View File

@@ -16,8 +16,8 @@
#include "nand.h"
#include "map.h"
/* FTL 分区起始地址(块 1024偏移 128MB */
#define FTL_FATFS_OFFSET (128U * 1024U * 1024U)
/* FTL 分区起始地址(块 0偏移 0占用全部 256MB */
#define FTL_FATFS_OFFSET 0U
/* 调试输出配置 */
#define DBG_TAG "[NAND_FTL]"