1#ifndef _EFFS_STD_PARTITION_H
2#define _EFFS_STD_PARTITION_H
6#include <file/flashdrv.h>
11extern void *AppFlash_ptDrvMem[];
12extern int (*AppFlash_fs_phy_fns[])( FS_FLASH *);
21 FileHolder * pSibling;
34extern FileHolder * pt_files[8];
36#define WALKER_STATE_BUILD 1
37#define WALKER_STATE_DESCEND 2
38#define WALKER_STATE_ASCEND 3
41int BuildTree(FileHolder *tree);
42int SaveFileTree(FileHolder *tree,
int drv);
43int ShowFileTree(FileHolder *tree);
44int BuildFileTrees(FileHolder ** tree);
45int UnmountAllDrives();
46void CreateSecondPartition(uint32_t fs_size);
NetBurner EFFS Partition Table structures for ARM MIMXRT10xx (SOMRT1061)
Embedded Flash File System, EFFS-STD.