aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* atsamd: Add support for SAMC21Wulfsta2023-05-011-8/+29
| | | | Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com>
* atsamd: Update code to use armcm_boot mechanismKevin O'Connor2019-08-221-3/+3
| | | | | | | Replace the custom linker scripts with the src/generic/armcm_boot.c mechanism. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsamd: Move irq handler code above irq setupKevin O'Connor2019-08-221-10/+10
| | | | | | Only code movement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsamd: Initial support for SAMD51Kevin O'Connor2019-01-281-1/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsamd: Pass the power management id to enable_pclock()Kevin O'Connor2019-01-281-2/+2
| | | | | | | Pass the power management id instead of the APBCMASK bit to the enable_pclock() function. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-121-0/+66
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>