Angus Gratton
Angus Gratton
Support writing custom USB interfaces in Python, to extend USB device functionality. These modules rely on the machine.USBD() object implemented on the MicroPython side, which is a thin C wrapper...
I hadn't used this feature for a while, and realised there's one confusing element of it not previously mentioned in the docs.
(This is a design proposal, circulated for discussion, suggestions, and constructive criticism. Please comment on this issue.) ## User Story "As a new MicroPython user, I want to quickly get...
This is a pretty minor bug that I noticed but thought was worth reporting. ## Steps to reproduce * Customise `magit-todos-update` to either `nil` (manual updates) or a number of...
New option `magit-todos-update-remote` controls whether todos are automatically updated in remote repos (accessed via TRAMP). Defaults to disabled. New option was suggested in https://github.com/alphapapa/magit-todos/issues/132 (although not a fix for that...
I think some Koreader F-Droid users encountered this recently: https://github.com/koreader/koreader/issues/11399 (in particular comment https://github.com/koreader/koreader/issues/11399#issuecomment-1920314796). If a device updates from (for example) an armv7eabi build of an android-luajit-launcher app to an...
Previously the link redirected from the URL shown to allgood's fork. However there are no binaries hosted there - making it unclear what binaries were actually being downloaded. # License:...
Requires reverse engineering enough of the SPI flash functionality that we understand how it performs page erases & writes.
See discussion on forum thread: http://www.esp8266.com/viewtopic.php?f=9&t=1871#p11224 (... and following posts)