forked from pyusb/pyusb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
36 lines (32 loc) · 1.16 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1.0.0-a3:
* Finish implementation and test OpenUSB backend.
* Samples.
* Improve documentation.
* Implement isochronous transfers.
* Test, test and test.
1.0.0-a2:
* Validate it on platforms other than Windows and Linux.
* Finish implementation and test OpenUSB backend.
* Samples.
* Improve documentation.
* Implement isochronous transfers.
* Test, test and test.
1.0.0-a1:
* Validate it on platforms other than Windows and Linux.
* Finish implementation and test OpenUSB backend.
* Samples.
* Improve documentation.
* Implement isochronous transfers.
* Test, test and test.
1.0.0-a0:
* Implement standard control requests API.
* Finish implementation of legacy compatibility layer.
* Determine automatically current configuration when user hasn't set it.
* Validate it on platforms other than Windows and Linux.
* Finish implementation and test of OpenUSB backend.
* Validate it on Python 2.3 and Python 3.x.
* Samples.
* Improve documentation.
* Implement isochronous transfers.
* Upgrade PIC test firmware to use 2.6a version Microchip USB stack.
* Test, test and test.