1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00
RIOT/makefiles/boards
Gunar Schorcht 9d2d9db73e makefiles/boards/stm32: fix DFU_USB_ID handling
The variable `DFU_USB_ID` is used by `dfu-util` to specify the device to be flashed. The STM32 make system prevents `dfu-util` from being used as programmer if this variable is not set, although `dfu-util.mk` generates a default value for this variable from the `USB_VID` and `USB_PID` variables if necessary. Therefore, checking the `DFU_USB_ID` variable is removed here. If a board requires a specific combination of VID/PID for `dfu_util`, it is responsible for setting the `DFU_USB_ID` variable.
2023-03-10 10:02:15 +01:00
..
sam0.inc.mk Revert "Remove which from shell invocations" 2021-09-03 11:27:03 +02:00
stm32.inc.mk makefiles/boards/stm32: fix DFU_USB_ID handling 2023-03-10 10:02:15 +01:00
ztimer_only.dep.mk sys/xtimer: prefer ztimer_xtimer_compat 2022-03-17 14:37:40 +01:00