Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.19 KB

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