1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/bootloaders
Gunar Schorcht 421cbc5c29 bootloaders/riotboot_dfu: improve documentation of usage
The `dfu-util` command uses `--device $(DFU_USB_ID)`, where `DFU_USB_ID` is derived from `USB_VID` and `USB_PID` to specify the DFU device to use. Without specifying `USB_VID` and `USB_PID` in the make command, `dfu-util` is called with `--device :`, which only works if there is only one DFU device. Also, the STM32 make system forbids the use of `dfu-util` as programmer without setting the variable `DFU_USB_ID`. Therefore, the documentation is changed to use `USB_VID`/`USB_PID` or `DFU_USB_ID` in the make command.
2022-11-30 19:28:14 +01:00
..
riotboot riotboot: factor out common Makefile parts 2021-07-20 22:51:56 +02:00
riotboot_dfu bootloaders/riotboot_dfu: improve documentation of usage 2022-11-30 19:28:14 +01:00
riotboot_serial sys/riotboot: serial: add bootloader LED 2021-11-21 23:09:24 +01:00
doc.txt doc: Make bootloaders visible in modules 2021-02-18 14:56:20 +01:00
riotboot_common.mk riotboot: factor out common Makefile parts 2021-07-20 22:51:56 +02:00