Skip to content

Commit

Permalink
bump version and update history
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Klang committed Oct 5, 2021
1 parent f0e7827 commit 3514ff0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
22.1.rc1
------

* Fix USBD audio sync issues:
* rx asynchronous mode with explicit feedback
* tx asynchronous mode with variable output size
* Fix USBD audio descriptor issues (Windows support)

Known Issues:
* USB Host does not support reconnecting devices


22.0.0
------

Expand Down Expand Up @@ -119,4 +131,4 @@ Known Issues:
20.0.0
------

* First release of the OpenWare firmware as shipped on Alchemist and Wizard Kickstarter rewards
* First release of the OpenWare firmware as shipped on Alchemist and Wizard Kickstarter rewards
2 changes: 1 addition & 1 deletion Source/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "hardware.h"

#define FIRMWARE_VERSION "v22.0.1rc0"
#define FIRMWARE_VERSION "v22.1.rc1"

#ifdef USE_SPI_FLASH
#define MAX_SPI_FLASH_HEADERS 32
Expand Down

0 comments on commit 3514ff0

Please sign in to comment.