]> begriffs open source - freertos/commit
Add simple USB CDC task.
authorRichard Barry <ribarry@amazon.com>
Fri, 7 Aug 2009 15:30:18 +0000 (15:30 +0000)
committerRichard Barry <ribarry@amazon.com>
Fri, 7 Aug 2009 15:30:18 +0000 (15:30 +0000)
commitdf338c84c3f082766f3bac3e236df46f3cd7f88a
treec42bbb6f9ac9ba227d8d58536a691f9fe45d6298
parenta83d9d93e8412fe94894d358109cbdec50e11b4a
Add simple USB CDC task.
15 files changed:
Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/USB_CDC.c [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/type.h [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbapi.h [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbcontrol.c [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbdebug.h [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbhw_lpc.c [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbhw_lpc.c.bak [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbhw_lpc.h [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbinit.c [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbstdreq.c [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/LPCUSB/usbstruct.h [new file with mode: 0644]
Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzp
Demo/CORTEX_LPC1768_GCC_Rowley/RTOSDemo.hzs
Demo/CORTEX_LPC1768_GCC_Rowley/main.c