We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a344305 commit ae44150Copy full SHA for ae44150
config/freertos/olimex-stm32-e407/flash.sh
@@ -11,6 +11,10 @@ pushd $OLIMEX_EXTENSIONS_DIR > /dev/null
11
PROGRAMMER=interface/ftdi/olimex-arm-usb-ocd.cfg
12
elif lsusb -d 15BA:002b;then
13
PROGRAMMER=interface/ftdi/olimex-arm-usb-ocd-h.cfg
14
+ elif lsusb -d 0483:374b; then
15
+ PROGRAMMER=interface/stlink-v2-1.cfg
16
+ elif lsusb -d 0483:3748; then
17
+ PROGRAMMER=interface/stlink-v2.cfg
18
else
19
echo "Error. Unsuported OpenOCD USB programmer"
20
exit 1
0 commit comments