7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation (#5286)

This commit is contained in:
marchersimon
2021-02-20 21:30:55 +01:00
committed by GitHub
parent 92a974ac06
commit e3c79db0e6
18 changed files with 341 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# avrdude
> Treiberprogramm für Atmel AVR Mikrocontroller-Programmierung.
> Mehr Informationen: <https://www.nongnu.org/avrdude/>.
- Schreibt Speicherinhalt des AVR Mikrocontrollers in datei.hex:
`avrdude -p {{AVR_gerät}} -c {{programmer}} -U flash:r:{{datei.hex}}:i`
- Schreibt den Inhalt von datei.hex in den AVR Mikrocontroller:
`avrdude -p {{AVR_gerät}} -c {{programmer}} -U flash:w:{{datei.hex}}`
- Liste alle verfügbaren AVR Geräte auf:
`avrdude -p \?`
- Liste alle verfügbaren AVR Programmer auf:
`avrdude -c \?`