Ryan Sturmer

Results 10 issues of Ryan Sturmer

Downloading from the release page, I get a "dmg is damaged and can't be opened" ![image](https://user-images.githubusercontent.com/1383181/150982154-12b44da7-6fc1-40f7-8fb8-52dcb2105c7d.png) ![image](https://user-images.githubusercontent.com/1383181/150982210-bd445a26-f4f4-4e80-a57e-58327cb27da0.png)

This is the error I get when I attempt an `overlay_flush` Contents of /etc/fstab ``` /dev/mmcblk0p3 /opt/fabmo btrfs ``` Contents of /etc/mtab ``` proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 sys...

When the machine goes into FeedHold, is there any possibility of performing a pull-up (to retract from the material as in a CNC mill application) and if so - how...

enhancement

It would be nice to have an ls() like function that would list the files in a directory. Maybe something with a static component so you could call it over...

Employ the FAT32 approved algorithm for determining an LFN subcomponent described on page 38 of the docs.

thinfat.c is not the place for userland read_sector and write_sector. They should be in their own source file.

There's no way currently to make a directory!

the fs creation tool (makefs) only works in linux, making it a crappy tool for testing. It should be replaced with something more cross-platform.

Factoring divide operations out is possible with the current implementation. Though most are div/constant and can be factored out by the compiler, it's probably easy to do by hand, and...

There's a strangeness in processing short filenames. The LFN entries aren't always correctly generated for them.