Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities.
Fix typo in the HID class bootloader CLI programmer application usage instructions.
This commit is contained in:
parent
f01a05415c
commit
c2135f2776
4 changed files with 87 additions and 21 deletions
|
@ -49,7 +49,7 @@ void usage(void)
|
|||
fprintf(stderr, "\n<MCU> = atmegaXXuY or at90usbXXXY");
|
||||
|
||||
fprintf(stderr, "\nFor support and more information, please visit:\n");
|
||||
fprintf(stderr, "http://www.lufa-lub.org\n");
|
||||
fprintf(stderr, "http://www.lufa-lib.org\n");
|
||||
|
||||
fprintf(stderr, "\nBased on the TeensyHID command line programmer software:\n");
|
||||
fprintf(stderr, "http://www.pjrc.com/teensy/loader_cli.html\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue