Good morning everyone, and thanks in advance for any help or advice that I could receive.
I am currently in need of setting up two different development environments on my PC, one for a custom board with a SAM3X8E and another one for a custom board with an AtMega2560.
Currently, I am using Visual Studio with the Visual Micro extension, and changing the Arduino IDE path everytime I need to compile a new release for the different boards.
However, I would like to utilize PlatformIO on Visual Studio Code as my main IDE for the AtMega2560 firmwares.
For the AtMega board, I needed to create a new “pins_arduino.h” file for assigning different functions to the microcontroller pins, and also created a few libraries which are specific for my application.
Is there a way to “point” PlatformIO to my current development environment, so that I only need to perform the classic build operations?
Thanks again!
Best Regards
Ivan