File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
5050use 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments