Skip to content

Commit 22dcf7c

Browse files
committed
Eeprom read/write implemented
1 parent c7b78ff commit 22dcf7c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ socket AVR
4848
-a HEX - automatically erase, write and check data in chip, or
4949
-a s HEX - same with strict verification instead of fast default
5050
use if you're flashing complex HEX, like Arduino bootloader or if default fails
51+
-p r - read content of on-chip EEPROM, print in terminal, or
52+
-p r FILE - read EEPROM to FILE
53+
-p w HEX - write eeprom from intel hex file
5154
-f - read fuse bits
5255
-l BYTE - write low fuse
5356
-H BYTE - write high fuse

chavrprog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ void print_help(){
410410
"use if you're flashing complex HEX, like Arduino bootloader or if default fails\n"
411411
"-p r - read content of on-chip EEPROM, print in terminal, or\n"
412412
"-p r FILE - read EEPROM to FILE\n"
413-
"-p w HEX - write eeprom from intel hex file"
413+
"-p w HEX - write eeprom from intel hex file\n"
414414
"-f - read fuse bits\n"
415415
"-l BYTE - write low fuse\n"
416416
"-H BYTE - write high fuse\n"

0 commit comments

Comments
 (0)