I wonder if it's feasible to port some of the existing code (whatever
they use in their Micropython image) into Mecrisp, to handle the USB
stuff. I'm presuming those parts are written in C, but they wouldn't
have to be that closely integrated with Mecrisp Forth.
What kind of workflow do you use to write a Forth program over a serial
port? Just send the whole source file over the port, etc.?
Does Mecrisp support a FAT file system on the Pico flash drive, or is it
more of a BLOCKS-like interface? I guess both are ok.