修复多连接的问题

This commit is contained in:
2026-07-19 15:27:49 +08:00
parent 9ed4c22022
commit e06d849007
38 changed files with 2475 additions and 1953 deletions

View File

@@ -3,34 +3,31 @@
/*
* 模å<C2A1>—å<E28094><C3A5>称:FAL é…<C3A9>ç½®
* 模块功能:定义 FAL Flash 设备表和分区表
* 适用平台STM32F407ZGT6
* 作者:王建锋
* 创建日期2026-07-16
* 修改记录:
* 2026-07-16 王建锋 创建初始版本
* 模å<EFBFBD>—功能:定ä¹?FAL Flash 设备表和分区è¡? * é€ç”¨å¹³å<C2B3>°ï¼šSTM32F407ZGT6
* 作者:王建� * 创建日期�026-07-16
* 修改记录ï¼? * 2026-07-16 王建é”? åˆå»ºåˆ<C3A5>å§ç‰ˆæœ¬
*/
#ifdef __cplusplus
extern "C" {
#endif
/* FAL 调试开关0-关闭1-开启 */
/* FAL 调试开关:0-关闭ï¼?-å¼€å<E282AC>?*/
#define FAL_DEBUG 0
/* 启用分区表配置 */
/* å<EFBFBD>¯ç”¨åˆ†åŒºè¡¨é…<EFBFBD>ç½?*/
#define FAL_PART_HAS_TABLE_CFG
/* ======================== Flash 设备表 ======================== */
/* ======================== Flash 设备�======================== */
extern const struct fal_flash_dev gd5f2gq5ue_flash;
extern const struct fal_flash_dev g_gd5f2gq5ue_flash;
#define FAL_FLASH_DEV_TABLE \
{ \
&gd5f2gq5ue_flash, \
&g_gd5f2gq5ue_flash, \
}
/* ======================== 分区表 ======================== */
/* ======================== 分区�======================== */
/*
* 分区å<C2BA><C3A5>ç§° 设备å<E280A1><C3A5>ç§° å<><C3A5>ç§» 大å°<C3A5>
* KVDB: 64MB @ 0
@@ -49,3 +46,4 @@ extern const struct fal_flash_dev gd5f2gq5ue_flash;
#endif
#endif /* __FAL_CFG_H */