aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/timer.spec.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(timer): incorrect high counter byte behaviorUri Shaked2020-04-281-23/+70
* style: reformat code with prettier 2.xUri Shaked2020-04-271-1/+1
* fix(timer): Timer value should not increment on the same cycle as TCNTn writeUri Shaked2020-04-271-0/+40
* test(timer): add more 16-bit timer testsUri Shaked2020-04-121-3/+46
* feat(timer): implement 16-bit timersUri Shaked2020-04-121-1/+18
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+204