Is it possible to create a personal board Library?

Just a picky request, not worth much effort if it can't be done.

I would like to create a board folder named "John" in it I would have links to the boards I use; Arduino Pro Mini, NodeMCU V1, etc

The goal being to more easily select my "go to" boards.

As I said not a big deal (barely as small deal :slight_smile: )

Is this possible with the current V2 IDE?

Hi @JohnRob. Thanks for your suggestion.

There was a previous formal request for something along these lines here:

If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.

As I commented on that issue, there was previous work to add the same to Arduino IDE 1.x, which was well received by the developers and community, but unfortunately came after the active development on that IDE series had ended. So I do think there is hope we will see something like this eventually.

As for whether it would be possible for the users to achieve a similar result without modifying the Arduino IDE source code, it could be done easily for a subset of the boards of one platform (e.g., "Arduino AVR Boards", but I don't see a way to combine boards from several architectures (e.g., AVR, ESP8266) into a single boards platform.

There is technical information on the Arduino boards platform framework here in case you are interested in the boring details:

https://arduino.github.io/arduino-cli/latest/platform-specification/

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.