Skip to content

Commit

Permalink
prepped changelog for new release. (#410)
Browse files Browse the repository at this point in the history
Co-authored-by: stephenhensley <[email protected]>
  • Loading branch information
stephenhensley and stephenhensley authored Oct 1, 2021
1 parent 231629f commit 2333ad2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@

### Bug fixes

* qspi: fixed bug with GetData() that wouldn't return correct data when passed actual address instead of normalized offset (i.e. >= 0x90000000).
* sdram: fixed occasional hard fault caused by `RPDelay`, which is now set to 16
### Other

## v2.0.1

### Breaking Changes

### Features

### Bug fixes

* qspi: fixed bug with GetData() that wouldn't return correct data when passed actual address instead of normalized offset (i.e. >= 0x90000000)
* sdram: fixed occasional hard fault caused by `RPDelay`, which is now set to 16 (same as in v1.0.0 and earlier)

### Other

Expand Down

0 comments on commit 2333ad2

Please sign in to comment.