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

FatFs-based implementation of the StorageManager interface for SD card access. More...

#include <string>
#include <vector>
#include <functional>
#include <cstdint>
#include "StorageManager.h"
#include "FreeRTOS.h"
#include "semphr.h"
+ Include dependency graph for FatFsStorageManager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FatFsStorageManager
 Concrete implementation of StorageManager using FatFs. More...
 

Detailed Description

Author
Ian Archbell

Part of the PicoFramework application framework. Wraps FreeRTOS and ff_stdio calls to provide thread-safe file and directory access. Designed for embedded use on platforms such as Raspberry Pi Pico with SD card support.

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

Definition in file FatFsStorageManager.h.