Skip to content

Commit 68654fd

Browse files
committed
add libusb.dll for windows, mention save-as problem with IDE 1.8.7
1 parent 67670fc commit 68654fd

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,22 @@ Now you should find a new entry *STM8S Boards* in the list at
5353

5454
## Known issues
5555

56-
**select upload port first**: The Arduino IDE version 1.8.7 suffers from a
57-
known regression bug. If you see this error message update to Arduino IDE
58-
version 1.8.8 or apply this
56+
**The Arduino IDE version 1.8.7 is buggy, use 1.8.8 instead.**
57+
58+
IDE error message **select upload port first** (IDE v1.8.7 only): Update to
59+
IDE 1.8.8 or apply this
5960
[workaround](https://github.com/tenbaht/sduino/issues/68#issuecomment-441425529).
6061

62+
Very slow compilation after using "save as" (IDE v1.8.7 only): After saving
63+
a file under a different name the CPU load maxes out for one CPU core and
64+
the IDE reacts extremly slow. Exit the Arduino IDE and re-open it. Update to
65+
IDE 1.8.8.
66+
6167
**bash.exe: warning: could not find /tmp, please create!**: Shows up on windows
6268
systems. Annoying, but harmless.
6369
[Workaround](https://github.com/tenbaht/sduino/issues/61#issuecomment-443551180)
64-
70+
This whole issue will be fixed in the upcoming 0.5 release by using busybox
71+
for all scripts on windows.
6572

6673

6774
## Included libraries

sduino/tools/win/libusb-1.0.dll

247 KB
Binary file not shown.

0 commit comments

Comments
 (0)