Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-Contrib | Diego Ismirlian | 2017-10-29 | 85 | -31/+212 |
|\ | |||||
| * | Merge pull request #131 from kimmoli/scsi-test-unit-ready | Uladzimir Pylinski | 2017-10-21 | 1 | -18/+53 |
| |\ | | | | | | | SCSI: Respond to TEST UNIT READY command, Fix REQUEST SENSE replying | ||||
| | * | SCSI: Respond to TEST UNIT READY command, Fix REQUEST SENSE replying | Kimmo Lindholm | 2017-10-21 | 1 | -18/+53 |
| |/ | | | | | | | | | | | | | | | | | | | When host sends TEST UNIT READY command, set sense 'all ok' if block device reports that medium is inserted, or set sense 'medium not present' if medium is not inserted. Do not override sense by default with 'all ok', allow REQUEST SENSE command to be responded with correct sense data which was set on last failure. Check just DESC bit when responding to REQUEST SENSE command. | ||||
| * | Merge pull request #130 from kimmoli/msd_testhal | Uladzimir Pylinski | 2017-10-14 | 1 | -1/+1 |
| |\ | | | | | | | USB_MSD: Fix testhal according to msdStart() API change | ||||
| | * | USB_MSD: Fix testhal according to msdStart() API change | Kimmo Lindholm | 2017-10-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #129 from kimmoli/scsi-serial-number | Uladzimir Pylinski | 2017-10-13 | 4 | -3/+44 |
| |\ | | | | | | | SCSI: Respond to unit serial number inquiry | ||||
| | * | SCSI: Respond to unit serial number inquiry | Kimmo Lindholm | 2017-10-12 | 4 | -3/+44 |
| |/ | |||||
| * | Add version tags | Fabio Utzig | 2017-10-09 | 77 | -0/+79 |
| | | | | | | | | Signed-off-by: Fabio Utzig <utzig@apache.org> | ||||
| * | Merge pull request #126 from marcoveeneman/tiva_spi_update | Fabien Poussin | 2017-09-10 | 2 | -8/+34 |
| |\ | | | | | | | Aligned the Tiva port to the SPI driver improvements. | ||||
| | * | Aligned the Tiva port to the SPI driver improvements. | marcoveeneman | 2017-09-10 | 2 | -8/+34 |
| |/ | |||||
| * | Fix for mx2board (regex) | Fabien Poussin | 2017-09-06 | 1 | -1/+1 |
| | | |||||
* | | USBH: silence compiler warning | Diego Ismirlian | 2017-10-29 | 1 | -0/+1 |
| | | |||||
* | | USBH: main driver: implement usbhBulkTransfer as inline function | Diego Ismirlian | 2017-10-29 | 2 | -12/+7 |
| | | |||||
* | | USBH: testhal: fix compile warning | Diego Ismirlian | 2017-10-29 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib | Diego Ismirlian | 2017-10-29 | 3 | -4/+29 |
|\ \ | |||||
| * \ | Merge pull request #1 from axoloti/patch-1 | dismirlian | 2017-09-16 | 3 | -4/+29 |
| |\ \ | | |/ | |/| | | | | | | | USBH: allow enabling IAD without UVC USBH: implement ISO/INT out in STM32 LLD driver USBH: introduce usbhSynchronousTransfer helper function | ||||
| | * | usbh:correct spelling of usbhSynchronousTransfer | Mark Harris | 2017-09-14 | 2 | -3/+3 |
| | | | |||||
| | * | usbh:_ptxfe_int, use HPTXSTS, introduce usbhSyncrhonousTransfer | Mark Harris | 2017-09-14 | 3 | -8/+19 |
| | | | |||||
| | * | implement ptxfe_int for outbound INT ep | Mark Harris | 2017-09-12 | 2 | -4/+16 |
| | | | |||||
| | * | allow enabling IAD without UVC | Axoloti | 2017-09-12 | 1 | -0/+2 |
| |/ | |||||
* / | USBH: testhal example: improve support for multiple FAT devices | Diego Ismirlian | 2017-08-08 | 5 | -54/+83 |
|/ | |||||
* | Merge pull request #123 from dismirlian/usbh_devel | Fabien Poussin | 2017-08-08 | 7 | -315/+60 |
|\ | | | | | USBH: Fix compile with FATFS 0.12b | ||||
| * | Merge branch 'master' into usbh_devel | Fabien Poussin | 2017-08-08 | 18 | -2/+2194 |
| |\ | |/ |/| | |||||
* | | Merge pull request #120 from marcoveeneman/tiva_add_adc | marcoveeneman | 2017-08-08 | 17 | -1/+2193 |
|\ \ | | | | | | | Tiva add ADC driver | ||||
| * | | Fixed ADC driver.mk | marcoveeneman | 2017-07-03 | 1 | -2/+2 |
| | | | |||||
| * | | Added missing driver.mk file for the ADC driver. | marcoveeneman | 2017-07-03 | 1 | -0/+9 |
| | | | |||||
| * | | Improved ADC testhal application. | marcoveeneman | 2017-07-03 | 1 | -1/+5 |
| | | | |||||
| * | | Improved ADC driver and ADC testhal application. | marcoveeneman | 2017-07-03 | 2 | -41/+40 |
| | | | |||||
| * | | Initial ADC driver and testhal application for TM4C123x. | marcoveeneman | 2017-07-03 | 16 | -1/+2181 |
| | | | |||||
* | | | Merge pull request #122 from dismirlian/usbh_devel | Fabien Poussin | 2017-08-07 | 26 | -914/+1174 |
|\ \ \ | |/ / |/| | | USBH: Various improvo | ||||
| | * | USBH: Fix compile with FATFS 0.12b | Diego Ismirlian | 2017-08-07 | 5 | -258/+30 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into ↵ | Diego Ismirlian | 2017-08-07 | 3 | -14/+15 |
| | |\ | |_|/ |/| | | | | | usbh_devel | ||||
* | | | Merge pull request #119 from dismirlian/usbh_devel | Fabien Poussin | 2017-06-15 | 2 | -8/+9 |
|\ \ \ | | | | | | | | | USBH: moved declaration of driver to LLD | ||||
* \ \ \ | Merge pull request #118 from dismirlian/usbh_devel | Uladzimir Pylinski | 2017-06-09 | 4 | -23/+29 |
|\ \ \ \ | | | | | | | | | | | USBH: fix compile with IAR | ||||
* | | | | | Fixes for USB host example to compile on 4.0.x | Fabien Poussin | 2017-06-07 | 3 | -14/+15 |
| | | | | | |||||
* | | | | | Merge pull request #117 from dismirlian/usbh_devel | Fabien Poussin | 2017-06-07 | 39 | -7002/+4395 |
|\ \ \ \ \ | | | | | | | | | | | | | USB Host update | ||||
| | | | | * | 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: STM32 LLD: break LS activity detect loop if port is disabled | Diego Ismirlian | 2017-08-07 | 1 | -11/+18 |
| | | | |/ | |||||
| | | | * | USBH: STM32 LLD: various improvements | Diego Ismirlian | 2017-07-31 | 2 | -112/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - general cleanup - implemented workaround to undocumented erratum (the OTG core may report successful enabling of port when connecting a low-speed device, but really it generates no traffic and remains in a "dumb" state) - improved handling of disconnection of devices (avoid submitting URBs if the port is disabled) | ||||
| | | | * | USBH: improved debug output | Diego Ismirlian | 2017-07-31 | 3 | -26/+56 |
| | | | | | |||||
| | | | * | USBH: added default control request timeout parameter | Diego Ismirlian | 2017-07-31 | 1 | -0/+1 |
| | | | | | |||||
| | | | * | 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: testhal MSD: abort read on error | Diego Ismirlian | 2017-07-31 | 1 | -1/+2 |
| | | | | | |||||
| | | | * | 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 | 9 | -38/+35 |
| | | | | | |||||
| | | | * | 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 | 3 | -14/+34 |
| | | | | | |||||
| | | | * | 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 |
| | | | | |