volatile stuff

This commit is contained in:
2025-07-12 19:22:49 +02:00
parent 863e04f19e
commit aa8bdfb88c
7 changed files with 220 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ fn addEngineSources(b: *std.Build, opts: LibBuildOpts) *std.Build.Module {
"src/unicode.c",
// components
"src/components/eeprom.c",
"src/components/volatileEeprom.c",
"src/components/filesystem.c",
"src/components/drive.c",
"src/components/volatileDrive.c",