File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ Now you should find a new entry *STM8S Boards* in the list at
51
51
* compile it by hitting * Verify*
52
52
53
53
54
+ ## Known issues
55
+
56
+ The Arduino IDE Version 1.8.7 suffers from a known regression bug. If you
57
+ see the error message "select upload port first" apply this
58
+ [ workaround] ( https://github.com/tenbaht/sduino/issues/68#issuecomment-441425529 ) .
59
+
60
+
54
61
## Included libraries
55
62
56
63
Most parts of the Arduino core system and some Arduino libraries are already
@@ -97,12 +104,15 @@ guide](https://tenbaht.github.io/sduino/api/migration/) for an overview.
97
104
98
105
## Supported Systems:
99
106
100
- Arduino IDE versions 1.8.5 and 1.6.13 are tested, but any version >=1.6.6
107
+ Arduino IDE versions 1.8.7, 1.8. 5 and 1.6.13 are tested, but any version >=1.6.6
101
108
should work.
102
109
110
+ Version 1.8.7 might require a
111
+ [ workaround] ( https://github.com/tenbaht/sduino/issues/68#issuecomment-441425529 )
112
+ if you see an error message "select upload port first".
113
+
103
114
* Linux 64 bit: Tested on Ubuntu 16.04
104
115
* Linux 32 bit: Tested on Ubuntu 16.04
105
116
* Windows: Tested on Windows 7. Sduino might work on XP (not tested), but
106
117
the ST-Link/V2 driver is not available anymore for XP.
107
- * MacOS: Not tested, but should be very close to working. Will need a manual
108
- install, but IDE integration should be easy now. Any volunteers?
118
+ * MacOS: tested on 10.13.
You can’t perform that action at this time.
0 commit comments