Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into ↵ | Diego Ismirlian | 2017-08-07 | 3 | -14/+15 |
|\ | | | | | | | usbh_devel | ||||
| * | Fixes for USB host example to compile on 4.0.x | Fabien Poussin | 2017-06-07 | 3 | -14/+15 |
| | | |||||
* | | USBH: added default control request timeout parameter | Diego Ismirlian | 2017-07-31 | 1 | -0/+1 |
| | | |||||
* | | USBH: testhal MSD: abort read on error | Diego Ismirlian | 2017-07-31 | 1 | -1/+2 |
| | | |||||
* | | USBH: testhal example: add delay for VBUS stabilization | Diego Ismirlian | 2017-07-13 | 1 | -0/+1 |
| | | |||||
* | | USBH: Add flexibility to the enumeration process | Diego Ismirlian | 2017-07-13 | 1 | -2/+2 |
| | | |||||
* | | USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.h | Diego Ismirlian | 2017-07-09 | 2 | -2/+5 |
| | | |||||
* | | USBH: Cleanup example for out-of-tree driver | Diego Ismirlian | 2017-07-09 | 3 | -5/+5 |
| | | |||||
* | | USBH: Added mechanism for out-of-tree class driver enumeration | Diego Ismirlian | 2017-07-09 | 5 | -1/+264 |
| | | |||||
* | | USBH: MSD: Rework to prevent race conditions on unload | Diego Ismirlian | 2017-07-04 | 1 | -6/+10 |
|/ | |||||
* | USBH: Fix compile for test/example | Diego Ismirlian | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Add UVC driver and test/example | Diego Ismirlian | 2017-06-06 | 2 | -12/+353 |
| | |||||
* | Tabs to whitespaces in USBH testhal | Diego Ismirlian | 2017-06-06 | 2 | -411/+411 |
| | |||||
* | Update USBH testhal example/test | Diego Ismirlian | 2017-06-06 | 1 | -0/+80 |
| | | | | | - Added HID driver test - Added IWDG handling (avoid resets!) | ||||
* | Add HID class driver | Diego Ismirlian | 2017-06-05 | 1 | -0/+11 |
| | |||||
* | Add AOA (Android Accessory) class driver | Diego Ismirlian | 2017-06-05 | 2 | -12/+119 |
| | |||||
* | USB Host fixes | Diego Ismirlian | 2017-06-05 | 11 | -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 | ||||
* | [testhal] Removed ccache dependency. | Romain Reignier | 2017-02-28 | 1 | -2/+2 |
| | |||||
* | [testhal] Fixed path for ChibiOS-RT. | Romain Reignier | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | [Comp] Adding interrupt functions, updating example. | Fabien Poussin | 2017-02-09 | 3 | -21/+101 |
| | |||||
* | [Comp] Adding more defines | Fabien Poussin | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | [Comp] Adding init, helper defines. | Fabien Poussin | 2017-02-07 | 1 | -2/+2 |
| | |||||
* | [Comp] Cleaning example, removing dependencies and adding checks. | Fabien Poussin | 2017-02-07 | 2 | -39/+30 |
| | |||||
* | [COMP] Fixing headers, missing includes. | Fabien Poussin | 2017-02-07 | 1 | -1/+14 |
| | |||||
* | Adding COMP Driver. | Fabien Poussin | 2017-02-06 | 7 | -0/+1664 |
| | |||||
* | [Timcap/Eeprom] Removing ch.h dependencies. | Fabien Poussin | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | FSMC NAND improvements. | barthess | 2017-01-17 | 2 | -7/+1 |
| | | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32 | ||||
* | USB MSD. Added project files | barthess | 2017-01-06 | 2 | -19/+22 |
| | |||||
* | USB MSD. Cosmetical improvements. | barthess | 2017-01-04 | 1 | -0/+5 |
| | |||||
* | make stm32 usb host testhal compile | Nicolas Reinecke | 2016-11-08 | 6 | -452/+333 |
| | |||||
* | whitespace | Nicolas Reinecke | 2016-11-08 | 3 | -15/+15 |
| | |||||
* | update stm32 testhal / demo headers | Nicolas Reinecke | 2016-11-08 | 19 | -81/+169 |
| | |||||
* | USB_MSD. Updated linker script name. | barthess | 2016-10-31 | 1 | -1/+1 |
| | |||||
* | USB_MSD. Added READ_FORMAT_CAPACITIES handler | barthess | 2016-10-28 | 1 | -1/+17 |
| | |||||
* | Testhal. Directory with hardware independant code renamed to 'common'. | barthess | 2016-10-18 | 3 | -3/+3 |
| | |||||
* | 1-Wire. Duplicated code from testhal apllications moved to separate directory. | barthess | 2016-10-18 | 19 | -2004/+54 |
| | |||||
* | 1-Wire. Fixed demos' name | barthess | 2016-10-18 | 4 | -6/+20 |
| | |||||
* | Deleted broken Eclipse debug launchers | barthess | 2016-10-17 | 2 | -104/+0 |
| | |||||
* | USB_MSD. Initial commit. | barthess | 2016-10-17 | 14 | -0/+6010 |
| | |||||
* | [STM32 NAND] Updated testhal. | barthess | 2016-08-18 | 2 | -22/+86 |
| | |||||
* | [STM32 NAND] Deleted ugly hack with EXTI interrupt instead of NAND one | barthess | 2016-08-16 | 4 | -108/+62 |
| | |||||
* | added qeiAdjustI. added new field and checking in STM32 | Stephane D'Alu | 2016-07-07 | 2 | -1/+19 |
| | |||||
* | 1-wire improvements. | barthess | 2016-05-31 | 3 | -24/+24 |
| | | | | | | | | | 1) Functions reading bit from PAL now return ioline_t type. 2) Functions that handle acquired buffer with acquired bits now use uint8_t type because it corresponds to buffer type. 3) Cryptic bit shifting in bit storage functions replaced by dividion operations because all modern compilers perfectly optimise such operations. | ||||
* | 1-wire. Data acqusition code in test application rewritten in more safe way | barthess | 2016-05-30 | 3 | -9/+9 |
| | |||||
* | Fixed project file for 1-wire for STM32F0x | barthess | 2016-05-30 | 1 | -4/+4 |
| | |||||
* | qei testhal: copyright | Nicolas Reinecke | 2016-05-15 | 2 | -2/+2 |
| | |||||
* | add qei testhal projects | Nicolas Reinecke | 2016-05-08 | 20 | -0/+3388 |
| | |||||
* | testhal/STM32/f4/EICU: remove ccache | Nicolas Reinecke | 2016-05-01 | 1 | -3/+2 |
| | |||||
* | fix warnings in STM32 projects because of missing configs | Nicolas Reinecke | 2016-05-01 | 6 | -4/+60 |
| | |||||
* | remove symlinks | Nicolas Reinecke | 2016-05-01 | 2 | -2/+0 |
| |