Skip to content

Use correct examples folder name #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

per1234
Copy link

@per1234 per1234 commented Oct 24, 2017

As stated in the Arduino Library Specification:

Library examples must be placed in the examples folder.

Use of the folder name example rather than examples causes the menu path to be File > Examples > FreeRTOS > example > serialPrintInThread instead of the more concise File > Examples > FreeRTOS > serialPrintInThread achieved by the use of the correct examples folder name. It's possible that failing to comply with the specification could have more serious consequences in the future

As stated in the Arduino Library Specification (https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples):
"Library examples must be placed in the examples folder."

Use of the folder name example rather than examples causes the menu path to be File > Examples > FreeRTOS > example > serialPrintInThread instead of the more concise  File > Examples > FreeRTOS > serialPrintInThread achieved by the use of the correct examples folder name. It's possible that failing to comply with the specification could have more serious consequences in the future
@per1234
Copy link
Author

per1234 commented Apr 1, 2018

Please let me know if there's anything I need to do to get this pull request merged.

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 this pull request may close these issues.

1 participant