File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+
1220.16.0
223---
324- ** new devices**
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments