Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
FatFsStorageManager.cpp File Reference

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.

Detailed Description

Author
Ian Archbell

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.

Version
0.1
Date
2025-03-31
License:\n MIT License

Definition in file FatFsStorageManager.cpp.