From 78eb45cda4b5e45fbd68dbc203e8bd3f173da295 Mon Sep 17 00:00:00 2001 From: ShaunakManurkar Date: Wed, 26 Apr 2017 15:31:25 +0530 Subject: Added links for avrdude downloads --- Documentation/Software-Requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Software-Requirements.rst b/Documentation/Software-Requirements.rst index 30be8c1..fc06f86 100644 --- a/Documentation/Software-Requirements.rst +++ b/Documentation/Software-Requirements.rst @@ -13,7 +13,7 @@ For windows based system ------------------------ The IC is a standalone one without the Bootloader. One of the ways of -dumping the code, is using an In System Programmer or an ISP. So, for burning the same we use the softwares: AVRDUDE1 - AVR Downloader Uploader is a program for downloading and uploading the on-chip memories of Atmels AVR microcontrollers. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. It’s available as WINAVR for Windows and can be downloaded from 'here '. +dumping the code, is using an In System Programmer or an ISP. So, for burning the same we use the softwares: AVRDUDE1 - AVR Downloader Uploader is a program for downloading and uploading the on-chip memories of Atmels AVR microcontrollers. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. It’s available as WINAVR for Windows and can be downloaded from 'here '_. Setting up WINAVR ~~~~~~~~~~~~~~~~~ -- cgit