7
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected about 1 year ago.
Apr 06, 2022 — Apr 06, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The STK500 can perform paged read/write operations even on standard
bsd
More... over 21 years ago
The STK500 can perform paged read/write operations even on standard "non-paged" parts. Take advantage of that and use the faster internal routines of the STK500 for those parts as well. More... over 21 years ago
Optimize reading and writing for the STK500 programmer if the part supports paged reads and writes. This greatly decreases the program/verify time from about 4.5 minutes down to about 10 seconds in a 12K program size test case. More... over 21 years ago
Optimize reading and writing for the STK500 programmer if the part
bsd
More... over 21 years ago
Add basic support for STK500.
bsd
More... over 21 years ago
Add basic support for STK500. More... over 21 years ago
Seperate programmer operations out into a driver-like interface so that programmers other than the direct parallel port connection can be supported. More... over 21 years ago
Seperate programmer operations out into a driver-like interface so
bsd
More... over 21 years ago
term.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. More... over 21 years ago
term.c - when in interactive terminal mode and dumping memory using
bsd
More... over 21 years ago
When 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. More... over 21 years ago
When getting ready to initiate communications with the AVR device,
bsd
More... over 21 years ago
Update changelog. More... over 21 years ago
Update changelog.
bsd
More... over 21 years ago
Fix -Y option. Reported by Joerg Wunsch.
bsd
More... over 21 years ago
Fix -Y option. Reported by Joerg Wunsch. More... over 21 years ago
Version update and CHANGELOG entry.
bsd
More... over 21 years ago
Version update and CHANGELOG entry. More... over 21 years ago
Be 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. More... over 21 years ago
Be backward compatible with the 2-byte rewrite cycle counter which
bsd
More... over 21 years ago
Add '-V' (no verify) flag requested by Joerg Wunsch. Update the man page. More... over 21 years ago
Add '-V' (no verify) flag requested by Joerg Wunsch. Update the man
bsd
More... over 21 years ago
Update man page and changelog.
bsd
More... over 21 years ago
Update man page and changelog. More... over 21 years ago
Update version number.
bsd
More... over 21 years ago
Update version number. More... over 21 years ago
Remove --pedantic and -g from the compiler options.
bsd
More... over 21 years ago
Remove --pedantic and -g from the compiler options. More... over 21 years ago
Use 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. More... over 21 years ago
Use a four byte value instead of a two byte value for the programming
bsd
More... over 21 years ago