Skip to content

Commit 4f6f6bc

Browse files
committed
Release 0.36.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent e8faab0 commit 4f6f6bc

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
0.36.0
2+
---
3+
- **new devices**
4+
- **gdew0154m09**
5+
- add e-paper display driver
6+
- **scd30**
7+
- add CO2 sensor driver
8+
- **sd**
9+
- redesign of the `sdcard` package (#639)
10+
- **sx128x**
11+
- add SPI driver for Semtech sx128x chips (#864)
12+
13+
- **enhancements**
14+
- **lora**
15+
- set the maximum TX power to 16 for eu868 as in RP002-1.0.5 (#866)
16+
- **netlink**
17+
- add Hostname field and some godoc comments
18+
- **ws2812**
19+
- add support for the 160MHz cortex-m processors
20+
- add support for the ESP32-C3 processor
21+
22+
- **bugfixes**
23+
- **uc8151**
24+
- fix LUT timing calculations
25+
- **ws2812**
26+
- fix PIO TX FIFO overflow on rp2040/rp2350 that drops LEDs
27+
28+
129
0.35.0
230
---
331
- **new devices**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PkgGoDev](https://pkg.go.dev/badge/tinygo.org/x/drivers)](https://pkg.go.dev/tinygo.org/x/drivers) [![Build](https://github.com/tinygo-org/drivers/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/tinygo-org/drivers/actions/workflows/build.yml)
44

55

6-
This package provides a collection of over 140 different hardware drivers for devices such as sensors, displays, wireless adaptors, and actuators, that can be used together with [TinyGo](https://tinygo.org).
6+
This package provides a collection of over 145 different hardware drivers for devices such as sensors, displays, wireless adaptors, and actuators, that can be used together with [TinyGo](https://tinygo.org).
77

88
For the complete list, please see:
99
https://tinygo.org/docs/reference/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.35.0"
5+
const Version = "0.36.0"

0 commit comments

Comments
 (0)