FreeRTOS-Plus-FAT¶
Platform/PlusFat/ wraps FreeRTOS-Plus-FAT as the File layer
(FreeRTOS-Plus-FAT documentation).
Fills the File role — the primitive beneath a BlockDevice.
What it ships¶
| Class | Role |
|---|---|
SolidSyslogPlusFatFile |
file — ff_fflush after every write |
Requirements¶
FreeRTOS — Plus-FAT is FreeRTOS-coupled. Supply an FF_Disk_t media driver and
FreeRTOSFATConfig.h.
Full setup is Integrating FreeRTOS-Plus-FAT.