Skip to content

Commit

Permalink
Eeprom read/write implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Trel725 committed Jul 11, 2016
1 parent c7b78ff commit 22dcf7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ socket AVR
-a HEX - automatically erase, write and check data in chip, or
-a s HEX - same with strict verification instead of fast default
use if you're flashing complex HEX, like Arduino bootloader or if default fails
-p r - read content of on-chip EEPROM, print in terminal, or
-p r FILE - read EEPROM to FILE
-p w HEX - write eeprom from intel hex file
-f - read fuse bits
-l BYTE - write low fuse
-H BYTE - write high fuse
Expand Down
2 changes: 1 addition & 1 deletion chavrprog.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ void print_help(){
"use if you're flashing complex HEX, like Arduino bootloader or if default fails\n"
"-p r - read content of on-chip EEPROM, print in terminal, or\n"
"-p r FILE - read EEPROM to FILE\n"
"-p w HEX - write eeprom from intel hex file"
"-p w HEX - write eeprom from intel hex file\n"
"-f - read fuse bits\n"
"-l BYTE - write low fuse\n"
"-H BYTE - write high fuse\n"
Expand Down

0 comments on commit 22dcf7c

Please sign in to comment.