Skip to content

Utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers

License

Notifications You must be signed in to change notification settings

manison/avrdude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVRDUDE for Windows

AVRDUDE is a utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP).

This port can be built natively under Windows with Visual C++ compiler (no more crosscompiling with MinGW or Cygwin).

This port has no external dependencies. The FTDI CDM drivers are required when using FTDI based programmers (avrftdi or ftdi_syncbb). No dependencies on libusb or libftdi.

Download

Latest release can be downloaded from the release page.

System Requirements

  • Windows XP or newer

Build Prerequisities

Build Instructions

  • Open solution file avrdude.sln
  • Hit Build Solution

References