Mark Rages
Mark Rages
I am trying to determine good parameters for an 8 MB filesystem, with 256-byte page erases. I plan to store a few dozen large files on it. My filesystem is...
SCN macros (http://pubs.opengroup.org/onlinepubs/009695399/basedefs/inttypes.h.html) are wrong. This is causing annoying warnings in my scanf()s. ```c markrages@qountdown:~$ cat test.c #include #pragma message "SCNi32 = " SCNi32 markrages@qountdown:~$ xtensa-lx106-elf-gcc -c test.c test.c:3:9: note:...
**Description of the desired feature:** In my project, I wanted to use pooch as a cache for getting files off of Github. It is more convenient to use Git's "blob...