Skip to content

Commit 8c6f302

Browse files
Effecively disabled the code that waits for serial device re-enumeration
See http://stm32duino.com/viewtopic.php?f=35&t=1251
1 parent ea6ec1d commit 8c6f302

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/linux/stlink_upload

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
3+
exit 0
4+
5+
## Remove the lines 2 and 3 (above) if you want this script to wait until the Serial device has been enumerated and loaded before the script exits
26

37
# Check for leaf device.
48
function leaf_status()

0 commit comments

Comments
 (0)