summaryrefslogtreecommitdiff
path: root/chip/stm32/spi_master.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: make half-duplex SPI works on STM32F0Wei-Han Chen2018-01-251-45/+75
* stm32: add embryonic support for STM32F76xVincent Palatin2017-08-181-3/+13
* rose: spi: add SPI master halfduplex modeRong Chang2017-05-221-27/+60
* rose: add stm32f4 SPI master supportRong Chang2017-04-261-1/+29
* stm32: clean-up the SPI_READBACK_ALL implementationVincent Palatin2017-03-161-2/+4
* spi: extend spi master API on STM32Vincent Palatin2017-03-131-5/+18
* stm32: add support for STM32L442Vincent Palatin2017-02-171-3/+16
* stm32: spi: Add lock around spi_transactionGwendal Grignou2015-08-011-0/+6
* stm32: Enable 3rd SPI interfaceGwendal Grignou2015-07-301-0/+15
* common: change interface to SPI flashGwendal Grignou2015-07-301-49/+71
* stm32: fixed spi shared_mem_release bugSheng-Liang Song2014-12-181-1/+1
* spi_flash: add error checking for dma timeoutsDominic Chen2014-07-231-3/+8
* Refactor STM32 SPI flash driverVic Yang2014-07-151-0/+211