CLionArduinoPlugin
CLionArduinoPlugin copied to clipboard
A plugin for CLion that enables arduino-cmake integration.
Hi, it seems there is a kind of bug if you try to set the board type to a Atmega2560 or Atmega1280. I've searched the whole evening for the reason,...
I just installed and am trying to use it but gives the error above. I've look at #11 when @dmitry-cherkas says: > if(UNIX) > file(GLOB SDK_PATH_HINTS /usr/share/arduino* > /opt/local/arduino* >...
I set board id to arduino_due_x, But build is still atmega328p.
Hi, nice work. ;-) I have a problem with "build" function though. I moved "classes" to "header files" (all in the sketch directory ) and use it with the "include"...