dcca02ebbfAdd basic support for STK500.
Brian S. Dean
2002-12-01 04:30:01 +0000
ef2d595660Add basic support for STK500.
Brian S. Dean
2002-12-01 04:30:01 +0000
580ff186ebSeperate programmer operations out into a driver-like interface so that programmers other than the direct parallel port connection can be supported.
bsd
2002-11-30 14:09:12 +0000
a193330803Seperate programmer operations out into a driver-like interface so that programmers other than the direct parallel port connection can be supported.
Brian S. Dean
2002-11-30 14:09:12 +0000
71a439397aSeperate programmer operations out into a driver-like interface so that programmers other than the direct parallel port connection can be supported.
Brian S. Dean
2002-11-30 14:09:12 +0000
2d09c5b0aaterm.c - when in interactive terminal mode and dumping memory using the 'dump <memtype>' command without any address information, and the end of memory is reached, wrap back around to zero on the next invocation.
bsd
2002-11-23 00:52:15 +0000
39b1f7d02bterm.c - when in interactive terminal mode and dumping memory using the 'dump <memtype>' command without any address information, and the end of memory is reached, wrap back around to zero on the next invocation.
Brian S. Dean
2002-11-23 00:52:15 +0000
07c1849557term.c - when in interactive terminal mode and dumping memory using the 'dump <memtype>' command without any address information, and the end of memory is reached, wrap back around to zero on the next invocation.
Brian S. Dean
2002-11-23 00:52:15 +0000
7561e319a1When getting ready to initiate communications with the AVR device, first pull /RESET low for a short period of time before enabling the buffer chip. This sequence allows the AVR to be reset before the buffer is enabled to avoid a short period of time where the AVR may be driving the programming lines at the same time the programmer tries to. Of course, if a buffer is being used, then the /RESET line from the programmer needs to be directly connected to the AVR /RESET line and not via the buffer chip.
bsd
2002-11-23 00:47:29 +0000
981ee782b4When getting ready to initiate communications with the AVR device, first pull /RESET low for a short period of time before enabling the buffer chip. This sequence allows the AVR to be reset before the buffer is enabled to avoid a short period of time where the AVR may be driving the programming lines at the same time the programmer tries to. Of course, if a buffer is being used, then the /RESET line from the programmer needs to be directly connected to the AVR /RESET line and not via the buffer chip.
Brian S. Dean
2002-11-23 00:47:29 +0000
6f8adf7abcWhen getting ready to initiate communications with the AVR device, first pull /RESET low for a short period of time before enabling the buffer chip. This sequence allows the AVR to be reset before the buffer is enabled to avoid a short period of time where the AVR may be driving the programming lines at the same time the programmer tries to. Of course, if a buffer is being used, then the /RESET line from the programmer needs to be directly connected to the AVR /RESET line and not via the buffer chip.
Brian S. Dean
2002-11-23 00:47:29 +0000
f2604f3523Fix -Y option. Reported by Joerg Wunsch.
Brian S. Dean
2002-11-06 02:19:57 +0000
648d06f7edFix -Y option. Reported by Joerg Wunsch.
Brian S. Dean
2002-11-06 02:19:57 +0000
4f818a067bVersion update and CHANGELOG entry.
bsd
2002-11-01 14:46:20 +0000
52f96a781aVersion update and CHANGELOG entry.
Brian S. Dean
2002-11-01 14:46:20 +0000
98c0c7d4f4Version update and CHANGELOG entry.
Brian S. Dean
2002-11-01 14:46:20 +0000
4aa81bac9bBe backward compatible with the 2-byte rewrite cycle counter which appeared in version 2.1.0, but was changed to a 4 byte counter in version 2.1.1. Reminded by Joerg Wunsch.
bsd
2002-11-01 14:40:23 +0000
12641b2f6cBe backward compatible with the 2-byte rewrite cycle counter which appeared in version 2.1.0, but was changed to a 4 byte counter in version 2.1.1. Reminded by Joerg Wunsch.
Brian S. Dean
2002-11-01 14:40:23 +0000
7b11e0829dBe backward compatible with the 2-byte rewrite cycle counter which appeared in version 2.1.0, but was changed to a 4 byte counter in version 2.1.1. Reminded by Joerg Wunsch.
Brian S. Dean
2002-11-01 14:40:23 +0000
4a3a651831Add '-V' (no verify) flag requested by Joerg Wunsch. Update the man page.
bsd
2002-10-29 01:59:02 +0000
b278d02a94Add '-V' (no verify) flag requested by Joerg Wunsch. Update the man page.
Brian S. Dean
2002-10-29 01:59:02 +0000
c5a313abe3Add '-V' (no verify) flag requested by Joerg Wunsch. Update the man page.
Brian S. Dean
2002-10-29 01:59:02 +0000
015a25707bUpdate man page and changelog.
bsd
2002-10-13 04:22:59 +0000
a05b24f4b1Update man page and changelog.
Brian S. Dean
2002-10-13 04:22:59 +0000
de9b1ec6c9Update man page and changelog.
Brian S. Dean
2002-10-13 04:22:59 +0000
fbc9157eacUpdate version number.
bsd
2002-10-13 04:19:39 +0000
74bed97edeUpdate version number.
Brian S. Dean
2002-10-13 04:19:39 +0000
912ba29aefUpdate version number.
Brian S. Dean
2002-10-13 04:19:39 +0000
232fc1e546Remove --pedantic and -g from the compiler options.
bsd
2002-10-12 21:22:57 +0000
88bddaa4b8Remove --pedantic and -g from the compiler options.
Brian S. Dean
2002-10-12 21:22:57 +0000
20d682437bRemove --pedantic and -g from the compiler options.
Brian S. Dean
2002-10-12 21:22:57 +0000
88dd9b39cdUse a four byte value instead of a two byte value for the programming cycle count stored at the end of EEPROM. It seems as though Atmel was greatly conservative in claiming a 1000 count reliability for the FLASH. I current have a part that has been reprogrammed 173330 times, and counting.
bsd
2002-10-11 19:36:56 +0000
603fa47266Use a four byte value instead of a two byte value for the programming cycle count stored at the end of EEPROM. It seems as though Atmel was greatly conservative in claiming a 1000 count reliability for the FLASH. I current have a part that has been reprogrammed 173330 times, and counting.
Brian S. Dean
2002-10-11 19:36:56 +0000
dee4126fdeUse a four byte value instead of a two byte value for the programming cycle count stored at the end of EEPROM. It seems as though Atmel was greatly conservative in claiming a 1000 count reliability for the FLASH. I current have a part that has been reprogrammed 173330 times, and counting.
Brian S. Dean
2002-10-11 19:36:56 +0000
df87a2838aFix ATMega128 instruction encoding for reading the low and high fuse bits. Thanks to Joerg Wunsch for tripping over this.
bsd
2002-10-11 19:32:12 +0000
916ade1c43Fix ATMega128 instruction encoding for reading the low and high fuse bits. Thanks to Joerg Wunsch for tripping over this.
Brian S. Dean
2002-10-11 19:32:12 +0000
cba33d4b0fFix ATMega128 instruction encoding for reading the low and high fuse bits. Thanks to Joerg Wunsch for tripping over this.
Brian S. Dean
2002-10-11 19:32:12 +0000
11d711787cMove erase-rewrite cycle increment to within the chip erase routine so that it is tracked no matter where the erase was initiated: command line mode or interactive mode, without code duplicaiton.
bsd
2002-08-01 02:06:48 +0000
db531a2ccfMove erase-rewrite cycle increment to within the chip erase routine so that it is tracked no matter where the erase was initiated: command line mode or interactive mode, without code duplicaiton.
Brian S. Dean
2002-08-01 02:06:48 +0000
5e3500045eMove erase-rewrite cycle increment to within the chip erase routine so that it is tracked no matter where the erase was initiated: command line mode or interactive mode, without code duplicaiton.
Brian S. Dean
2002-08-01 02:06:48 +0000
4f7b087bbbEliminate unused variables.
Brian S. Dean
2002-08-01 01:01:17 +0000
85a69d3c06Eliminate unused variables.
Brian S. Dean
2002-08-01 01:01:17 +0000
aff473ff8cImplement a way of tracking how many erase-rewrite cycles a part has undergone. This utilizes the last two bytes of EEPROM to maintain a counter that is incremented each time the part is erased.
bsd
2002-08-01 01:00:03 +0000
4d2df35736Implement a way of tracking how many erase-rewrite cycles a part has undergone. This utilizes the last two bytes of EEPROM to maintain a counter that is incremented each time the part is erased.
Brian S. Dean
2002-08-01 01:00:03 +0000
c7a17e849aImplement a way of tracking how many erase-rewrite cycles a part has undergone. This utilizes the last two bytes of EEPROM to maintain a counter that is incremented each time the part is erased.
Brian S. Dean
2002-08-01 01:00:03 +0000
728848c593Fix a typo in a comment. Display the size of memory being written. Display the correct memory name in an error message (previously hardcoded).
bsd
2002-07-27 20:55:01 +0000
5b12f02975Fix a typo in a comment. Display the size of memory being written. Display the correct memory name in an error message (previously hardcoded).
Brian S. Dean
2002-07-27 20:55:01 +0000
777d96086aFix a typo in a comment. Display the size of memory being written. Display the correct memory name in an error message (previously hardcoded).
Brian S. Dean
2002-07-27 20:55:01 +0000
436e5a700aAdd support for ATtiny15 - contributed by Asher Hoskins <asher@crumbly.freeserve.co.uk>
bsd
2002-06-22 14:03:53 +0000
975614df3bAdd support for ATtiny15 - contributed by Asher Hoskins <asher@crumbly.freeserve.co.uk>
Brian S. Dean
2002-06-22 14:03:53 +0000
dab67ba9c7Add support for ATtiny15 - contributed by Asher Hoskins <asher@crumbly.freeserve.co.uk>
Brian S. Dean
2002-06-22 14:03:53 +0000
488ffe86d3Say what changed.
bsd
2002-04-23 22:18:06 +0000
5e86a8a460Say what changed.
Brian S. Dean
2002-04-23 22:18:06 +0000
547be2d3eaSay what changed.
Brian S. Dean
2002-04-23 22:18:06 +0000
7a55ebe6f8Backup the config file to a timestamped name to keep from possibly overwriting user-modified configs.
bsd
2002-04-07 16:03:58 +0000
99ac342e05Backup the config file to a timestamped name to keep from possibly overwriting user-modified configs.
Brian S. Dean
2002-04-07 16:03:58 +0000
58f44a5a26Backup the config file to a timestamped name to keep from possibly overwriting user-modified configs.
Brian S. Dean
2002-04-07 16:03:58 +0000
9924a6d545Add support for ATMEGA128; untested; requested by Jeff Gardner <gardner@journey.com>.
bsd
2002-04-05 22:41:38 +0000
4b6223fff4Add support for ATMEGA128; untested; requested by Jeff Gardner <gardner@journey.com>.
Brian S. Dean
2002-04-05 22:41:38 +0000
23e7383463Add support for ATMEGA128; untested; requested by Jeff Gardner <gardner@journey.com>.
Brian S. Dean
2002-04-05 22:41:38 +0000