Implementation of the FatFs-based StorageManager. More...
#include "framework_config.h"#include "DebugTrace.h"#include "storage/FatFsStorageManager.h"#include "storage/FatFsFileReader.h"#include <ff_utils.h>#include <ff_stdio.h>
Include dependency graph for FatFsStorageManager.cpp:Go to the source code of this file.
Part of the PicoFramework application framework. Provides thread-safe file operations for embedded systems using the FatFs API. Wraps ff_stdio.h and manages mounting/unmounting, file streaming, and directory traversal. Designed for use with Raspberry Pi Pico and other embedded SD-based storage.
Definition in file FatFsStorageManager.cpp.