diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 9268ebb..b468432 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,3 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + ]> io.github.francoiscambell.clionarduinoplugin CLion Arduino @@ -5,35 +42,47 @@ Francois Campbell CLion Arduino Plugin -
+

CLion Arduino Plugin

+
- GitHub | - Issues -
-
+ GitHub | + Issues +
+
- This is a plugin to enable Arduino CMake integration into CLion. It uses the amazing Arduino CMake - project from queezythegreat. -
-
- The current features are to convert a default CLion project into an Arduino CMake one in one click, and to create new sketch files. When CLion adds the ability to hook into project creation directly, I will be able to make it selectable at project creation time, but for now, we're stuck with having to create a new CLion project and then convert it. -
-
- Future features are to add menu option to easily change the board type, port number, etc. - ]]>
+ This is a plugin to enable Arduino CMake integration into CLion. It uses the amazing Arduino CMake + project from queezythegreat. +
+
+ The current features are to convert a default CLion project into an Arduino CMake one in one click, and to create new sketch files. When CLion adds the ability to hook into project creation directly, I will be able to make it selectable at project creation time, but for now, we're stuck with having to create a new CLion project and then convert it. +
+
+ Future features are to add menu option to easily change the board type, port number, etc. + ]]> 1.0 - - ]]> + 1.0.2 + + 1.0.1 + + 1.0 + + ]]> diff --git a/README.md b/README.md index 889627b..85e1373 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,15 @@ The current features are to convert a default CLion project into an Arduino CMak Future features are to add menu option to easily change the board type, port number, etc. -**Version 1.0** +**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.