aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorBrendan Le Foll <brendan.le.foll@intel.com>2014-11-06 15:25:01 +0000
committerBrendan Le Foll <brendan.le.foll@intel.com>2014-11-06 15:25:01 +0000
commitbb3228ad5854b5f289c32737a6a106b139e24a05 (patch)
tree32d905c936ab6f0f0f4842f590fb1cee0f5a511c /docs/index.md
parentcf6c3dd14455efae0e0e2e454caf344518db3215 (diff)
mraa: update to version 0.5.2
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md14
1 files changed, 13 insertions, 1 deletions
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.