Files
grblHAL/fs_ram.h
T
Terje Io b34eabe28f Moved RAM filing system from networking plugin here, added support for more operations.
Added hooks for future G70-G72 lathe cycles implementation.
ome general improvements.
2026-08-05 08:13:26 +02:00

25 lines
819 B
C

/*
fs_ram.h - heap based in memory filing system
NOTE: files will be deleted on first close after opened for reading.
Part of grblHAL
Copyright (c) 2026 Terje Io
grblHAL is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
grblHAL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with grblHAL. If not, see <http://www.gnu.org/licenses/>.
*/
void fs_ram_mount (void);