Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Sep 26, 2024
1 parent 28f00f1 commit 461ae74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
RTOS Framework change log
=========================

3.3.0
-----

* ADDED: Support for MSOS2.0 descriptor to have WinUSB driver automatically assigned to DFU at the time
of enumeration on Windows.
* ADDED: Support for multiread and multiwrite functions to I2C master drivers.

3.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
project: fwk_rtos
title: XCORE RTOS Framework
version: 3.0.5
version: 3.3.0

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_requ
default:
return false;
}
}
}

0 comments on commit 461ae74

Please sign in to comment.