CLionArduinoPlugin
CLionArduinoPlugin copied to clipboard
A plugin for CLion that enables arduino-cmake integration.
Hi, I installed the plugin and created a new Sketch project, but it just does not seem to work. Cmake shows, that it cannot find "ARDUINO_SDK_PATH", also "CMAKE_C_COMPILER_ENV_VAR" and "CMAKE_CXX_COMPILER_ENV_VAR"...
I get this error. Does this plugin work? There seems to be no documentation on how to configure it. I've downloaded and can use the Arduino (1.6) IDE but how...
Hi! I've been playing with this plugin last night, and while overall I love it and it seems promising, after three hours I could not get it to work, and...
Question
hello , I am going to development a plugin for CLion, But this plugin can be used in idea after installation, but not in clion.
Can somebody help me understand?
Hi, after installing the plugin i get the following error when creating a project. the .idea folder is never created. if i uninstall the CLionArduinoPlugin the the error stops and...
My sketch contains pulseIn() and during compliation I'm getting undefined reference to `countPulseASM'. I think it's the same issue as this one: https://github.com/sudar/Arduino-Makefile/issues/364. After downgrading to Arduino IDE 1.6.4 everything...
If you are interested in using CLion for Arduino development, I forked and rewrote the plugin for my use and released it as a new plugin. [JetBrains Plugin Page](https://plugins.jetbrains.com/plugin/11301-arduino-support), [Project...
When I click on "New Arduino Sketch Project" in CLion 2018.1.6 on macOS Mojave, the plugin crashes with the following error: `com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter java.lang.NoClassDefFoundError: com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter at io.github.francoiscambell.clionarduinoplugin.wizards.NewArduinoProjectWizard.(NewArduinoProjectWizard.java:21) at io.github.francoiscambell.clionarduinoplugin.actions.NewArduinoProject.actionPerformed(NewArduinoProject.java:26) at com.intellij.openapi.actionSystem.ex.ActionUtil.invokeAction(ActionUtil.java:337)...