summaryrefslogtreecommitdiff
path: root/timer
AgeCommit message (Collapse)AuthorFilesLines
2021-09-16timer: stm32: default to v1Karl Palsson1-1/+3
"All" parts so far have the v1 timer api, so default to that, but allow overriding, instead of requiring it to be specified every time. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-16timer: add extra registers found on some newer partsKarl Palsson1-0/+6
Compatible with existing parts, these are extended option and input selection registers at the end. Found on some Gx, Ux and Wx parts so far. Signed-off-by: Karl Palsson <karlp@etactica.com>
2021-09-16timer: convert to new style and add WBKarl Palsson3-47/+54
Stub f1 and f3 platform files have been added to preserve the collected timer base addresses, even though those platforms aren't actually supported in laks yet. Signed-off-by: Karl Palsson <karlp@etactica.com>
2013-08-25Added timers to F3.Vegard Storheil Eriksen1-1/+1
2013-02-17F4: Added more timer instances.Vegard Storheil Eriksen1-0/+7
2012-08-07Initial import.Vegard Storheil Eriksen1-0/+40
Most sources are split off from suzumebachi project revision 2fc77d2 as is with some path changes. New build rules introduced.