portapack-mayhem / mayhem-firmware

Custom firmware for the HackRF+PortaPack H1/H2/H4
https://hackrf.app
GNU General Public License v3.0
3.37k stars 546 forks source link

USB serial fs command extension #1927

Open htotoo opened 7 months ago

htotoo commented 7 months ago

Currently the file system commands don't allow spaces in filenames / folder names. Affected commands: ls unlink mkdir filesize fopen crc32

Should handle them too, and since none of the commands needs more parameters, just 1 it could be done by concatenating the parameters. (

htotoo commented 7 months ago

There is also a bug, when the file name (with path) is too long, the serial can't handle it.