summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/docs/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libmraa/docs/changelog.md')
-rw-r--r--peripheral/libmraa/docs/changelog.md45
1 files changed, 1 insertions, 44 deletions
diff --git a/peripheral/libmraa/docs/changelog.md b/peripheral/libmraa/docs/changelog.md
index 4be19b3..828d8ff 100644
--- a/peripheral/libmraa/docs/changelog.md
+++ b/peripheral/libmraa/docs/changelog.md
@@ -5,49 +5,6 @@ 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.
-**1.1.1**
- * IIO 4.6 kernel matrix support
- * Intel Grosse Tete radio led support
- * mraa_init_io() examples
- * MRAAPLATFORMFORCE fixes
- * fix python documentation
-
-**1.1.0**
- * build python2 & python3 bindings
- * Intel Grosse Tete support
- * mraa_init_io() generic funtion
- * mraa-gpio fixes
- * edison PWM 0% improvements
- * iio location maping fix
-
-**1.0.0**
- * Change API to enhance error checking in C. Changes include:
- - mraa_aio_read
- - mraa_i2c_read_byte
- - mraa_i2c_read
- - mraa_i2c_read_byte_data
- - mraa_i2c_read_word_data
- - mraa_spi_write_word
- - mraa::Spi:write_word becomes mraa::Spi::writeWord
- * Remove MRAA_ERROR_PLATFORM_ALREADY_INITIALISED which was deprecated for C89 compatibility
- * Remove pwm config_* apis as unused
- * Add mraa_remove_subplatform
- * Support NPM for android
- * Fix AIO always returning channel 0 with firmata support
-
-**0.10.1**
- * Remove imraa from node package
-
-**0.10.0**
- * Add Firmata support with -DFIRMATA=ON
- * Add imraa with support for pinmuxing and arduino101 flashing
- * Add better support for NVM installed node via NODE_ROOT_DIR.
- * Mraa bindings now link to libmraa.so.x
- * mraa_init() now returns MRAA_SUCCESS if platform is already initialize
- * Mraa java bindings now support JNI 1.6+
- * Added support for a02082 rpi2
- * Mraa has a logo!
-
**0.9.6**
* ftdi ft4222 now dynamically loaded
* FT4222 improved ISR code
@@ -65,7 +22,7 @@ they are listed here. Anything pre 0.2.x is ignored.
**0.9.3**
* Intel edison detection much improved
- * ftdi ft4222 interrupt improvement
+ * ftdi ft4222 interupt improvement
* small fixes to java lib
**0.9.2**