|
@@ -0,0 +1,18 @@
|
|
1
|
+CMake Arduino starter kit
|
|
2
|
+=========================
|
|
3
|
+
|
|
4
|
+Here is starter kit for Arduino using CMake build system. The aim is be able to use CLion for Arduino development.
|
|
5
|
+
|
|
6
|
+Usage
|
|
7
|
+-----
|
|
8
|
+Just clone and open the directory with CLion, it will generate a target to build and upload code to the arduino.
|
|
9
|
+
|
|
10
|
+See CMakeLists.txt to configure on which device it should upload.
|
|
11
|
+
|
|
12
|
+So, you just have to set your device and build (do not run, just build, it will do the trick).
|
|
13
|
+
|
|
14
|
+Bonus
|
|
15
|
+-----
|
|
16
|
+A useful plugin to use with it is https://plugins.jetbrains.com/plugin/8031?pr=phpStorm
|
|
17
|
+
|
|
18
|
+It will add a serial monitor window to CLion.
|