| Commit message (Expand) | Author | Age | Files | Lines |
* | stm32g4: implement build,usb,can,i2c,spi,serial,adc. | Matt Baker | 2022-12-02 | 1 | -5/+13 |
* | stm32l4: add stm32l412 support with adc,i2c,spi,usb | Matt Baker | 2022-09-15 | 1 | -2/+2 |
* | stm32: Clear SPE flag on a change to SPI CR1 register | Kevin O'Connor | 2022-02-10 | 1 | -0/+6 |
* | stm32: Wait for transmission to complete before returning from spi_transfer() | Kevin O'Connor | 2022-02-10 | 1 | -2/+5 |
* | stm32: Enable SPI support on stm32g0 | Kevin O'Connor | 2021-12-23 | 1 | -3/+7 |
* | stm32: Support spi1 on PB4/PB5/PB3 on stm32f103 and stm32f2 | Kevin O'Connor | 2021-05-26 | 1 | -5/+5 |
* | stm32: Add support for spi bus on stm32f407 pins PI2,PI3,PI1 | Kevin O'Connor | 2021-02-12 | 1 | -0/+5 |
* | stm32: Minor indention change to spi.c | Kevin O'Connor | 2021-02-12 | 1 | -10/+10 |
* | stm32: Add support for spi4 bus on stm32f446 chip | Kevin O'Connor | 2021-01-04 | 1 | -0/+7 |
* | stm32: Revert "stm32: performance improvement for spi on stm32f0" | Kevin O'Connor | 2020-03-04 | 1 | -8/+4 |
* | stm32: Don't export spi1a/spi2a on stm32f1 | Kevin O'Connor | 2020-01-23 | 1 | -4/+6 |
* | stm32: add alternate pinouts for spi1/2 | Arne Jansen | 2020-01-23 | 1 | -3/+9 |
* | stm32: performance improvement for spi on stm32f0 | Arne Jansen | 2020-01-23 | 1 | -4/+8 |
* | stm32: fix spi_transfer for stm32f0 | Arne Jansen | 2020-01-23 | 1 | -2/+8 |
* | stm32: Initial support for stm32f070 | Kevin O'Connor | 2019-10-23 | 1 | -2/+4 |
* | stm32: Add support for SPI3 bus on alternate PC11,PC12,PC10 pins | Kevin O'Connor | 2019-09-05 | 1 | -1/+8 |
* | stm32: Add support for SPI1 and SPI3 busses | Kevin O'Connor | 2019-08-31 | 1 | -12/+34 |
* | stm32: Rename stm32f4/ directory to stm32/ | Kevin O'Connor | 2019-08-05 | 1 | -0/+59 |