-
-
Notifications
You must be signed in to change notification settings - Fork 15
"Select board and port in Arduino IDE" – improved and updated for 2.0.0 #128
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added one comment. LGTM otherwise 👍
content/Software Support/Upload/Select-board-and-port-in-Arduino-IDE.md
Outdated
Show resolved
Hide resolved
…no-IDE.md Co-authored-by: Renat0Ribeir0 <86349945+Renat0Ribeir0@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label "BOARD CORE" is incorrect on this image:
content/Software Support/Upload/img/board-selector-labels.png
This is the board name, not the core.
content/Software Support/Upload/Select-board-and-port-in-Arduino-IDE.md
Outdated
Show resolved
Hide resolved
content/Software Support/Upload/Select-board-and-port-in-Arduino-IDE.md
Outdated
Show resolved
Hide resolved
content/Software Support/Upload/Select-board-and-port-in-Arduino-IDE.md
Outdated
Show resolved
Hide resolved
…no-IDE.md Co-authored-by: per1234 <accounts@perglass.com>
…no-IDE.md Co-authored-by: per1234 <accounts@perglass.com>
@per1234 I see now that "board core" is inaccurate. I have commited your suggestions and will update the image. I was trying to clarify that "board" here doesn't refer to a physical device. In the platform specification for boards.txt we have
and
Would you say that "configuration" is a good word to describe what the board selection in Arduino IDE is? |
…no/help-center-content into select-board-and-port-ide2
I would say that use of that term in a context like the following is reasonable:
But I do not think it is a good word in a context like this:
"Configuration" adds unnecessary complexity. Although it is important for a boards platform author to understand how a board is defined in
This is wise. I think the overloading of terminology can be quite confusing to beginners. However, I don't think it is a problem when you are explicitly instructing the user to select something from a menu. In cases where the menu selection is referred to in general, I would use the term "board selection". In these cases, I would reserve the term "board" (or "Arduino board") alone for referring to the hardware. |
Updated for 2.0.0
Internal key: HC-1115