Merge pull request #787 from dl8dtl/serialupdi-manpage
Serialupdi manpage
This commit is contained in:
commit
4c3530e199
|
@ -21,7 +21,7 @@
|
||||||
# cmake --build build
|
# cmake --build build
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.12)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
project(avrdude VERSION 6.5.0.20211213)
|
project(avrdude VERSION 6.99.20211218)
|
||||||
|
|
||||||
set(CMAKE_C_STANDARD 11)
|
set(CMAKE_C_STANDARD 11)
|
||||||
set(CMAKE_C_STANDARD_REQUIRED True)
|
set(CMAKE_C_STANDARD_REQUIRED True)
|
||||||
|
|
|
@ -222,6 +222,17 @@ supported in UPDI mode. The Curiosity Nano board is dubbed
|
||||||
thus the name
|
thus the name
|
||||||
.Pa pkobn_updi .
|
.Pa pkobn_updi .
|
||||||
.Pp
|
.Pp
|
||||||
|
SerialUPDI programmer implementation is based on Microchip's
|
||||||
|
.Em pymcuprog Li https://github.com/microchip-pic-avr-tools/pymcuprog
|
||||||
|
utility, but it also contains some performance improvements included in
|
||||||
|
Spence Kohde's
|
||||||
|
.Em DxCore
|
||||||
|
Arduino core
|
||||||
|
.Li https://github.com/SpenceKonde/DCore .
|
||||||
|
In a nutshell, this programmer consists of simple USB->UART adapter, diode
|
||||||
|
and couple of resistors. It uses serial connection to provide UPDI interface.
|
||||||
|
See the texinfo documentation for more details and known issues.
|
||||||
|
.Pp
|
||||||
Input files can be provided, and output files can be written in
|
Input files can be provided, and output files can be written in
|
||||||
different file formats, such as raw binary files containing the data
|
different file formats, such as raw binary files containing the data
|
||||||
to download to the chip, Intel hex format, or Motorola S-record
|
to download to the chip, Intel hex format, or Motorola S-record
|
||||||
|
|
Loading…
Reference in New Issue