From 78c12c6626864af4307fe6ee14edb027752bd754 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 20 Oct 2021 19:00:18 +0200 Subject: [PATCH] sys/riotboot doc: Minor fixes Which, in particular, make it build in the first place. --- bootloaders/riotboot_serial/doc.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootloaders/riotboot_serial/doc.txt b/bootloaders/riotboot_serial/doc.txt index 63b621a1ca16..da94c9615b73 100644 --- a/bootloaders/riotboot_serial/doc.txt +++ b/bootloaders/riotboot_serial/doc.txt @@ -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 @@ -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 + +*/