Hi everyone, avr_io v0.5.0 just got release, alongside with avrman v0.3.0!
I am continuing to stabilize the implementation of the whole library, while I use it for my projects, and fixing some stuff that got broken with the newest GCCs:
avrman also got a new and pretty big release, and it now supports devices.
Devices are either programmers or boards (e.g. arduinos), and the tool has information related to the settings tied to these devices, so that using the tool can become quite easier for end-users.
This also lead me to write a usb serial device enumeration algorithm to retrieve vid/pids and make it possible to discover these devices, but here's the problem:
I wrote one for Linux/MacOSX, but I am missing one for windows, so if anyone has the knowledge that I lack there, PRs are more than welcome!