8000 GitHub - arduino-collections/CLionArduinoPlugin at v1-2-0
[go: up one dir, main page]

Skip to content

arduino-collections/CLionArduinoPlugin

 
 

Repository files navigation

#CLion Arduino Plugin

This is a JetBrains CLion plugin that integrates Arduino CMake into the IDE.

The current features are to create an Arduino CMake project in one click, and to create new sketch files.

Future features are to add menu option to easily change the board type, port number, import existing Arduino projects, etc.

1.2.0

  • Added new project creation to Welcome Screen and File menu

1.1.0

  • Compatiblity with Arduino SDK 1.6 on Mac OS X

1.0.2

  • Removed Groovy runtime, no longer necessary

1.0.1

  • Fixed organization

1.0

  • Convert a project to Arduino CMake. This replaces CMakeLists.txt with a default one, deletes the default main.cpp file, copies in the Arduino CMake toolchain files, and deletes the build direcory to start fresh
  • Associates .ino and .pde files as C++ source, so you get syntax highlighting and prediction, etc.
  • Create a new sketch file in any directory. If you omit the extension, it will add .ino automatically
  • Adds import for Arduino.h to all newly created sketch files to enable code completion
  • Compiled with Java 6 for compatibility with OS X out of the box

About

A plugin for CLion that enables arduino-cmake integration.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0