aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/LLD
Commit message (Collapse)AuthorAgeFilesLines
* Use an interrupt instead of polling for simple commands.Wim Lewis2018-01-181-21/+15
| | | | Updated some comments and some trace statements.
* Improved error handling: check the card's state before trying to abortWim Lewis2018-01-181-10/+88
| | | | | | | a failed data transfer; translate card status bits into HLD error bits. Set BLKATTR_BLKCNT even when it's not being used, which seems to avoid errors when alternating between multi-block and single-block transfers. Some comments.
* Low-level driver for the Kinetis SDHC peripheral as found on the MK64FX512Wim Lewis2018-01-062-0/+1107
| | | | and other members of the Kinetis family.
* [KINETIS] Add saved_state to USB driver.flabbergast2016-07-171-0/+4
|
* [KINETIS] Fixes for kernel-less builds.flabbergast2016-05-203-7/+3
|
* [KINETIS] PAL driver: implement PAL_LINE.flabbergast2016-05-081-0/+37
|
* Merge pull request #62 from flabbergast/i2cFabio Utzig2016-04-272-58/+242
|\ | | | | [KINETIS] I2C update (timeouts, KL27Z)
| * [KINETIS] Add I2C workaround for KL27Z.flabbergast2016-04-252-3/+74
| |
| * [KINETIS] Fix I2C clock divisor computation.flabbergast2016-04-251-2/+2
| |
| * [KINETIS] I2C driver: implement timeout.flabbergast2016-04-252-6/+32
| |
| * [KINETIS] Slightly rewrite and comment i2c driver.flabbergast2016-04-251-56/+143
| |
* | [KINETIS] fix ADC LLD bug, grpp access after clearbunnie2016-04-241-2/+3
|/
* [KINETIS] Fix I2C TX to not wait for RX if requested rxbytes is 0Jonathan Struebel2016-04-081-1/+1
|
* [KINETIS] Rename header guards in HAL.flabbergast2016-04-048-24/+24
|
* [KINETIS] Rename HAL LLD files.flabbergast2016-04-0416-0/+0
|
* [KINETIS] HAL cleanup/update.flabbergast2016-03-2213-4/+3776
| | | | | | | New entries in kinetis_registry.h to support new MCUs. Moved registers to ext/CMSIS, like it is done for STM32. Move the same drivers to LLD. Add USB driver.
* [KINETIS] Move from main repo to contribFabio Utzig2016-03-076-0/+1790