aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/LLD/hal_sdc_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize KINETIS driver filesKonstantin Oblaukhov2018-11-201-993/+0
|
* Fix MK66F18 compilation for the following HALs: Serial, I2C, EXT, ADC, GPT, ↵Michael Walker2018-05-071-1/+17
| | | | PWM, SPI
* 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-061-0/+905
and other members of the Kinetis family.