@@ -56,19 +56,17 @@ Now you should find a new entry *STM8S Boards* in the list at
5656** The Arduino IDE version 1.8.7 is buggy, use 1.8.8 instead.**
5757
5858IDE error message ** select upload port first** (IDE v1.8.7 only): Update to
59- IDE 1.8.8 or apply this
59+ IDE >= 1.8.8 or apply this
6060[ workaround] ( https://github.com/tenbaht/sduino/issues/68#issuecomment-441425529 ) .
6161
6262Very slow compilation after using "save as" (IDE v1.8.7 only): After saving
6363a file under a different name the CPU load maxes out for one CPU core and
6464the IDE reacts extremly slow. Exit the Arduino IDE and re-open it. Update to
65- IDE 1.8.8.
65+ IDE >= 1.8.8.
6666
6767** bash.exe: warning: could not find /tmp, please create!** : Shows up on windows
68- systems. Annoying, but harmless.
69- [ Workaround] ( https://github.com/tenbaht/sduino/issues/61#issuecomment-443551180 )
70- This whole issue will be fixed in the upcoming 0.5 release by using busybox
71- for all scripts on windows.
68+ systems when using SDuiono versions < 0.5. Annoying, but harmless. Update to
69+ release v0.5.
7270
7371
7472## Included libraries
@@ -109,9 +107,9 @@ guide](https://tenbaht.github.io/sduino/api/migration/) for details.
109107
110108## Compatibility with the Arduino world
111109
112- Since there is no free C++ for the STM8, it is impossible to do a full 1:1
113- port of the whole enviroment as is has been done for the STM32 and the
114- ESP8266.
110+ Since there is no free C++ compiler for the STM8, it is impossible to do a
111+ full 1:1 port of the whole enviroment as is has been done for the STM32 and
112+ the ESP8266.
115113
116114This is not a drop-in replacement for an AVR, but thanks to some C
117115preprocessor magic the programming API is still very, very similar and it is
@@ -124,10 +122,10 @@ guide](https://tenbaht.github.io/sduino/api/migration/) for an overview.
124122
125123## Supported Systems:
126124
127- Arduino IDE versions 1.8.8 , 1.8.7 , 1.8.5 and 1.6.13 are tested, but any
128- version >=1.6.6 should work.
125+ Arduino IDE versions 1.8.11 , 1.8.8 , 1.8.5 and 1.6.13 are tested, but
126+ most versions >=1.6.6 should work.
129127
130- Version 1.8.7 might require a
128+ Avoid using Version 1.8.7, it contains some known bugs. It might require a
131129[ workaround] ( https://github.com/tenbaht/sduino/issues/68#issuecomment-441425529 )
132130if you see an error message "select upload port first".
133131
0 commit comments