From bb3228ad5854b5f289c32737a6a106b139e24a05 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 6 Nov 2014 15:25:01 +0000 Subject: [PATCH] mraa: update to version 0.5.2 Signed-off-by: Brendan Le Foll --- CMakeLists.txt | 2 +- docs/index.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c41170f..690070c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND") message (WARNING " - Install git to compile a production libmraa!") - set (VERSION "v0.5.1-dirty") + set (VERSION "v0.5.2-dirty") endif () message (INFO " - libmraa Version ${VERSION}") diff --git a/docs/index.md b/docs/index.md index d85de5b..cc412d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,13 +37,14 @@ Specific platform information for supported platforms is documented here: - @ref galileorevd - @ref galileorevh - @ref edison +- @ref de3815 ### ENV RECOMENDATIONS All of these are 'optional', however they are recommended. Only a C compiler, cmake, libm and pthreads are technically required to compile. -- Swig 3.0.1+ built with node.js & python support (0.10.x) +- Swig 3.0.1+ built with node.js (0.10.x) & python support - doxygen - sphinx (requires doxygen) - pygments @@ -63,6 +64,17 @@ This changelog is meant as a quick & rough guide to what has changed between versions. The API is now fairly stable but when new calls/features are added they are listed here. Anything pre 0.2.x is ignored. +**0.5.2** + * pwm improvement & bugfix + * spi mraa_spi_bit_per_word fix + * new spi transfer function + * i2c object api uses uint8_t + * i2c readReg() calls added + * edison i2c bus now defaults to a sensible value + * edison uart enable support + * edison hardware CS exposed as IO10 + * DE3815tykhe NUC support + **0.5.1** * Intel Edison - Mini breakout board support * Change to use syslog throughout instead of printing to stderr. -- 2.7.4