aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST/main.c
Commit message (Collapse)AuthorAgeFilesLines
* USBH: Update testhal project to new debugging frameworkDiego Ismirlian2019-10-021-87/+108
|
* Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2019-08-241-5/+5
|\
* | USBH: testhal: fix compile warningDiego Ismirlian2017-10-291-1/+1
| |
* | USBH: testhal example: improve support for multiple FAT devicesDiego Ismirlian2017-08-081-5/+6
|/
* USBH: Fix compile with FATFS 0.12bDiego Ismirlian2017-08-071-15/+16
|
* Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into ↵Diego Ismirlian2017-08-071-1/+4
|\ | | | | | | usbh_devel
| * Fixes for USB host example to compile on 4.0.xFabien Poussin2017-06-071-1/+4
| |
* | USBH: testhal MSD: abort read on errorDiego Ismirlian2017-07-311-1/+2
| |
* | USBH: testhal example: add delay for VBUS stabilizationDiego Ismirlian2017-07-131-0/+1
| |
* | USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.hDiego Ismirlian2017-07-091-0/+2
| |
* | USBH: MSD: Rework to prevent race conditions on unloadDiego Ismirlian2017-07-041-6/+10
|/
* Add UVC driver and test/exampleDiego Ismirlian2017-06-061-1/+344
|
* Tabs to whitespaces in USBH testhalDiego Ismirlian2017-06-061-390/+390
|
* Update USBH testhal example/testDiego Ismirlian2017-06-061-0/+80
| | | | | - Added HID driver test - Added IWDG handling (avoid resets!)
* Add AOA (Android Accessory) class driverDiego Ismirlian2017-06-051-12/+100
|
* USB Host fixesDiego Ismirlian2017-06-051-17/+7
| | | | | | | | - Cleaned up alignment macros for GCC & IAR - Corrected EP halt and Clear halt behaviours - Initialization of class drivers by USB Host main driver - Minor cosmetic fixes - Updated USB_HOST testhal app
* make stm32 usb host testhal compileNicolas Reinecke2016-11-081-63/+8
|
* USB-Host: Initial commitFabien Poussin2016-02-151-0/+488