From 9b0cacde5f86b08e6c37c7a56d605c677c904596 Mon Sep 17 00:00:00 2001 From: a9183756-gcontrib <62992082+a9183756-gcontrib@users.noreply.github.com> Date: Thu, 2 Apr 2020 16:00:29 +0530 Subject: [PATCH] Add Arduino CMake Toolchain to README.md (#40) A toolchain for Arduino compatible boards, that works like Arduino IDE in supporting all official and unoffical 3rd party Arduino platforms. Co-authored-by: Arun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c6e865..b6f0e06 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [polly](https://github.com/ruslo/polly) - Collection of CMake toolchain files and scripts for cross-platform build and CI testing. [```[BSD2]```][BSD-2-Clause] * [toolchains](https://github.com/mosra/toolchains) - For crosscompiling with CMake. They are meant to be mainly used on ArchLinux. ```[NO LICENSE]``` * [cmake](https://github.com/staticlibs/cmake/tree/master/toolchains) - Collection of CMake toolchain files, mostly for static linking. [```[APACHE2]```][APACHE2] +* [Arduino-CMake-Toolchain](https://github.com/a9183756-gh/Arduino-CMake-Toolchain) - CMake toolchain for all official and 3rd party Arduino platforms. [```[MIT]```][MIT] ## Examples / Templates