Skip to content

Commit 3514ff0

Browse files
author
Martin Klang
committed
bump version and update history
1 parent f0e7827 commit 3514ff0

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
22.1.rc1
2+
------
3+
4+
* Fix USBD audio sync issues:
5+
* rx asynchronous mode with explicit feedback
6+
* tx asynchronous mode with variable output size
7+
* Fix USBD audio descriptor issues (Windows support)
8+
9+
Known Issues:
10+
* USB Host does not support reconnecting devices
11+
12+
113
22.0.0
214
------
315

@@ -119,4 +131,4 @@ Known Issues:
119131
20.0.0
120132
------
121133

122-
* First release of the OpenWare firmware as shipped on Alchemist and Wizard Kickstarter rewards
134+
* First release of the OpenWare firmware as shipped on Alchemist and Wizard Kickstarter rewards

Source/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "hardware.h"
55

6-
#define FIRMWARE_VERSION "v22.0.1rc0"
6+
#define FIRMWARE_VERSION "v22.1.rc1"
77

88
#ifdef USE_SPI_FLASH
99
#define MAX_SPI_FLASH_HEADERS 32

0 commit comments

Comments
 (0)