Arduino-CMake toolchain bundled as Conan package
- Toolchain includes slight modifications and fixes to work with latest IDE versions
- For Arduino IDE use
arduino-sdk
package https://bintray.com/anton-matosov/general/arduino-sdk%3Aconan
Add remote https://api.bintray.com/conan/anton-matosov/general
Add these lines to your profile
[build_requires]
arduino-sdk/1.8.11@conan/testing
arduino-cmake/1.0.0@conan/testing
Base CMake toolchain is borrowed from https://github.com/UnaBiz/unabiz-arduino/tree/c450f70294e93ea3d45a6848e2d5b1b3b0c08968/cmake repo as it includes most up to date fixes That originates from https://github.com/queezythegreat/arduino-cmake project
Mozilla Public License, v. 2.0 http://mozilla.org/MPL/2.0/.