summaryrefslogtreecommitdiffstats
path: root/bsps/arm/atsam/include/bsp/iocopy.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-08bsps/arm/atsamv: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2018-02-12bsp/atsam: Fix cache / DMA handling in SPI.Christian Mauderer1-0/+37
This patch fixes the cache handling for the atsam SPI driver. Note that this solution might doesn't have the best performance for small packets.