mraa: update to version 0.5.2 v0.5.2
authorBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 6 Nov 2014 15:25:01 +0000 (15:25 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 6 Nov 2014 15:25:01 +0000 (15:25 +0000)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
CMakeLists.txt
docs/index.md

index c41170f..690070c 100644 (file)
@@ -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}")
index d85de5b..cc412d9 100644 (file)
@@ -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.