Added USB Device library sources
authorjnosky <codegrinder69@hotmail.com>
Sat, 12 Nov 2011 21:21:04 +0000 (16:21 -0500)
committerjnosky <codegrinder69@hotmail.com>
Sat, 12 Nov 2011 21:21:04 +0000 (16:21 -0500)
commitaf0b3741521a10f5aa694e2cd7344e21c5fc6f16
tree3633423222eff116c7f1b93ce58627a06bb81c57
parentec7a84c54047d84e83022f927599fde59bfde58f
Added USB Device library sources
39 files changed:
example/stm32f4/STM32_USB_Device_Library/Class/audio/inc/usbd_audio_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/audio/inc/usbd_audio_out_if.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/audio/src/usbd_audio_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/audio/src/usbd_audio_out_if.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_if_template.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/cdc/src/usbd_cdc_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/cdc/src/usbd_cdc_if_template.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/inc/usbd_dfu_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/inc/usbd_dfu_mal.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/inc/usbd_flash_if.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/inc/usbd_mem_if_template.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/inc/usbd_otp_if.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/src/usbd_dfu_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/src/usbd_dfu_mal.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/src/usbd_flash_if.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/src/usbd_mem_if_template.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/dfu/src/usbd_otp_if.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/hid/inc/usbd_hid_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/hid/src/usbd_hid_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_bot.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_data.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_mem.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/inc/usbd_msc_scsi.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/src/usbd_msc_bot.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/src/usbd_msc_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/src/usbd_msc_data.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/src/usbd_msc_scsi.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Class/msc/src/usbd_storage_template.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/inc/usbd_conf_template.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/inc/usbd_core.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/inc/usbd_def.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/inc/usbd_ioreq.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/inc/usbd_req.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/inc/usbd_usr.h [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/src/usbd_core.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/src/usbd_ioreq.c [new file with mode: 0644]
example/stm32f4/STM32_USB_Device_Library/Core/src/usbd_req.c [new file with mode: 0644]