|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v.0.8.2 |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- (max31865) Driver for MAX31865 resistance converter for platinum RTDs |
| 8 | +- (pca9557) Driver for PCA9537/PCA9557 remote 4/8-bit I/O expanders for I2C-bus |
| 9 | +- (ls7366r) Driver for LS7366R Quadrature Encoder Counter |
| 10 | +- (ci) Added metadata support |
| 11 | +- (bh1900nux) Driver for BH1900NUX temperature sensor |
| 12 | + |
| 13 | +### Bugfixes |
| 14 | + |
| 15 | +- (scd30) Fixed type casting warning |
| 16 | +- (ccs811) Fixed claculation bug in ccs811_set_environmental_data() |
| 17 | +- (max7219) Fixed bug with chip number in 8x8 example |
| 18 | +- (button) Added user context do descriptor |
| 19 | +- (si7021) Fixed delay for SHT20 |
| 20 | +- (led_strip_spi) Added brightness support |
| 21 | +- (pcf8563) Fixed mdays/wdays bug |
| 22 | +- (sht4x) Fixed bug in example |
| 23 | +- (led_strip) Fixed memory leak when handling error in led_strip_init() |
| 24 | + |
| 25 | + |
3 | 26 | ## v.0.8.1 |
4 | 27 |
|
5 | 28 | ### Features |
|
22 | 45 | without flubbing the conversion on an 18B20 |
23 | 46 | - (ds18x20) Added scratchpad write and copy commands |
24 | 47 |
|
| 48 | + |
25 | 49 | ## v.0.8.0 |
26 | 50 |
|
27 | 51 | ### Features |
|
52 | 76 | - (refactoring) Updated component makefiles and CMakeLists |
53 | 77 | - (i2cdev) Added option to disable all mutexes |
54 | 78 |
|
| 79 | + |
55 | 80 | ## v.0.7.3 |
56 | 81 |
|
57 | 82 | ### Features |
|
65 | 90 | - (pca9685) b633f86 Speed-ups |
66 | 91 | - (max7219) #159 Add "minus" sign and fix maximum brightness |
67 | 92 |
|
| 93 | + |
68 | 94 | ## v.0.7.2 |
69 | 95 |
|
70 | 96 | ### Features |
|
85 | 111 | - (doc) Multiple fixes |
86 | 112 | - (pca9685) ce8f3fa Fix possible race condition |
87 | 113 |
|
| 114 | + |
88 | 115 | ## v.0.7.1 |
89 | 116 |
|
90 | 117 | ### Features |
|
101 | 128 | - (sht3x) 8289262 Fix possible race confition in SS measurement, refactoring |
102 | 129 | - (bh1750, bmp180) d57488b Fix possible race condition |
103 | 130 |
|
| 131 | + |
104 | 132 | ## v.0.7 |
105 | 133 |
|
106 | 134 | ### Features |
|
109 | 137 | - (rda5807m) #25 Driver for single-chip broadcast FM radio tuner RDA5807M |
110 | 138 | - (i2cdev) #138 I2C clock stertching support |
111 | 139 |
|
| 140 | + |
112 | 141 | ## v.0.6.1 |
113 | 142 |
|
114 | 143 | ### Bugfixes |
115 | 144 |
|
116 | 145 | - (ina219) #100 Potential error in ina219_get_gain |
117 | 146 | - (bme680) #121 Pressure calculation for bme680 gives wrong results |
118 | 147 |
|
| 148 | + |
119 | 149 | ## v.0.6 |
120 | 150 |
|
121 | 151 | ### Features |
|
132 | 162 | - (pca9685) d4f5e35 Fix full on/off |
133 | 163 | - (ina219) Typo fix |
134 | 164 |
|
| 165 | + |
135 | 166 | ## v.0.5-beta |
136 | 167 |
|
137 | 168 | ### Features |
|
0 commit comments