Browse Source

upm: added version changelog

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 9 years ago
parent
commit
52540a678a
2 changed files with 76 additions and 0 deletions
  1. 2
    0
      README.md
  2. 74
    0
      docs/changelog.md

+ 2
- 0
README.md View File

@@ -55,3 +55,5 @@ C/C++ API Documentation
55 55
 ==============
56 56
 
57 57
 The C/C++ documentation is available [here](http://iotdk.intel.com/docs/master/upm/).
58
+
59
+Version @ref changelog [here](docs/changelog.md).

+ 74
- 0
docs/changelog.md View File

@@ -0,0 +1,74 @@
1
+Changelog                         {#changelog}
2
+===============
3
+
4
+Here's a list summarizing some of the key undergoing changes to our library
5
+from earlier versions:
6
+
7
+### v0.2.0
8
+
9
+ * Passed 100 supported sensor drivers
10
+ * Updated header files with new doxygen tags for improved API documentation
11
+ generation
12
+ * Added python examples for sensors
13
+ * Fixed the buzzer and servo drivers for the Intel Edison
14
+ * Renamed bmp and gp2y sensor classes to be more generic
15
+ * Completely revamped implementation for tm1637
16
+
17
+### v0.1.9
18
+
19
+ * Passed 50 supported sensor drivers
20
+ * Starter Kit and Additional Roadshow and Hackaton sensors added
21
+ * Several examples and documentation updates submitted
22
+ * Wrote new proper SWIG typemaps for arrays
23
+ * Fixed the i2clcd write function, improved several other sensors
24
+
25
+### v0.1.8
26
+
27
+ * Added MQ series gas sensors and a few others
28
+ * Generated Doxygen layout file to improve API look and feel
29
+ * Several sensor documentation updates
30
+
31
+### v0.1.7
32
+
33
+ * Fixed SWIG node build issues
34
+ * Added lpd8806 digital led strip
35
+
36
+### v0.1.6
37
+
38
+ * Fixed SWIG python builds
39
+ * Extended i2clcd devices with new functions
40
+ * Made SWIG interface improvements and added extra types
41
+ * Added nrf8001 BLE support
42
+ * Few other sensor additions and fixes
43
+
44
+### v0.1.5
45
+
46
+ * New drivers for microphone and mpu9150
47
+ * Added generic driver for stepper motors
48
+ * Updated all code to use MRAA and version dependency
49
+
50
+### v0.1.4
51
+
52
+ * Added new bmp/gy pressure sensor and updated servo
53
+ * Started UPM documentation and related pages
54
+ * Updated MRAA dependencies
55
+
56
+### v0.1.3
57
+
58
+ * Updated SWIG support for some sensors
59
+ * New sensor support for mma7455 accelerometer
60
+
61
+### v0.1.2
62
+
63
+ * Several new sensors added
64
+ * Documentation fixes
65
+ * IPK generation
66
+
67
+### v0.1.1
68
+
69
+ * Updated MRAA dependency
70
+
71
+### v0.1.0
72
+
73
+ * Initial release with some basic grove sensors and hmc5883
74
+ * Doxygen and SWIG support implemented