aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32h7_spi.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Remove incorrect "spi3" definition from stm32h7Kevin O'Connor2022-10-171-4/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add stm32h7 SPI support (#4850)adelyser2021-11-201-0/+150
Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>