Dwayne Dilbeck / USBDevice

Dependents:   HW4_AudioControl

Fork of USBDevice by mbed official

Changes

RevisionDateWhoCommit message
18:cb3afa532fcd 2013-08-08 jakowisp Default ProtocolState was incorrectly being set to 0:Boot when the HID specification states that the default should be 1:Report default tip
17:cf5d77f1026a 2013-08-08 jakowisp Added SET_PROTOCOL and GET_PROTOCOL support Only multiple report IDs remain to be implemented.
16:49a551d94ad1 2013-08-01 jakowisp HID_REPORT transformed from a structure to a class. This is in preperation for multi-report support.
15:2b2a28dc6ed5 2013-07-31 jakowisp Remove DEBUG print statment
14:00cd29199e0e 2013-07-30 jakowisp USBAudiControl Functional
13:9f652add7891 2013-07-25 jakowisp Changed the Comments to display better information on the wiki page.
12:590d5be7b7f4 2013-07-25 jakowisp New features added and modifications made to make library USB HID compliant.
11:822c905d22e7 2013-07-24 jakowisp Invalid Language code would cause some programs to hang(USBView.exe/UVCView.x86.exe). The english code 0x0409 removes the hang issue.
10:1e3d126a322b 2013-05-30 emilmont Add LPC4088 target
9:354942d2fa38 2013-03-04 samux kl25z: use malloc to allocate only endpoints needed
8:335f2506f422 2013-03-01 samux add FRDM-KL25Z support
7:f8f057664123 2013-01-21 samux modify USBMSD prototypes to fit latest sdfilesystem lib
6:d0945750af57 2012-12-20 samux USBSerial: detect when a terminal is connected
5:d27e4c226965 2012-10-14 samux USBMSD: fixed uninitialized variable (stage, csw, cbw) -> fixed dynamic init
4:eaa07ce86d49 2012-10-14 samux fixed doxygen typo
3:6d85e04fb59f 2012-10-14 samux move EnableIRQ to connect() - add MEDIA_REMOVAL handling
2:34856a6adb5b 2012-07-17 samux Update USBDevice.h
1:80ab0d068708 2012-07-17 samux Update USBDevice lib
0:d8db74b663b3 2012-07-17 mbed_official First commit of the mbed official USB device library