-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add examples for hardware folders #3857
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
Comments
That warning is about an invalid folder structure, indeed pre 1.5. It should be hardare/Hoodloader2/avr |
But where to put the examples? Inside avr? |
ATM you can't deliver examples for cores. You can only add them to libraries, whether they are bundled with a core or not |
Exactly. And I want to add core examples, since my HoodLoader2 has some extra features/explanation/examples to show what is different. |
In order to avoid the warning, move that examples folder away. It won't be the right place anyway, since at that level you specify the arch |
A behavior like this would be appreciated (without workaround via library): |
Marking this a duplicate of #3297. |
It would be nice it hardware folders also could contain example folder which are recognized by the IDE. This would also get rid of the warning errors:
[exec] Could not find boards.txt in /Arduino/sketchbook/hardware/HoodLoader2/examples. Is it pre-1.5?
The text was updated successfully, but these errors were encountered: