USB/HID stack for the loststone project
Fork of USBDevice by
History
pulled and merged with the main dev repo.
2013-03-14, by xxann5 [Thu, 14 Mar 2013 13:53:16 +0000] rev 11
pulled and merged with the main dev repo.
kl25z: use malloc to allocate only endpoints needed
2013-03-04, by samux [Mon, 04 Mar 2013 13:37:51 +0000] rev 10
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 9
add FRDM-KL25Z support
Added support for 4th and 5th mouse buttons as well as horizontal scrolling. In addition i changed the x and y coordinates to uint16_t, which cleans up allot of code. This change also includes a new HID report descriptor.
2013-03-14, by xxann5 [Thu, 14 Mar 2013 13:34:54 +0000] rev 8
Added support for 4th and 5th mouse buttons as well as horizontal scrolling. In addition i changed the x and y coordinates to uint16_t, which cleans up allot of code. This change also includes a new HID report descriptor.
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
Update USBDevice.h
2012-07-17, by samux [Tue, 17 Jul 2012 14:35:40 +0000] rev 2
Update USBDevice.h