aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-121-65/+0
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* sam3: Add USB support for the SAM4 "UDP" hardwareKevin O'Connor2019-01-071-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Add enable_pclock() helper functionKevin O'Connor2019-01-071-1/+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-3/+3
| | | | | | | 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/+65
This is in preparation for merging sam3 and sam4 code into one directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>