]> git.sur5r.net Git - freertos/commit
Add simple USB CDC task.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Aug 2009 15:30:18 +0000 (15:30 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 7 Aug 2009 15:30:18 +0000 (15:30 +0000)
commitda01e97e45189d53b4bc17b1abd559bdd81a1c97
treec42bbb6f9ac9ba227d8d58536a691f9fe45d6298
parenta8ee3f1c220e66c63be9097994a02dbaff0da63e
Add simple USB CDC task.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@835 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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