Skip to content

Suggestion: Removing esp8266 when installing from github #6503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dimitre opened this issue Sep 11, 2019 · 5 comments · Fixed by #6741
Closed

Suggestion: Removing esp8266 when installing from github #6503

dimitre opened this issue Sep 11, 2019 · 5 comments · Fixed by #6741

Comments

@dimitre
Copy link

dimitre commented Sep 11, 2019

Just an observation: when I uninstall esp8266 from an Arduino it stops working (quits on loading) until I erase the folder ~/Library/Application Support/Arduino15 in macOS.

Suggestion: instructions could be added on Readme too.
Cheers!

@Roman1820
Copy link

I tried to install arduino-master.zip in IDE 1.8.10 for Windows and got the error that the chosen file has no correct libraries. Regardless whether the folder ~/Arduino15 exists or not.

@JazzTp
Copy link

JazzTp commented Dec 25, 2019

I have at the moment a superficial knowledge of the Arduino IDE inner "mechanisms", apology if this feedback is useless or if it should be reported elsewhere.

Arduino 1.8.10: I lost a few hours with errors (even compiling the bare minimum sketch with empty setup() and loop() functions), both after following the instructions to install via boards manager and from git, until I came here and realized that I had some other core supporting esp8266 (which I had installed for other boards with which the IDE is doing fine).

After moving away the folder hardware/SparkFunBoard_Addons_Jan_16/esp8266/ this core is apparently finally running fine (git install at the moment, just because I was trying out everything including having it under portable/ or not).

Maybe the Arduino IDE boards manager could check, or check in some other manner, if support for the same hardware is being provided by more than one of the installed cores, before starting to compile anything, and possibly even provide the option to chose among them, or invite to remove all but one.

@earlephilhower
Copy link
Collaborator

@JazzTp, your best bet is to post your suggestion to the https://github.com/arduino/Arduino repo. There's nothing we can do here about the IDE itself.

@JAndrassy
Copy link
Contributor

@earlephilhower, esp8266 boards vendors copy the esp8266 Arduino core because they can't refer it as they can refer for AVR or SAMD boards the cores by Arduino
#5769

@JazzTp
Copy link

JazzTp commented Dec 27, 2019

@earlephilhower

@JazzTp, your best bet is to post your suggestion to the https://github.com/arduino/Arduino repo. There's nothing we can do here about the IDE itself.

Yes, thank you, going to give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants