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
Fix ATMega128 instruction encoding for reading the low and high fuse
bsd
More... over 21 years ago
Fix ATMega128 instruction encoding for reading the low and high fuse bits. Thanks to Joerg Wunsch for tripping over this. More... over 21 years ago
Move erase-rewrite cycle increment to within the chip erase routine so
bsd
More... almost 22 years ago
Move 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. More... almost 22 years ago
Recent updates. More... almost 22 years ago
Recent updates.
bsd
More... almost 22 years ago
Eliminate unused variables.
bsd
More... almost 22 years ago
Eliminate unused variables. More... almost 22 years ago
Implement 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. More... almost 22 years ago
Implement a way of tracking how many erase-rewrite cycles a part has
bsd
More... almost 22 years ago
Fix a typo in a comment. Display the size of memory being written.
bsd
More... almost 22 years ago
Fix a typo in a comment. Display the size of memory being written. Display the correct memory name in an error message (previously hardcoded). More... almost 22 years ago
Add support for ATtiny15 - contributed by Asher Hoskins
bsd
More... almost 22 years ago
Add support for ATtiny15 - contributed by Asher Hoskins <[email protected]> More... almost 22 years ago
Say what changed. More... about 22 years ago
Say what changed.
bsd
More... about 22 years ago
Backup the config file to a timestamped name to keep from possibly overwriting user-modified configs. More... about 22 years ago
Backup the config file to a timestamped name to keep from possibly
bsd
More... about 22 years ago
Add support for ATMEGA128; untested; requested by Jeff Gardner
bsd
More... about 22 years ago
Add support for ATMEGA128; untested; requested by Jeff Gardner <[email protected]>. More... about 22 years ago
Minor ordering. More... over 22 years ago
Minor ordering.
bsd
More... over 22 years ago
Update version numbers. More... over 22 years ago
Update version numbers.
bsd
More... over 22 years ago
Summarize latest updates.
bsd
More... over 22 years ago
Summarize latest updates. More... over 22 years ago
Make pwroff_after_write a yes/no field instead of a numeric.
bsd
More... over 22 years ago
Make pwroff_after_write a yes/no field instead of a numeric. More... over 22 years ago
Document the pwroff_after_write flag.
bsd
More... over 22 years ago
Document the pwroff_after_write flag. More... over 22 years ago