Skip to content

Commit

Permalink
Add Arduino CMake Toolchain to README.md (#40)
Browse files Browse the repository at this point in the history
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 <a9183756-gh@yahoo.com>
  • Loading branch information
a9183756-gcontrib and a9183756-gh authored Apr 2, 2020
1 parent 67fa062 commit 9b0cacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b0cacd

Please sign in to comment.