CLionArduinoPlugin icon indicating copy to clipboard operation
CLionArduinoPlugin copied to clipboard

A plugin for CLion that enables arduino-cmake integration.

Results 34 CLionArduinoPlugin issues
Sort by recently updated
recently updated
newest added

I need to connect esp8266 for the Clion IDE. I figured out that I have to install an additional driver to compel uploading my code to this board. I did...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

CMakeWorkspace has a couple of API changes. This results in NoSuchMethodException at runtime.

I was able to create one sketch project, after that it's caused errors (though until i tried to create another, that one did work fine) i see this whenever opening...

Great Library... Having some trouble getting it to work though. Here is my `CMakeLists.txt`: ``` cmake_minimum_required(VERSION 2.8.4) set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/ArduinoToolchain.cmake) set(PROJECT_NAME Robotic_Arm) project(${PROJECT_NAME}) set(${CMAKE_PROJECT_NAME}_BOARD mega) set(${CMAKE_PROJECT_NAME}_PORT /dev/ttys0) set(${CMAKE_PROJECT_NAME}_SKETCH Robotic_Arm.ino) generate_arduino_firmware(${CMAKE_PROJECT_NAME}) ```...

Hi, I just started playing with CLion and your Arduino Plugin. Looks promising but I get this message. Can you tell me how I can solve it? This is my...

I have arduino libraries in ~/Arduino/libraries/ where U8g2 lives. How to properly add the ~/Arduino/libraries/ in the CMakeList? I am having troubles during linking: ```[ 96%] Linking CXX executable altimeter.elf...

Basically, I've been working on a few projects that utilize the Noritake's GU7000 series VFD modules. These projects also turned out to require the use of `pt.h` I suppose this...

Hi, I'm working on a UNO project in CLion with multiple .cpp & .h files, and am unable to figure out how to get them to link. Please Help. Output:...