Skip to content

Commit

Permalink
fix#68: mention workaround for 'select upload port first' error messa…
Browse files Browse the repository at this point in the history
…ge in IDE
  • Loading branch information
tenbaht committed Nov 26, 2018
1 parent 06acf97 commit 1374918
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ Now you should find a new entry *STM8S Boards* in the list at
* compile it by hitting *Verify*


## Known issues

The Arduino IDE Version 1.8.7 suffers from a known regression bug. If you
see the error message "select upload port first" apply this
[workaround](https://github.com/tenbaht/sduino/issues/68#issuecomment-441425529).


## Included libraries

Most parts of the Arduino core system and some Arduino libraries are already
Expand Down Expand Up @@ -97,12 +104,15 @@ guide](https://tenbaht.github.io/sduino/api/migration/) for an overview.

## Supported Systems:

Arduino IDE versions 1.8.5 and 1.6.13 are tested, but any version >=1.6.6
Arduino IDE versions 1.8.7, 1.8.5 and 1.6.13 are tested, but any version >=1.6.6
should work.

Version 1.8.7 might require a
[workaround](https://github.com/tenbaht/sduino/issues/68#issuecomment-441425529)
if you see an error message "select upload port first".

* Linux 64 bit: Tested on Ubuntu 16.04
* Linux 32 bit: Tested on Ubuntu 16.04
* Windows: Tested on Windows 7. Sduino might work on XP (not tested), but
the ST-Link/V2 driver is not available anymore for XP.
* MacOS: Not tested, but should be very close to working. Will need a manual
install, but IDE integration should be easy now. Any volunteers?
* MacOS: tested on 10.13.

0 comments on commit 1374918

Please sign in to comment.