Brian Pugh

Results 72 comments of Brian Pugh

I also just committed more changes, like having the macro handlers be aware if shift or ctrl has been also pushed. I have it so that if I have shift...

For anyone curious on how to do this, here is a zoom in of the header I added near the LED driver (chip next to the QR code behind the...

For future revisions of the boards, it would be nice to have an additional 10k resistor plus a solder-bridge to bypass the NTC thermistor for batteries that don't have this....

mirroring @X-Ryl669 , I'd find it very useful in one of my projects (Adding LittleFS to the Game & Watch homebrew scene). We memory-map ROM files, allowing us to run...

thanks for the reference! I'd say FrogFS *almost* fits my usecases, but has the drawbacks: 1. I then have to juggle 2 filesystems (I still need littlefs for writing game-saves)....

> if this is a read-only image, could you not allocate blocks for the contiguous files you need from the end before creating the filesystem, and store "fake" files in...

For my exact use-case (and I don't think this is super rare), my read-only assets are... "mostly" read-only. Basically, under all normal operating conditions, the data is mmap'd and read-only....

> Humorously, if contiguous files don't participate in error-correction or wear-leveling, I think contiguous allocations end up functionally isomorphic to a hypothetical lfs_fs_shrink(). I think you're correct. I'm a bit...

chiming in that this helped make some of my cpython code be micropython-compatible.

What if we were to add a new, top-level category `Tools` and move `Development > Shells > On Host` contents; many of the tools listed there are either more-than-just-shells, or...