Marius Greuel

Results 9 issues of Marius Greuel

For Windows users, you provide a procedure to install the libusb0.sys driver via Zadig. As libusb0.sys is outdated and no longer maintained, may I suggest that you move to WinUSB...

I added support for the Micronucleus bootloader to AVRDUDE. Would you be interested in testing? https://github.com/avrdudes/avrdude Typical usage: `avrdude -c micronucleus -p t85 -x wait -V -U flash:w:yourfile.hex` Linux versions...

Assuming the PicKit2 programmer is a HID device, I suggest to rework the code to use libhidapi, which is available on all platforms. Then we can drop the remaining libhid...

enhancement
help wanted

Kinda a quick shot, review please ;-)

bug

We are planning on modernizing the AVRDUDE documentation. Currently, the repo contains two documents, the Un*x man page file `src/avrdude.1`, and a manual in Texinfo format `src/doc/avrdude.texi` that can be...

documentation
help wanted

When I use the console shortcut `F7` in terminal mode to bring up the history, the history shows, but when selecting an item, it seems only the first character is...

bug

Thanks for rapidyaml! I have an embedded script in a YAML file, and I want to provide users with exact line/col information of possible syntax errors. I am having trouble...

### Did you check existing issues? - [ ] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing...

bug