Skip to content

mariusgreuel/FabISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FabISP, a fab-able in-system programmer

This is a fork of the FabISP firmware by David A. Mellis, which is based on USBtiny by Dick Streefland.

The goal of this fork is to add support for WinUSB to FabISP firmware to eliminate the need for third-party USB drivers in Windows, such as libusb0.

In this firmware, a Microsoft OS feature descriptor 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 FabISP/USBtiny with WinUSB support, you also need tools that support WinUSB, such as AVRDUDE for Windows.