File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff 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
6268systems. 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
You can’t perform that action at this time.
0 commit comments