Go to file
Brian S. Dean 3bae0d8d14 First cut at supporting the ATmega 103 which uses bank addressing and
has a 128K flash.

Due to the bank addressing required, interactive update of the flash
is not supported, though the eeprom can be updated interactively.
Both memories can be programmed via non-interactive mode.

Intel Hex Record type '04' is now generated as required for outputing
memory contents that go beyond 64K.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@78 81a1dc3b-b13d-400b-aceb-764788c761c2
2001-10-14 02:53:21 +00:00
Makefile First cut at supporting the ATmega 103 which uses bank addressing and 2001-10-14 02:53:21 +00:00
Makefile.inc Automate dependency generation. 2001-02-25 17:39:58 +00:00
avr.c First cut at supporting the ATmega 103 which uses bank addressing and 2001-10-14 02:53:21 +00:00
avr.h First cut at supporting the ATmega 103 which uses bank addressing and 2001-10-14 02:53:21 +00:00
avrdude.1 Correct default pin assignment. 2001-10-01 14:16:41 +00:00
avrdude.conf.sample Prefix pin config entries in the config file with a "c:". Later, I 2001-09-20 03:19:31 +00:00
avrdude.pdf Make the pin definitions configurable based on entries in a config 2001-09-19 17:04:25 +00:00
fileio.c First cut at supporting the ATmega 103 which uses bank addressing and 2001-10-14 02:53:21 +00:00
fileio.h Style fixes. 2001-10-13 03:13:13 +00:00
main.c Style fixes. 2001-10-13 03:13:13 +00:00
pindefs.h Make the pin definitions configurable based on entries in a config 2001-09-19 17:04:25 +00:00
ppi.c Style fixes. 2001-10-13 03:13:13 +00:00
ppi.h Style fixes. 2001-10-13 03:13:13 +00:00
term.c First cut at supporting the ATmega 103 which uses bank addressing and 2001-10-14 02:53:21 +00:00
term.h Style fixes. 2001-10-13 03:13:13 +00:00