Added USB Host library sources
authorjnosky <codegrinder69@hotmail.com>
Sat, 12 Nov 2011 21:20:02 +0000 (16:20 -0500)
committerjnosky <codegrinder69@hotmail.com>
Sat, 12 Nov 2011 21:20:02 +0000 (16:20 -0500)
commitec7a84c54047d84e83022f927599fde59bfde58f
tree54031cd1981825a62645dac81bc6db23ccffc0a8
parent428744bbe366de64da6944df9cde447b55a2c14d
Added USB Host library sources
23 files changed:
example/stm32f4/STM32_USB_HOST_Library/Class/HID/inc/usbh_hid_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/HID/inc/usbh_hid_keybd.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/HID/inc/usbh_hid_mouse.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_keybd.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_mouse.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/MSC/inc/usbh_msc_bot.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/MSC/inc/usbh_msc_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/MSC/inc/usbh_msc_scsi.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_bot.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_fatfs.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/inc/usbh_conf_template.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/inc/usbh_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/inc/usbh_def.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/inc/usbh_hcs.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/inc/usbh_ioreq.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/inc/usbh_stdreq.h [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/src/usbh_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/src/usbh_hcs.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/src/usbh_ioreq.c [new file with mode: 0644]
example/stm32f4/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c [new file with mode: 0644]