eclipse-4diac / 4diac-forte

Eclipse Public License 2.0
29 stars 32 forks source link

Add storage integration for ESP32 devices #231

Open franz-hoepfinger-4diac opened 2 months ago

franz-hoepfinger-4diac commented 2 months ago

Added new files for NVS storage module integration with ESP32 devices. Includes initialization, setting, and getting data functionalities using NVS API.

this is based backend-Wise on the ESP32 NVS API: This Example was used as base: https://github.com/espressif/esp-idf/tree/master/examples/storage/nvs_rw_value_cxx

franz-hoepfinger-4diac commented 2 months ago

https://github.com/eclipse-4diac/4diac-ide/pull/486