Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Updated startup makefiles with new path to CMSIS Core headers | marcoveeneman | 2017-11-23 | 2 | -2/+2 | |
* | | Updating chconf.h for STM32 testhal | Fabien Poussin | 2018-03-08 | 11 | -2128/+3083 | |
* | | Fixes for STM32F0 testhal | Fabien Poussin | 2018-03-08 | 13 | -147/+758 | |
* | | Merge pull request #139 from wiml/kinetis_sdhc | Fabien Poussin | 2018-03-08 | 2 | -0/+1179 | |
|\ \ | ||||||
| * | | Use an interrupt instead of polling for simple commands. | Wim Lewis | 2018-01-18 | 1 | -21/+15 | |
| * | | Improved error handling: check the card's state before trying to abort | Wim Lewis | 2018-01-18 | 1 | -10/+88 | |
| * | | Low-level driver for the Kinetis SDHC peripheral as found on the MK64FX512 | Wim Lewis | 2018-01-06 | 2 | -0/+1107 | |
* | | | Merge pull request #136 from wiml/k64_uarts | Fabien Poussin | 2018-03-08 | 2 | -72/+248 | |
|\ \ \ | ||||||
| * | | | Added support for additional UARTs (up to six on the K64F). | Wim Lewis | 2017-12-08 | 2 | -72/+248 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #143 from qmk/fix_kinesis_usb_data_sync | Fabien Poussin | 2018-03-08 | 2 | -17/+42 | |
|\ \ \ | ||||||
| * | | | Fix data usb data toggle sync problem | Fred Sundvik | 2018-02-08 | 1 | -16/+41 | |
| * | | | Fix typo in k20xx.h | Fred Sundvik | 2018-02-08 | 1 | -1/+1 | |
* | | | | Merge pull request #141 from qmk/17.6.3_fixes | Fabien Poussin | 2018-03-08 | 1 | -0/+23 | |
|\ \ \ \ | ||||||
| * | | | | Add usb_lld_wakeup_host for Kinetis | Fred Sundvik | 2018-02-03 | 1 | -0/+23 | |
* | | | | | Merge pull request #144 from marcoveeneman/remove_duplicate_tiva_launch_confi... | marcoveeneman | 2018-02-26 | 11 | -112/+0 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Removed duplicate OpenOCD on ICDI launch configurations. | marcoveeneman | 2018-02-12 | 11 | -112/+0 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #140 from elagil/master | Uladzimir Pylinski | 2018-01-31 | 5 | -5/+20 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Added support for STM32F7 | Adrian | 2018-01-31 | 5 | -5/+20 | |
|/ / / | ||||||
* | | | Merge pull request #137 from dflogeras/add-stm32f769-to-sdram | Uladzimir Pylinski | 2017-12-15 | 3 | -3/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add STM32F769 to FSMCv1 sdram driver | Dave Flogeras | 2017-12-14 | 3 | -3/+5 | |
|/ / | ||||||
* | | Merge pull request #125 from marcoveeneman/tiva_add_uart | marcoveeneman | 2017-11-23 | 12 | -0/+2898 | |
|\ \ | ||||||
| * | | 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 | 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 | Kimmo Lindholm | 2017-10-21 | 1 | -18/+53 | |
|/ / / / | ||||||
* | | | | 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 | 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 | Kimmo Lindholm | 2017-10-12 | 4 | -3/+44 | |
|/ / / / | ||||||
* | | | | Add version tags | Fabio Utzig | 2017-10-09 | 77 | -0/+79 | |
* | | | | 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. | 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 | |
|\ \ \ \ | ||||||
| * \ \ \ | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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: 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 u... | Diego Ismirlian | 2017-08-07 | 3 | -14/+15 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #119 from dismirlian/usbh_devel | Fabien Poussin | 2017-06-15 | 2 | -8/+9 | |
|\ \ \ \ \ | ||||||
* \ \ \ \ \ | Merge pull request #118 from dismirlian/usbh_devel | Uladzimir Pylinski | 2017-06-09 | 4 | -23/+29 | |
|\ \ \ \ \ \ | ||||||
* | | | | | | | Fixes for USB host example to compile on 4.0.x | Fabien Poussin | 2017-06-07 | 3 | -14/+15 |