Skip to content

Commit

Permalink
Merge pull request #610 from electro-smith/prerelease/v6.0.0
Browse files Browse the repository at this point in the history
Prerelease - Update changelog for v6.0.0
  • Loading branch information
beserge authored Feb 20, 2024
2 parents 17ee39b + 839afe5 commit 3ec3bbe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# libDaisy Changelog

## Unreleased
## v6.0.0

### Features

* bootloader: Add local BootloaderBlink example for testing the bootloader and its various configs
* bootloader: Add four bin variants: internal / external DFU, and 10ms / 2000ms timeouts
* core: Add USE_DAISYSP_LGPL flag to core/Makefile for DaisySP_LGPL support.
* bootloader: added `System::BootloaderMode::DAISY`, `System::BootloaderMode::DAISY_SKIP_TIMEOUT`, and `System::BootloaderMode::DAISY_INFINITE_TIMEOUT` options to `System::ResetToBootloader` method for better firmware updating flexibility.

### Bug fixes

* Fix link to electro-smith website in README
* bootloader: pins `D0`, `D29` and `D30` are no longer stuck when using the Daisy bootloader

### Migrating
* Color: Fixed bug with init not setting the green value correctly

#### Bootloader

Expand Down

0 comments on commit 3ec3bbe

Please sign in to comment.