This repository contains projects and libraries for working with the ESP32 microcontroller, focusing on file system operations using LittleFS and NVS.
.gitignore
: Git ignore file..vscode/
: Visual Studio Code configuration files.LICENSE
: License file.LittleFs_ReadWriteAppend/
: Project directory for LittleFS read, write, and append operations.LittleFs_ImageFlash/
: Project directory for flashing images using LittleFS.NVS_DataStorage/
: Project directory for storing and retrieving data using NVS.log/
: Directory containing log files.README.md
: This file.
This project demonstrates how to read, write, and append files using the LittleFS file system on an ESP32 microcontroller.
.gitignore
: Git ignore file for the project..pio/
: PlatformIO build system files.include/
: Header files.lib/
: Libraries.platformio.ini
: PlatformIO configuration file.readme.md
: Project-specific readme file.src/
: Source files, includingmain.cpp
.test/
: Test files.
This project demonstrates how to flash images using the LittleFS file system on an ESP32 microcontroller.
.gitignore
: Git ignore file for the project..pio/
: PlatformIO build system files.include/
: Header files.lib/
: Libraries.platformio.ini
: PlatformIO configuration file.readme.md
: Project-specific readme file.src/
: Source files, includingmain.cpp
.test/
: Test files.
This project demonstrates how to store and retrieve data using the NVS (Non-Volatile Storage) on an ESP32 microcontroller.
.gitignore
: Git ignore file for the project..pio/
: PlatformIO build system files.certs/
: Directory for storing certificate files.include/
: Header files.lib/
: Libraries.platformio.ini
: PlatformIO configuration file.readme.md
: Project-specific readme file.src/
: Source files, includingmain.cpp
.test/
: Test files.
-
Clone the repository:
git clone https://github.com/yourusername/ESP32_FileSystem.git
-
Open the project in Visual Studio Code.
-
Build and upload the project using PlatformIO.
This project is licensed under the MIT License - see the LICENSE file for details.