Search code examples
arduinoesp8266clion

Is there a way to add board from Arduino board manager to CLion Arduino plugin?


I have a LOLIN D1 mini board and i want to use CLion with it. I am able to add this board to Arduino IDE and work with it using this URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json and Arduino IDE boards manager. But CLion Arduino plugin has only default boards. Is there a way to add other boards to CLion?


Solution

  • I figured this you. You need to manually specify the boards.txt file in arduino plugin settings.

    enter image description here

    Then CLion will show desired boards on Arduino project creation.

    enter image description here