Add support for Teensy bootloader

This commit is contained in:
Marius Greuel
2021-12-28 17:57:14 +01:00
parent 67df9b0782
commit f20c4bd9e6
8 changed files with 728 additions and 0 deletions

View File

@@ -327,6 +327,12 @@ use the @code{-V} option to prevent AVRDUDE from verifing the flash memory.
See the section on @emph{extended parameters}
below for Micronucleus specific options.
The Teensy bootloader is supported for all AVR boards.
As the bootloader does not support reading from flash memory,
use the @code{-V} option to prevent AVRDUDE from verifing the flash memory.
See the section on @emph{extended parameters}
below for Teensy specific options.
@menu
* History::
@end menu
@@ -992,6 +998,18 @@ If no time-out is specified, AVRDUDE will wait indefinitely until the
device is plugged in.
@end table
@item Teensy bootloader
When using the Teensy programmer type, the
following optional extended parameter is accepted:
@table @code
@item @samp{wait=@var{timeout}}
If the device is not connected, wait for the device to be plugged in.
The optional @var{timeout} specifies the connection time-out in seconds.
If no time-out is specified, AVRDUDE will wait indefinitely until the
device is plugged in.
@end table
@item Wiring
When using the Wiring programmer type, the