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 1
1
# TinyUSB Changelog
2
2
3
- ## WIP
3
+ ## 0.10.0 - 2021.05.28
4
4
5
5
- Rework tu_fifo_t with separated mutex for read and write, better support DMA with read/write buffer info. And constant address mode
6
6
- Improve audio_test example and add audio_4_channel_mic example
28
28
29
29
CDC
30
30
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 .
32
32
33
33
DFU
34
34
54
54
55
55
### Host Controller Driver (HCD)
56
56
57
+ - No noticable changes
58
+
57
59
### USB Host Driver (USBH)
58
60
59
- ### Host Class Driver
61
+ - No noticable changes
60
62
61
- HID
63
+ ### Host Class Driver
62
64
63
- - Rework host hid driver, basically everything changes
65
+ - HID: Rework host hid driver, basically everything changes
64
66
65
67
## 0.9.0 - 2021.03.12
66
68
Original file line number Diff line number Diff line change 28
28
#define _TUSB_OPTION_H_
29
29
30
30
#define TUSB_VERSION_MAJOR 0
31
- #define TUSB_VERSION_MINOR 9
31
+ #define TUSB_VERSION_MINOR 10
32
32
#define TUSB_VERSION_REVISION 0
33
33
#define TUSB_VERSION_STRING TU_STRING(TUSB_VERSION_MAJOR) "." TU_STRING(TUSB_VERSION_MINOR) "." TU_STRING(TUSB_VERSION_REVISION)
34
34
You can’t perform that action at this time.
0 commit comments