Skip to content

Commit

Permalink
added changelog for v5.2.0 release. (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: stephenhensley <[email protected]>
  • Loading branch information
stephenhensley and stephenhensley authored Aug 4, 2022
1 parent 899b01a commit ef4cc6a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@

## Unreleased

## v5.2.0

### Features

* board: added board support for Noise Engineering legio platform
* audio: added `output_compensation` value to config struct to allow for post-scaling of uneven audio passthru levels.
* util: added a multiply operator to the Color class for scaling a color by a single factor.
* device: Added ICM20948 sensor device driver
* device: Added DPS310 device driver
* device: Added MPR121 device driver
* device: Added APDS9960 device driver
* device: Added TLV493D device driver.
* device: Added neotrellis driver
* device: Added neopixel driver

### Bug fixes

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

## v5.1.0

Expand Down

0 comments on commit ef4cc6a

Please sign in to comment.