aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST
Commit message (Collapse)AuthorAgeFilesLines
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-121-1/+1
|
* USB_HOST fixFabien Poussin2019-03-071-1/+1
|
* Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-241-2/+90
|
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-241-20/+9
|
* Merge branch 'master' into update_testsFabien Poussin2018-03-155-770/+948
|\
| * Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-145-989/+1169
| | | | | | | | deprecated MS2ST calls.
* | testhal: stm32: update to latest ChibiOS APIRomain Reignier2018-03-123-2/+276
|/
* Updating chconf.h for STM32 testhalFabien Poussin2018-03-081-9/+94
|
* Add version tagsFabio Utzig2017-10-091-0/+1
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* Merge branch 'master' into usbh_develFabien Poussin2017-08-081-1/+1
|\
| * Merge pull request #122 from dismirlian/usbh_develFabien Poussin2017-08-076-8/+281
| |\ | | | | | | USBH: Various improvo
* | | USBH: Fix compile with FATFS 0.12bDiego Ismirlian2017-08-074-246/+18
| | |
* | | Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into ↵Diego Ismirlian2017-08-073-14/+15
|\| | | |/ |/| | | usbh_devel
| * Fixes for USB host example to compile on 4.0.xFabien Poussin2017-06-073-14/+15
| |
* | USBH: added default control request timeout parameterDiego Ismirlian2017-07-311-0/+1
| |
* | 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: Add flexibility to the enumeration processDiego Ismirlian2017-07-131-2/+2
| |
* | USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.hDiego Ismirlian2017-07-092-2/+5
| |
* | USBH: Cleanup example for out-of-tree driverDiego Ismirlian2017-07-093-5/+5
| |
* | USBH: Added mechanism for out-of-tree class driver enumerationDiego Ismirlian2017-07-095-1/+264
| |
* | USBH: MSD: Rework to prevent race conditions on unloadDiego Ismirlian2017-07-041-6/+10
|/
* USBH: Fix compile for test/exampleDiego Ismirlian2017-06-061-1/+1
|
* Add UVC driver and test/exampleDiego Ismirlian2017-06-062-12/+353
|
* Tabs to whitespaces in USBH testhalDiego Ismirlian2017-06-062-411/+411
|
* Update USBH testhal example/testDiego Ismirlian2017-06-061-0/+80
| | | | | - Added HID driver test - Added IWDG handling (avoid resets!)
* Add HID class driverDiego Ismirlian2017-06-051-0/+11
|
* Add AOA (Android Accessory) class driverDiego Ismirlian2017-06-052-12/+119
|
* USB Host fixesDiego Ismirlian2017-06-0511-5257/+85
| | | | | | | | - 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-086-452/+333
|
* whitespaceNicolas Reinecke2016-11-081-12/+12
|
* update stm32 testhal / demo headersNicolas Reinecke2016-11-081-3/+3
|
* fix warnings in STM32 projects because of missing configsNicolas Reinecke2016-05-011-4/+4
|
* update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-014-38/+129
|
* fix whitespaceNicolas Reinecke2016-05-013-73/+73
|
* fix typos in mcu confNicolas Reinecke2016-05-011-1/+1
|
* Updated Makefiles for STM32 according tobarthess2016-04-233-3/+82
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* USB-Host: Initial commitFabien Poussin2016-02-1514-0/+7642