Skip to content

Commit 1374918

Browse files
committed
fix#68: mention workaround for 'select upload port first' error message in IDE
1 parent 06acf97 commit 1374918

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ Now you should find a new entry *STM8S Boards* in the list at
5151
* compile it by hitting *Verify*
5252

5353

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+
5461
## Included libraries
5562

5663
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.
97104

98105
## Supported Systems:
99106

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
101108
should work.
102109

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+
103114
* Linux 64 bit: Tested on Ubuntu 16.04
104115
* Linux 32 bit: Tested on Ubuntu 16.04
105116
* Windows: Tested on Windows 7. Sduino might work on XP (not tested), but
106117
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.

0 commit comments

Comments
 (0)