Skip to content
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

Check if the board is supported by more than one of the installed cores. #9564

Closed
JazzTp opened this issue Dec 27, 2019 · 2 comments
Closed
Labels
feature request A request to make an enhancement (not a bug fix)

Comments

@JazzTp
Copy link

JazzTp commented Dec 27, 2019

Suggestion:

Maybe the Arduino IDE boards manager could check (or check in some other manner if it already does) if support for the same hardware is being provided by more than one of the installed cores. And again maybe this could be done after selecting the board, and/or before starting to compile anything, and possibly even provide the option to chose among the cores found for the board, or more simply print out their paths and invite to remove (or move away) all but one.


Details about why I'm posting the suggestion above.

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.

I had posted here at first: esp8266/Arduino#6503

Arduino 1.8.10

I spent a few hours with error messages which where not pointing me to the real problem (even compiling the bare minimum sketch with empty setup() and loop() functions), both after following the instructions to install the ESP8266 core via Boards Manager and from git, until I found the issue already linked above and realized that I had some other core supporting esp8266 (which I had installed earlier, together with other cores, for boards with which the IDE is doing fine).

After moving away the folder hardware/SparkFunBoard_Addons_Jan_16/esp8266/ (actually 7zipping with password to be sure, than rm -rf), the ESP8266 core is working just great with the Arduino IDE (git install at the moment, just because I was trying out everything including having it under portable/ or not).

@per1234 per1234 added the feature request A request to make an enhancement (not a bug fix) label Dec 27, 2019
@per1234
Copy link
Collaborator

per1234 commented Apr 2, 2021

Closing as fixed by #9238
This is a super nice advancement made in the Arduino IDE 1.8.13 release that will make it much more clear which boards platform the board you have currently selected is from.

@per1234 per1234 closed this as completed Apr 2, 2021
@JazzTp
Copy link
Author

JazzTp commented Apr 3, 2021

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

2 participants