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