Go to file
bsd fe4bb95f85 Makefile : use gzip -f for man page installation so that we don't get
prompted.

avr.c avr.h fileio.c term.c :

     Change the avrpart data structure so that the typedef AVRMEM is
     used as an index into an array for the sizes of the memory types
     and also for pointers to buffers that represent the chip data for
     that memory type.  This removes a lot of conditional code of the
     form:

		switch (memtype) {
			case AVR_FLASH :
		 	...
		}

     Also, re-code avr_read_byte() and avr_write_byte() to properly
     handle the flash memory type without having to tell them whether
     they should program the high byte or the low byte - figure that
     out from the address itself.  For flash memory type, these
     routines now take the actual byte address instead of the word
     address.  This _greatly_ simplifies many otherwise simple
     operations, such a reading or writing a range of memory, by not
     having to worry about whether the address starts on an odd byte
     or an even byte.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@45 81a1dc3b-b13d-400b-aceb-764788c761c2
2001-01-22 01:59:47 +00:00
Makefile Makefile : use gzip -f for man page installation so that we don't get 2001-01-22 01:59:47 +00:00
Usage Change -c (interactive command mode) to the more intuitive -t 2001-01-18 02:35:41 +00:00
avr.c Makefile : use gzip -f for man page installation so that we don't get 2001-01-22 01:59:47 +00:00
avr.h Makefile : use gzip -f for man page installation so that we don't get 2001-01-22 01:59:47 +00:00
avrdude.1 Add initial man page graciously contributed by Joerg Wunsch. Thanks 2001-01-20 04:14:01 +00:00
avrprog-programmer.jpg New files. 2001-01-13 20:51:04 +00:00
avrprog-schematic.jpg New files. 2001-01-13 20:51:04 +00:00
fileio.c Makefile : use gzip -f for man page installation so that we don't get 2001-01-22 01:59:47 +00:00
fileio.h Return error codes instead of exiting, thus making sure that we exit 2001-01-20 16:34:28 +00:00
main.c Return error codes instead of exiting, thus making sure that we exit 2001-01-20 16:34:28 +00:00
ppi.c The program was getting too large for a single file. Split it up into 2001-01-19 02:46:50 +00:00
ppi.h The program was getting too large for a single file. Split it up into 2001-01-19 02:46:50 +00:00
term.c Makefile : use gzip -f for man page installation so that we don't get 2001-01-22 01:59:47 +00:00
term.h The program was getting too large for a single file. Split it up into 2001-01-19 02:46:50 +00:00