Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed hal_st_lld still using old register access. | marcoveeneman | 2018-03-02 | 1 | -22/+22 |
| | | | | Registers are now accessed using the HWREG() macro. | ||||
* | Updated platform.mk files to handle halconf.h files located in CONFDIR | marcoveeneman | 2018-03-02 | 2 | -2/+16 |
| | |||||
* | Fixed bug in pal_lld_writepad implementation | marcoveeneman | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | Changed PAL driver so that TM4C123x devices GPIO blocks always use AHB. | marcoveeneman | 2018-02-28 | 3 | -216/+6 |
| | |||||
* | Fixed startup makefiles | marcoveeneman | 2018-02-27 | 2 | -8/+10 |
| | | | | vectors.c was replaced by vectors.S | ||||
* | Updated all halconf.h files | marcoveeneman | 2018-02-27 | 11 | -57/+1401 |
| | |||||
* | Updated all chconf.h files | marcoveeneman | 2018-02-27 | 11 | -382/+1440 |
| | |||||
* | Fixed I2C and UART testhal demos | marcoveeneman | 2017-11-24 | 2 | -3/+3 |
| | |||||
* | Fixed hal_i2c_lld.c | marcoveeneman | 2017-11-24 | 1 | -4/+5 |
| | |||||
* | Fixed compile errors in demos | marcoveeneman | 2017-11-24 | 6 | -6/+34 |
| | |||||
* | Updated startup makefiles with new path to CMSIS Core headers | marcoveeneman | 2017-11-23 | 2 | -2/+2 |
| | |||||
* | Merge pull request #125 from marcoveeneman/tiva_add_uart | marcoveeneman | 2017-11-23 | 12 | -0/+2898 |
|\ | | | | | Add Tiva UART driver. | ||||
| * | Added chconf version tag | marcoveeneman | 2017-10-24 | 1 | -0/+1 |
| | | |||||
| * | Added testhal applcation for Tiva UART driver. | marcoveeneman | 2017-09-10 | 9 | -0/+1596 |
| | | |||||
| * | Initial version of the Tiva UART driver. | marcoveeneman | 2017-09-10 | 3 | -0/+1301 |
| | | |||||
* | | Merge pull request #133 from belak/k20x-mcg-c2 | Fabio Utzig | 2017-11-04 | 1 | -3/+2 |
|\ \ | | | | | | | Fix for K20x startup | ||||
| * | | Fix for K20x startup | Kaleb Elwert | 2017-11-04 | 1 | -3/+2 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | 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 |
| | | | | | |