-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Disabling unused boards in the IDE #2339
Comments
Agreed, some of the 3rd party packages add a tremendous number of boards. |
I've had a different solution to that problem in mind: Adding a "recently used boards" list at the top or in a submenu, that shows the 10 or so most recently used boards for quick selection. That's probably a lot easier to implement and should pretty much solve the same problem I think? |
The problem with a "recently used" menu is that there are going to be people that use more boards than you will be able to find there. Also you are going to have these entries doubled - witch wouldn't be more tidy from my point of view. I would prefer a blacklist. |
Rather a whitelist, stored in txt or json among the users personal stettings, which can ideally be edited through the board manager. |
This comment was marked as duplicate.
This comment was marked as duplicate.
There is an undocumented feature that allows you to hide boards by adding a
It doesn't matter what value you set the property, just the presence of that property causes the board to not be shown in the Tools > Board menu. This isn't an ideal solution because it means you would need to redo the modification after every hardware package update. That can be made slightly easier by putting the |
good idea the white list but how to implement it easily? And especially in the directory of the local user, that the change is not lost by installing a later version. Subsidiary questions: it would be necessary to be able to easily configure the default options of the cards used, not very useful for the standard cards, but for the ESP it is with each change of card that it is necessary to reconfigure the options of speeds, sizes, etc. that we change the map, for example between a Lolin8266 D1 and a uno, or a tiny, and when we come back to the Lolin, we lost the config that we put on it. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Maybe its better to add "Favourite Boards" submenu (like "Boards") and menu item "Add/Remove to Favourites" (Like "Get board info") instead of disabling unused boards |
Boards Favorite would be cool! |
Board Favorites -- This is so much better than blacklist / hiding individual boards. After all, none of these are convenient:
In contrast, keeping a list of favorite boards, and ensuring they are displayed at the top of the list, is a relatively small change. Boards already have a unique ID (package + board ID) that can be used for the value to be stored in the favorites list. Initially, just show the favorite boards at the top of the list, right? Open question: How does a user indicate a board is a favorite? |
Describe the request
I would like to be able to tidy up the Arduino IDE by removing all the boards that I actually don't own/use.
Describe the current behavior
All the boards of the installed platforms are listed.
Arduino IDE version
Original report
1.8.2
Last verified with
2f2b19f
Operating system
All
Operating system version
Any
Additional context
Additional requests
Related
Issue checklist
The text was updated successfully, but these errors were encountered: