File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11# TinyUSB Changelog
22
3- ## WIP
3+ ## 0.10.0 - 2021.05.28
44
55- Rework tu_fifo_t with separated mutex for read and write, better support DMA with read/write buffer info. And constant address mode
66- Improve audio_test example and add audio_4_channel_mic example
2828
2929CDC
3030
31- - [ Breaking] tud_cdc_peek(), tud_vendor_peek() dropped position parameter. If needed, tu_fifo_get_read_info() can be used to peek at random offset .
31+ - [ Breaking] tud_cdc_peek(), tud_vendor_peek() no longer support random offset and dropped position parameter .
3232
3333DFU
3434
5454
5555### Host Controller Driver (HCD)
5656
57+ - No noticable changes
58+
5759### USB Host Driver (USBH)
5860
59- ### Host Class Driver
61+ - No noticable changes
6062
61- HID
63+ ### Host Class Driver
6264
63- - Rework host hid driver, basically everything changes
65+ - HID: Rework host hid driver, basically everything changes
6466
6567## 0.9.0 - 2021.03.12
6668
Original file line number Diff line number Diff line change 2828#define _TUSB_OPTION_H_
2929
3030#define TUSB_VERSION_MAJOR 0
31- #define TUSB_VERSION_MINOR 9
31+ #define TUSB_VERSION_MINOR 10
3232#define TUSB_VERSION_REVISION 0
3333#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)
3434
You can’t perform that action at this time.
0 commit comments