Merge pull request #1234 from stefanrueger/docs

Mention developer options in documentation and Usage()
This commit is contained in:
Stefan Rueger
2022-12-23 13:17:43 +00:00
committed by GitHub
3 changed files with 36 additions and 12 deletions

View File

@@ -166,10 +166,12 @@ static void usage(void)
"Usage: %s [options]\n"
"Options:\n"
" -p <partno> Specify AVR device\n"
" -p <wildcard>/<flags> Run developer options for matched AVR devices\n"
" -b <baudrate> Override RS-232 baud rate\n"
" -B <bitclock> Specify bit clock period (us)\n"
" -C <config-file> Specify location of configuration file\n"
" -c <programmer> Specify programmer type\n"
" -c <wildcard>/<flags> Run developer options for matched programmers\n"
" -A Disable trailing-0xff removal from file and AVR read\n"
" -D Disable auto erase for flash memory; implies -A\n"
" -i <delay> ISP Clock Delay [in microseconds]\n"