espp/file_system

0.21.0

uploaded 2 days ago
File System component for ESP-IDF

readme

# File System Component

The `FileSystem` class provides a simple interface for interacting with the
filesystem. It provides a singleton class which manages the filesystem and also
includes the relevant POSIX, newlib, and C++ standard library headers providing
access to the filesystem. It is a wrapper around the `LittleFS` library and
can be configured using menuconfig to use a custom partition label.

It also provides some utility functions for interacting with the filesystem
and performing operations such as getting the total, used, and free space on
the filesystem, and listing files in a directory.

## Example

The [example](./example) shows how the `file_system` component can be used to
manage files on a [littlefs](https://github.com/littlefs-project/littlefs) file
system (wrapping the associated [esp_littlefs
component](https://github.com/joltwallet/esp_littlefs)).

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/file_system^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 18.95 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/file_system version: 0.21.0
|