USB device stack - modified
Fork of USBDevice by
History
docs update
2013-07-22, by setcom_001 [Mon, 22 Jul 2013 21:16:27 +0000] rev 12
docs update
Updated API to add some terminal feedback to USBSerial. Could be better implemented but it works
2013-07-22, by setcom_001 [Mon, 22 Jul 2013 20:50:45 +0000] rev 11
Updated API to add some terminal feedback to USBSerial. Could be better implemented but it works
Add LPC4088 target
2013-05-30, by emilmont [Thu, 30 May 2013 17:16:57 +0100] rev 10
Add LPC4088 target
kl25z: use malloc to allocate only endpoints needed
2013-03-04, by samux [Mon, 04 Mar 2013 13:37:51 +0000] rev 9
kl25z: use malloc to allocate only endpoints needed
add FRDM-KL25Z support
2013-03-01, by samux [Fri, 01 Mar 2013 13:10:29 +0000] rev 8
add FRDM-KL25Z support
modify USBMSD prototypes to fit latest sdfilesystem lib
2013-01-21, by samux [Mon, 21 Jan 2013 10:41:28 +0000] rev 7
modify USBMSD prototypes to fit latest sdfilesystem lib
USBSerial: detect when a terminal is connected
2012-12-20, by samux [Thu, 20 Dec 2012 17:05:37 +0000] rev 6
USBSerial: detect when a terminal is connected
USBMSD: fixed uninitialized variable (stage, csw, cbw) -> fixed dynamic init
2012-10-14, by samux [Sun, 14 Oct 2012 15:08:52 +0000] rev 5
USBMSD: fixed uninitialized variable (stage, csw, cbw) -> fixed dynamic init
fixed doxygen typo
2012-10-14, by samux [Sun, 14 Oct 2012 13:39:27 +0000] rev 4
fixed doxygen typo
move EnableIRQ to connect() - add MEDIA_REMOVAL handling
2012-10-14, by samux [Sun, 14 Oct 2012 12:38:56 +0000] rev 3
move EnableIRQ to connect() - add MEDIA_REMOVAL handling