shithub: pronterfs

Download patch

ref: ca59c67aaaddd3409efa08ab1299821274559768
parent: c3b784ac16bbf3f62d8d3aec49acebd2f6c77fee
author: sirjofri <sirjofri@sirjofri.de>
date: Fri Feb 17 17:02:39 EST 2023

adds readme file

--- /dev/null
+++ b/README
@@ -1,0 +1,22 @@
+3d printer filesystem
+
+...  which is planned to be so generic you can do everything with it,
+as long as it can handle lines.
+
+
+In a nutshell
+
+* write lines to a file
+* waits for ok to send more lines
+
+
+The filesystem
+
+* ctl - receives commands (start, stop, ...)
+* program - buffer for program code
+
+
+Use case
+
+The filesystem is designed to work on a file served by nusb/serial.
+Because of that it is very generic and can be used for anything.