You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 8a69837564 init пре 7 година
cmake init пре 7 година
.gitignore init пре 7 година
CMakeLists.txt init пре 7 година
README.md init пре 7 година
main.ino init пре 7 година

README.md

CMake Arduino starter kit

Here is starter kit for Arduino using CMake build system. The aim is be able to use CLion for Arduino development.

Usage

Just clone and open the directory with CLion, it will generate a target to build and upload code to the arduino.

See CMakeLists.txt to configure on which device it should upload.

So, you just have to set your device and build (do not run, just build, it will do the trick).

Bonus

A useful plugin to use with it is https://plugins.jetbrains.com/plugin/8031?pr=phpStorm

It will add a serial monitor window to CLion.