Skip to content

Commit

Permalink
updated changelog for v5.3.0 (#554)
Browse files Browse the repository at this point in the history
Co-authored-by: stephenhensley <stephen.p.hensley@gmail.com>
  • Loading branch information
stephenhensley and stephenhensley authored Dec 14, 2022
1 parent 72f511a commit 07a813a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# libDaisy Changelog

## Unreleased
## v5.3.0

### Features

* driver: Software SPI transport `SSD130x4WireSoftSpiTransport` added for the OLED Display driver. (#551)

### Bug Fixes

* driver: Fixed a compiler error in `Max11300Driver::WriteAnalogPinVolts()`
* driver: Fixed error reading multiple registers at once from the MPC23x17 GPIO expanders (#550)
* seed: Fixed out of range pin definitions for extra GPIO on the Daisy Seed2 DFM (#544)
* patchsm: Fixed issue where updating the audio callback params didn't update control samplerate (#543)

## v5.2.0

Expand All @@ -21,10 +32,6 @@

* uart: fixed bug with fifo-dma-receive mode that would result in erratic reads over time. Fixes issues with UART (TRS/DIN) MIDI parsing

### Bug Fixes

* driver: Fixed a compiler error in `Max11300Driver::WriteAnalogPinVolts()`

## v5.1.0

### Features
Expand Down

0 comments on commit 07a813a

Please sign in to comment.