Skip to content

Instantly share code, notes, and snippets.

View aivarannamaa's full-sized avatar

Aivar Annamaa aivarannamaa

View GitHub Profile
@askpatrickw
askpatrickw / CircuitPython_Packages.MD
Last active January 11, 2022 09:54
Thoughts on Package Management for CircuitPython

Package Management for CircuitPython

Nothing formal written up on this yet, but I think we're seeing the download the zip file approach start to become brittle. Already there are two different bundles. My initial thought is why not have a cpip (or modify circup) and use PyPi. One thing I like about this is that it teaches new programmers things they need to learn if they also do Python programming. I've not done any real research into the technical parts of this yet, but in an ideal world, a fork of pip or some modular components of pip could be used to drive the core logic of version checking and install and the CP specific parts that deal with the board would be the

@planetceres
planetceres / RESET_USB_KERNEL_MODULE.md
Last active March 16, 2024 01:24
Restart/reset USB kernel module in Ubuntu 18.04 without rebooting