Added USB OTG Driver sources
authorjnosky <codegrinder69@hotmail.com>
Sat, 12 Nov 2011 21:17:43 +0000 (16:17 -0500)
committerjnosky <codegrinder69@hotmail.com>
Sat, 12 Nov 2011 21:17:43 +0000 (16:17 -0500)
commitc2fa32ce2bbf133f0eec08ae589fd13d635e3ae4
treec872307ee323a4e61e54434b811dbe769dbe25f0
parent4856df1aad69f5834b1a5e5ef32c0f8fb7cdec45
Added USB OTG Driver sources
18 files changed:
example/stm32f4/STM32_USB_OTG_Driver/Release_Notes.html [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_bsp.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_conf_template.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_dcd.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_dcd_int.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_defines.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_hcd.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_hcd_int.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_otg.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/inc/usb_regs.h [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/src/usb_bsp_template.c [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/src/usb_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/src/usb_dcd.c [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/src/usb_dcd_int.c [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/src/usb_hcd.c [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/src/usb_hcd_int.c [new file with mode: 0644]
example/stm32f4/STM32_USB_OTG_Driver/src/usb_otg.c [new file with mode: 0644]