Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Releases: arduino-cmake/arduino-cmake

Arduino CMake 2.0.2

21 Dec 18:23
e377f9c
Compare
Choose a tag to compare

This release fixes a bug causing excessive memory consumption in some cases.
The consumption can be quite meaningful and even cause the computer to stall.

Arduino CMake 2.0.1

20 Dec 18:47
50770f5
Compare
Choose a tag to compare

Fixes an issue regarding the format of the Normalized SDK version between SDK versions 1.0.0 and 1.6.0.

Arduino CMake 2.0.0

14 Dec 11:01
9937311
Compare
Choose a tag to compare

Almost 4 years since the 1st release of the project, it's now time to introduce the 2nd one, stable then ever.
Many things have changes during this time, including some new features, many bugfixes and support for the latest Arduino SDKs. The entire list of major changes can be found in the Change Log file.
We also acknowledge that there are some issues still left unresolved, but they're not critical to form a working product at this stage, as they address more advanced features that aren't used on a daily basis by most of the users. However, we are committed to solve them ASAP, targeting them for the next release, which we hope will be soon.

To use the Toolchain in your CMake environment, please review the Read Me file as this is our current source of documentation. Have a great building time!