feat: Add fm25q16a patch

This commit is contained in:
Xu Chun Guang
2024-10-21 20:31:18 +08:00
parent e19ff9af0d
commit c611c41d0a
10 changed files with 924 additions and 271 deletions

View File

@@ -213,6 +213,10 @@ int esp_patition_copy_ota1_to_ota0(const void *partition_info);
int th25q16hb_apply_patch_0(void);
#endif
#ifdef CONFIG_ENABLE_FM25Q16A_PATCH_0
int fm25q16a_apply_patch_0();
#endif
#ifdef __cplusplus
}
#endif