Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib | Diego Ismirlian | 2019-09-29 | 1 | -1/+3 |
|\ | |||||
| * | Fixes for STM32L4, Comp and eeprom. | Fabien Poussin | 2019-09-18 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib | Diego Ismirlian | 2019-08-24 | 7 | -6/+187 |
|\| | |||||
| * | Fixes for USB MSD | José Simões | 2019-02-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | - Fix return value on succesfull scsi_requestsense. - Fix calls to LL SMT32 API for OTG2. - Port changes from ChibiOS fatfs_diskio. - Rework checks to allow simultaneous use of SD Card and USB MSD. Signed-off-by: José Simões <jose.simoes@eclo.solutions> | ||||
| * | Updating OpAmp code with calibration functions, cleaning. | Fabien Poussin | 2019-01-31 | 1 | -6/+6 |
| | | |||||
| * | Adding rudimentary OPAMP Driver | Fabien Poussin | 2019-01-08 | 1 | -0/+155 |
| | | |||||
| * | Fix USB HID driver. | Konstantin Oblaukhov | 2018-11-20 | 1 | -1/+9 |
| | | |||||
| * | Adopt sources to new HAL. | Konstantin Oblaukhov | 2018-09-24 | 5 | -2/+23 |
| | | |||||
* | | Merge branch 'master' of https://github.com/MegabytePhreak/ChibiOS-Contrib | Diego Ismirlian | 2018-08-20 | 3 | -2/+8 |
|\ \ | |||||
| * | | Fix incompatible USBH VMTs | Paul Roukema | 2018-08-05 | 3 | -2/+8 |
| |/ | |||||
* | | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib | Diego Ismirlian | 2018-08-20 | 5 | -37/+35 |
|\| | |||||
| * | Fixes for #138 | Fabien Poussin | 2018-03-20 | 2 | -26/+24 |
| | | |||||
| * | Merge branch 'master' into update_tests | Fabien Poussin | 2018-03-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵ | Fabien Poussin | 2018-03-14 | 4 | -11/+11 |
| | | | | | | | | | | | | deprecated MS2ST calls. | ||||
| * | | hal_usbh: update to new Time macros | Romain Reignier | 2018-03-12 | 3 | -10/+10 |
| |/ | |||||
* | | USBH: debug improvements | Diego Ismirlian | 2017-12-04 | 1 | -2/+21 |
| | | |||||
* | | USBH: AOA: Various improvements | Diego Ismirlian | 2017-11-19 | 1 | -9/+22 |
| | | |||||
* | | USBH: improve disconnection detection; added a necessary reschedule. | Diego Ismirlian | 2017-11-19 | 1 | -3/+2 |
| | | |||||
* | | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib | Diego Ismirlian | 2017-10-29 | 1 | -1/+21 |
|\| | |||||
| * | SCSI: Respond to unit serial number inquiry | Kimmo Lindholm | 2017-10-12 | 1 | -1/+21 |
| | | |||||
* | | USBH: main driver: implement usbhBulkTransfer as inline function | Diego Ismirlian | 2017-10-29 | 1 | -10/+0 |
| | | |||||
* | | usbh:correct spelling of usbhSynchronousTransfer | Mark Harris | 2017-09-14 | 1 | -2/+2 |
| | | |||||
* | | usbh:_ptxfe_int, use HPTXSTS, introduce usbhSyncrhonousTransfer | Mark Harris | 2017-09-14 | 1 | -1/+10 |
| | | |||||
* | | implement ptxfe_int for outbound INT ep | Mark Harris | 2017-09-12 | 1 | -1/+1 |
|/ | |||||
* | USBH: FTDI: correct bugs | Diego Ismirlian | 2017-08-07 | 1 | -3/+3 |
| | |||||
* | USBH: simplify/cleanup main driver | Diego Ismirlian | 2017-08-07 | 1 | -44/+10 |
| | |||||
* | USBH: improved debug output | Diego Ismirlian | 2017-07-31 | 2 | -19/+55 |
| | |||||
* | USBH: improved main driver | Diego Ismirlian | 2017-07-31 | 1 | -47/+58 |
| | | | | | | | - improved connection/disconnection handling - corrected bug on aborting non-pending URB - corrected bug on disconnecting multiple hubs - improved debug messages | ||||
* | USBH: replaced some ch* functions with OSAL equivalents | Diego Ismirlian | 2017-07-16 | 2 | -48/+48 |
| | |||||
* | USBH: remove unnecessary reschedules and add necessary ones | Diego Ismirlian | 2017-07-16 | 7 | -28/+17 |
| | |||||
* | USBH: Use infinite timeout for control request, when timeouts are not specified | Diego Ismirlian | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | USBH: HID: Implement synchronization | Diego Ismirlian | 2017-07-16 | 2 | -14/+32 |
| | |||||
* | USBH: HUB: don't clear status flags on NAK | Diego Ismirlian | 2017-07-16 | 1 | -4/+2 |
| | |||||
* | USBH: MSD: improved syncrhonization | Diego Ismirlian | 2017-07-16 | 1 | -12/+7 |
| | |||||
* | USBH: Use configured UART for debug; avoid garbage debug output | Diego Ismirlian | 2017-07-16 | 1 | -34/+39 |
| | |||||
* | USBH: Added TODO list | Diego Ismirlian | 2017-07-14 | 1 | -0/+14 |
| | |||||
* | USBH: MSD: replace mutex with semaphores (more lightweight) | Diego Ismirlian | 2017-07-14 | 1 | -48/+32 |
| | |||||
* | USBH: HID: corrected interrupt IN request length | Diego Ismirlian | 2017-07-14 | 1 | -1/+4 |
| | |||||
* | USBH: Add flexibility to the enumeration process | Diego Ismirlian | 2017-07-13 | 7 | -133/+131 |
| | |||||
* | USBH: cleanup | Diego Ismirlian | 2017-07-13 | 3 | -11/+20 |
| | |||||
* | USBH: moved usbh/desciter.h and usbh/debug.h to usbh/internal.h | Diego Ismirlian | 2017-07-09 | 3 | -7/+1 |
| | |||||
* | USBH: Added mechanism for out-of-tree class driver enumeration | Diego Ismirlian | 2017-07-09 | 7 | -71/+79 |
| | |||||
* | USBH: moved definition of driver to LLD | Diego Ismirlian | 2017-07-09 | 1 | -8/+0 |
| | |||||
* | USBH: MSD: Rework to prevent race conditions on unload | Diego Ismirlian | 2017-07-04 | 1 | -84/+43 |
| | |||||
* | USBH: UVC, fix compile with IAR | Diego Ismirlian | 2017-06-08 | 1 | -10/+16 |
| | |||||
* | USBH: fix Mass Storage Driver EP reset status bug | Diego Ismirlian | 2017-06-08 | 1 | -2/+2 |
| | |||||
* | USBH: License change for UVC driver | Diego Ismirlian | 2017-06-06 | 1 | -10/+14 |
| | |||||
* | Add UVC driver and test/example | Diego Ismirlian | 2017-06-06 | 2 | -22/+669 |
| | |||||
* | mend | Diego Ismirlian | 2017-06-06 | 2 | -2/+2 |
| | |||||
* | Clean up request type helpers | Diego Ismirlian | 2017-06-06 | 5 | -80/+75 |
| |