Skip to content

Commit fa895ed

Browse files
authored
Merge pull request hathach#1341 from hathach/release-0.13.0
increase version, update doc for release
2 parents 8a6fe8a + 566e3ab commit fa895ed

File tree

3 files changed

+51
-4
lines changed

3 files changed

+51
-4
lines changed

CONTRIBUTORS.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Notable contributors
1818
- Design the project logo
1919

2020

21+
`Gordon McNab <https://github.com/ftdigdm>`__
22+
---------------------------------------------
23+
24+
- Add new DCD port for Bridgetek FT90x and FT93x
25+
26+
2127
`Ha Thach <https://github.com/hathach>`__
2228
-----------------------------------------
2329

@@ -53,6 +59,7 @@ Notable contributors
5359
-----------------------------------------------
5460

5561
- Add new DCD port for Dialog DA1469x
62+
- Add new DCD port for PIC32MZ
5663
- Add new class driver for Bluetooth HCI
5764
- Add ISO transfer for STM32 Synopsys, Nordic nRF, Dialog DA1469x
5865
- Improve Audio driver and add uac2\_headset example
@@ -81,11 +88,11 @@ Notable contributors
8188
`Koji KITAYAMA <https://github.com/kkitayam>`__
8289
-----------------------------------------------
8390

84-
- Add new DCD port for NXP Kinetis KL25
85-
- Add new DCD port for Renesas RX family (RX600, RX700 ..) with GR-CITRUS, RX65n target board
91+
- Add new DCD and HCD port for NXP Kinetis KL25
92+
- Add new DCD and HCD port for Renesas RX family (RX600, RX700 ..) with GR-CITRUS, RX65n target board
93+
- Add new DCD and HCD port for Mentor musb with MSP432E4
8694
- Add new class driver for USB Video Class (UVC 1.5)
8795

88-
8996
`Nathan Conrad <https://github.com/pigrew>`__
9097
---------------------------------------------
9198

docs/info/changelog.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22
Changelog
33
*********
44

5+
0.13.0
6+
======
7+
8+
- [tu_fifo] Fix locked mutex when full, and return type in peek_n()
9+
10+
Controller Driver (DCD & HCD)
11+
-----------------------------
12+
13+
- [DWC2] Generalize synopsys dwc2 with synopsys/dwc2 which support both FS and HS phy (UTMI and ULPI) for various MCUs.
14+
- Broadcom 28/27xx on raspberrypi SBC
15+
- Silicon Labs EFM32
16+
- Espressif ESP32 Sx
17+
- GigaDevice GD32
18+
- ST STM32
19+
- Infineon XMC
20+
- [KL25] Add new HCD for NXP KL25
21+
- [MUSB] Add new DCD and HCD for Mentor musb with TI MSP432E4
22+
- [F1C100s] Add new DCD for Allwinner F1C100s family
23+
- [PIC32MZ] Add new DCD for PIC32MZ
24+
- [nRF] Fix/Enhance varous race condtion with: EASY DMA, request HFXO, EPOUT
25+
- [ChipIdea] rename Transdimension to more popular ChipIdea Highspeed,
26+
- [RP2040] various update/fix for hcd/dcd
27+
- [FT9XX] new DCD port for Bridgetek FT90x and FT93x devices
28+
- [DA1469X] Fix resume
29+
- [OHCI] Fix device array out of bound
30+
31+
Note: legacy drivers such as st/synopsys, nxp/transdimension are still present in this release but won't recieve more update and could be removed in the future.
32+
33+
Device Stack
34+
------------
35+
36+
- [Audio] Support disabling feedback format correction (16.16 <-> 10.14 format)
37+
- [MSC] Add tud_msc_request_sense_cb() callback, change most default sense error to medium not present (0x02, 0x3A, 0x00)
38+
- [Video] Fix video_capture example fails enumeration when 8FPS
39+
40+
Host Stack
41+
----------
42+
43+
No notable changes
44+
545
0.12.0
646
======
747

src/tusb_option.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "common/tusb_compiler.h"
3131

3232
#define TUSB_VERSION_MAJOR 0
33-
#define TUSB_VERSION_MINOR 12
33+
#define TUSB_VERSION_MINOR 13
3434
#define TUSB_VERSION_REVISION 0
3535
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)
3636

0 commit comments

Comments
 (0)