Skip to content

Commit 001bdb4

Browse files
committed
release: v0.17.0
Signed-off-by: deadprogram <[email protected]>
1 parent f7ae6fa commit 001bdb4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
0.17.0
2+
---
3+
- **new devices**
4+
- rtl8720dn: add support for rtl8720dn
5+
- sdcard: add support for spi sdcard driver, along with fatfs
6+
- **enhancements**
7+
- apa102: use 4-byte buffer to improve speed
8+
- bmi160: avoid heap allocations
9+
- ili9341: add standard SPI driver
10+
- wifinina
11+
- avoid fmt package
12+
- Fix RSSI command for WiFiNINA + Print current SSID + Wait for correct time before printing it out + Cleanup
13+
- ws2812
14+
- rename the pin to ws2812
15+
- add tag for nrf52833
16+
- Disable interrupts before sending ws2812 data
17+
- add support for qtpy and atsame5x
18+
- **core**
19+
- modules: switch to use tinygo-org version of tinyfs package
20+
- all: use machine.Serial as the default output
21+
122
0.16.0
223
---
324
- **new devices**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package drivers
22

33
// Version returns a user-readable string showing the version of the drivers package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.16.0"
5+
const Version = "0.17.0"

0 commit comments

Comments
 (0)