Skip to content

Commit 36dc25a

Browse files
committed
changelog
1 parent e72d48e commit 36dc25a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/info/changelog.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
*********
44

5-
0.11.0 (29-08-2021)
5+
0.11.0 (2021-08-29)
66
===================
77

88
- Add host/hid_controller example: only worked/tested with Sony PS4 DualShock controller
@@ -103,7 +103,7 @@ Host Stack
103103
- Rework and major update to HID driver. Will default to enable boot interface if available
104104
- Sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB for better management and reduce SRAM usage
105105

106-
0.10.1 (03-06-2021)
106+
0.10.1 (2021-06-03)
107107
===================
108108

109109
- rework rp2040 examples and CMake build, allow better integration with pico-sdk
@@ -117,7 +117,7 @@ Host Controller Driver (HCD)
117117
- Use hcd_frame_number() instead of micro frame
118118
- Fix OHCI endpoint address and xferred_bytes in xfer complete event
119119

120-
0.10.0 (28-05-2021)
120+
0.10.0 (2021-05-28)
121121
===================
122122

123123
- Rework tu_fifo_t with separated mutex for read and write, better support DMA with read/write buffer info. And constant address mode
@@ -191,7 +191,7 @@ Host Class Driver
191191
- HID: Rework host hid driver, basically everything changes
192192

193193

194-
0.9.0 (12-03-2021)
194+
0.9.0 (2021-03-12)
195195
==================
196196

197197
Device Stack
@@ -309,7 +309,7 @@ Others
309309
- LPCXpresso 18s37
310310

311311

312-
0.8.0 (05-02-2021)
312+
0.8.0 (2021-02-05)
313313
==================
314314

315315
Device Controller Driver
@@ -388,7 +388,7 @@ New Boards
388388
- Great Scott Gadgets' LUNA D11 & D21
389389

390390

391-
0.7.0 (08-11-2020)
391+
0.7.0 (2020-11-08)
392392
==================
393393

394394
Device Controller Driver
@@ -518,7 +518,7 @@ New Boards
518518
- nRF: ItsyBitsy nRF52840
519519

520520

521-
0.6.0 (30-03-2020)
521+
0.6.0 (2020-03-30)
522522
==================
523523

524524
Added **CONTRIBUTORS.md** to give proper credit for contributors to the stack. Special thanks to `Nathan Conrad <https://github.com/pigrew>`__ , `Peter Lawrence <https://github.com/majbthrd>`__ , `William D. Jones <https://github.com/cr1901>`__ and `Sean Cross <https://github.com/xobs>`__ and others for spending their precious time to add lots of features and ports for this release.
@@ -580,7 +580,7 @@ Changed
580580
- Fixed cdc_msc_freertos example build for all MCUs
581581

582582

583-
0.5.0 (06-2019)
583+
0.5.0 (2019-06)
584584
===============
585585

586586
First release, device stack works great, host stack works but still need improvement.

0 commit comments

Comments
 (0)