|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Mounts the FAT-FS partition that holds plugin .wasm + .meta files. More...
#include <cstdint>#include <cstddef>#include <vector>#include <string>Go to the source code of this file.
Classes | |
| class | cdc::plugin_manager::PluginStorage |
Namespaces | |
| namespace | cdc |
| namespace | cdc::plugin_manager |
Mounts the FAT-FS partition that holds plugin .wasm + .meta files.
Reads /plugins via the standard ESP-IDF VFS so PluginManager can list and load installed plugins. Auto-formats the partition on first boot if it has not been initialised yet.
Definition in file PluginStorage.h.