aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3/spi.c
Commit message (Collapse)AuthorAgeFilesLines
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-121-285/+0
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* sam3: Add support for sam4s8c chipsKevin O'Connor2019-01-071-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Add additional SPI and USART buses to spi.cKevin O'Connor2019-01-071-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Merge sam4e_spi.c into spi.cKevin O'Connor2019-01-071-38/+189
| | | | | | Determine at runtime if the SPI or USART devices should be used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Add enable_pclock() helper functionKevin O'Connor2019-01-071-3/+1
| | | | | | Add a helper function to enable peripheral clocks. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Merge sam4e8e support into sam3 codeKevin O'Connor2019-01-071-2/+1
| | | | | | | Most of the peripherals on the sam4e8e are similar to the ones on the sam3x8e mcu. Merge the code together and use just one code directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Rename src/sam3x8e to src/sam3Kevin O'Connor2019-01-071-0/+129
This is in preparation for merging sam3 and sam4 code into one directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>