![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include "colony_config.h"
#include "littlefs/lfs.h"
#include "Cpl/Memory/SPool.h"
#include "Cpl/System/Mutex.h"
#include "Cpl/Io/File/Littlefs/Api.h"
Go to the source code of this file.
Classes | |
struct | Cpl::Io::File::Littlefs::FileDesc_T |
This struct defines the memory need per opened file. More... | |
class | Cpl::Io::File::Littlefs::FileMemoryPool |
Memory pool for opened files. More... | |
Namespaces | |
namespace | Cpl |
The 'Cpl' namespace is the root name space for the Colony. | |
namespace | Cpl::Io |
The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files. | |
namespace | Cpl::Io::File |
The File namespace provides the base/common interfaces for reading and writing data from/to Files. | |
namespace | Cpl::Io::File::Littlefs |
The 'Littlefs' namespace implements the CPL file abstractions using the open source 'littlefs' file system (https://github.com/littlefs-project/littlefs) | |
Variables | |
FileMemoryPool | Cpl::Io::File::Littlefs::g_fileMemoryPool |
Expose the memory pool instance. | |