Skip to content

Commit

Permalink
Merge pull request #17026 from chrysn-pull-requests/riotboot-serial-d…
Browse files Browse the repository at this point in the history
…ocfix

sys/riotboot doc: Minor fixes
  • Loading branch information
chrysn committed Oct 20, 2021
2 parents ca1ab67 + 78c12c6 commit e86370c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootloaders/riotboot_serial/doc.txt
Expand Up @@ -3,7 +3,7 @@
@ingroup bootloaders

# Overview
`riotboot_dfu` is a variation on @ref bootloader_riotboot that adds the capability to flash
`riotboot_serial` is a variation on @ref bootloader_riotboot that adds the capability to flash
a new firmware using a serial (UART) connection.

After reset, riotboot will wait for `RIOTBOOT_DELAY_MS` ms, if within that time no command is
Expand All @@ -22,3 +22,5 @@ to `riotboot_serial` and chose the `PORT` accordingly.
e.g.

make BOARD=same54-xpro PORT=/dev/ttyACM0 PROGRAMMER=riotboot_serial flash

*/

0 comments on commit e86370c

Please sign in to comment.