arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.22k stars 379 forks source link

add a frequent flyer list to the boards menu #330

Open geek-emeritus opened 3 years ago

geek-emeritus commented 3 years ago

Describe the request

I use 4 boards: UNO, MEGA, NANO, and ESP32. It would be nice to have a "frequently used boards" menu to the Tools > Board menu.

Describe the current behavior

We must read and decipher the whole list of boards to find the few we actually use.

Arduino IDE version

Original report

2.0.0-beta.6

Last verified with

2f2b19f

Operating system

All

Operating system version

Any

Additional context

Related

Issue checklist

per1234 commented 2 years ago

Equivalent work in the classic Arduino IDE: https://github.com/arduino/Arduino/pull/10816 Even though that code is not applicable to the Arduino IDE 2.x code base, the UI design and related discussion is still relevant.