aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/SPIv3
Commit message (Collapse)AuthorAgeFilesLines
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-204-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11361 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Defaulted all STM32 drivers to enable peripheral clocks during stop/sleep ↵Giovanni Di Sirio2018-01-172-9/+9
| | | | | | modes. Now RCC macros are able to set or clear the LP bit of a peripheral. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11300 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPIv1 and SPIv2 circular mode added. Rework of RCC files and all ↵Giovanni Di Sirio2018-01-103-7/+18
| | | | | | dependencies inside STM32 drivers. Documentation fixes in some HAL modules. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11247 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Polled exchange added to SPIv3.Giovanni Di Sirio2018-01-102-22/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11244 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 ↵Giovanni Di Sirio2018-01-092-25/+162
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various fixes in the new STM32F7xx support code.Giovanni Di Sirio2018-01-092-5/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11240 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added stub of STM32 I2Cv3 driver for STM32H7xx.Giovanni Di Sirio2018-01-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11239 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added BDMA support to the STM32H7xx port.Giovanni Di Sirio2018-01-072-116/+315
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11232 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPI driver works, probably optimizations are possible.Giovanni Di Sirio2018-01-052-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11226 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Yet another problem fixed, now it starts to output data, still problems.Giovanni Di Sirio2018-01-041-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11223 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More fixes but SPIv3 still does not work.Giovanni Di Sirio2018-01-041-18/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11221 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various fixes, H7 SPI does not work yet.Giovanni Di Sirio2018-01-041-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11220 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@11217 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11216 ↵Giovanni Di Sirio2018-01-031-0/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More work on STM32 SPIv3 and DMAv3 drivers, to be tested.Giovanni Di Sirio2018-01-032-32/+207
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11215 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added check for BDMA but BDMA is not complete yet.Giovanni Di Sirio2017-12-281-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11205 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@11204 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11202 ↵Giovanni Di Sirio2017-12-281-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* DMA and SPI code, not complete.Giovanni Di Sirio2017-12-272-201/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11200 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added stub DMA and SPI drivers for H7.Giovanni Di Sirio2017-12-265-0/+2259
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11191 35acf78f-673a-0410-8e92-d51de3d6d3f4