File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.8.0
2
+ ---
3
+ - ** new devices**
4
+ - mcp3008: add implementation for MCP3008 ADC with SPI interface
5
+ - semihosting: initial implementation of ARM semihosting
6
+ - ** enhancements**
7
+ - espat: refactor response processing for greater speed and efficiency
8
+ - espat: implement mqtt subscribe functionality via blocking select/channels (experiemental)
9
+ - ** bugfixes**
10
+ - st7789: fix index out of bounds error
11
+ - ** examples**
12
+ - Add espat driver example for mqtt subscribe
13
+
1
14
0.7.0
2
15
---
3
16
- ** new devices**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
2
2
3
3
// Version returns a user-readable string showing the version of the drivers package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.7 .0"
5
+ const Version = "0.8 .0"
You can’t perform that action at this time.
0 commit comments