aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/SPIv3
Commit message (Expand)AuthorAgeFilesLines
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-204-4/+4
* Defaulted all STM32 drivers to enable peripheral clocks during stop/sleep mod...Giovanni Di Sirio2018-01-172-9/+9
* SPIv1 and SPIv2 circular mode added. Rework of RCC files and all dependencies...Giovanni Di Sirio2018-01-103-7/+18
* Polled exchange added to SPIv3.Giovanni Di Sirio2018-01-102-22/+32
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 35acf78f-673a-041...Giovanni Di Sirio2018-01-092-25/+162
* Various fixes in the new STM32F7xx support code.Giovanni Di Sirio2018-01-092-5/+17
* Added stub of STM32 I2Cv3 driver for STM32H7xx.Giovanni Di Sirio2018-01-081-2/+2
* Added BDMA support to the STM32H7xx port.Giovanni Di Sirio2018-01-072-116/+315
* SPI driver works, probably optimizations are possible.Giovanni Di Sirio2018-01-052-6/+6
* Yet another problem fixed, now it starts to output data, still problems.Giovanni Di Sirio2018-01-041-1/+2
* More fixes but SPIv3 still does not work.Giovanni Di Sirio2018-01-041-18/+12
* Various fixes, H7 SPI does not work yet.Giovanni Di Sirio2018-01-041-1/+2
* Added H7 builder to the STM32 SPI unified demo.Giovanni Di Sirio2018-01-041-2/+31
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11216 35acf78f-673a-041...Giovanni Di Sirio2018-01-031-0/+3
* More work on STM32 SPIv3 and DMAv3 drivers, to be tested.Giovanni Di Sirio2018-01-032-32/+207
* Added check for BDMA but BDMA is not complete yet.Giovanni Di Sirio2017-12-281-0/+7
* SPIv3 driver complete, to be tested...Giovanni Di Sirio2017-12-282-64/+232
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11202 35acf78f-673a-041...Giovanni Di Sirio2017-12-281-2/+2
* DMA and SPI code, not complete.Giovanni Di Sirio2017-12-272-201/+54
* Added stub DMA and SPI drivers for H7.Giovanni Di Sirio2017-12-265-0/+2259