https://github.com/mariusgreuel/USBasp
USBasp - USB programmer for Atmel AVR controllers (with WinUSB support)
https://github.com/mariusgreuel/USBasp
arduino avr usbasp winusb
Last synced: 23 days ago
JSON representation
USBasp - USB programmer for Atmel AVR controllers (with WinUSB support)
- Host: GitHub
- URL: https://github.com/mariusgreuel/USBasp
- Owner: mariusgreuel
- License: gpl-2.0
- Created: 2018-06-25T21:12:08.000Z (almost 7 years ago)
- Default Branch: winusb
- Last Pushed: 2024-06-03T13:10:42.000Z (11 months ago)
- Last Synced: 2024-11-05T09:43:46.076Z (6 months ago)
- Topics: arduino, avr, usbasp, winusb
- Language: Assembly
- Homepage: https://www.fischl.de/usbasp/
- Size: 532 KB
- Stars: 30
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# USBasp - USB programmer for Atmel AVR controllers
This is a fork of the [USBasp firmware](https://www.fischl.de/usbasp/) by Thomas Fischl.
The goal of this fork is to add support for WinUSB to USBasp firmware to eliminate the need for third-party USB drivers in Windows, such as libusb0.
In this firmware, a [Microsoft OS feature descriptor](https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/microsoft-defined-usb-descriptors) and WinUSB compatibility descriptor was added. When a USB device with this firmware is plugged in, Windows will automatically load the built-in WinUSB driver.
In order to use the USBasp with WinUSB support, you also need tools that support WinUSB, such as [AVRDUDE for Windows](https://github.com/mariusgreuel/avrdude).
The original readme.txt can be found here: [Readme.txt](Readme.txt)