aboutsummaryrefslogtreecommitdiff
path: root/platforms/avr/drivers/spi_master.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify spi_master headers (#24857)Ryan2025-01-261-68/+0
| | | | | | | * Move default config to .c file * Explicitly define PAL modes for boards with custom init * Unify spi_master headers
* Allow for inverted SPI CS logic (#23699)Dasky2024-09-101-0/+9
|
* Relocate platform specific drivers (#13894)Joel Challis2021-08-171-0/+59
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly