-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more usage examples to Avrdude documentation #1362
Comments
Here are the development branch I'm working on. I've currently added the following examples: Write stdin to EEPROM
Read EEPROM and write to stdout
Pipe commands into Avrdude terminal mode
|
I think this is a good idea. Please raise the PR. |
Some other tips and tricks I collected here. Please check if anything is of interests to the PR as well. |
|
Note that (since yesterday) AVRDUDE can also use semicolon-space separated commands in one terminal line:
Also, perhaps show examples of use with binary |
@mcuee and @stefanrueger thanks for the input! There are some very neat and clever commands that deserve to be in the official user manual. I'll continue adding examples, and submit a PR when I'm ready. |
Avrdude supports some nice CLI features like read/write to stdin/stdout (-U) and piping into terminal mode, but none of these features are documented in the avrdude.texi file.
We should perhaps mention that this is possible and provide a few examples under
2.3 Example Command Line Invocations
I can submit a PR for this, but are there other neat tricks we should add to the texi docs?
The text was updated successfully, but these errors were encountered: