aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/timer.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: AVRTimerConfig interface not exported #65Uri Shaked2020-11-141-1/+1
* perf(timer): speed up interrupt handlingUri Shaked2020-09-021-1/+4
* perf(timer): improve timer speedUri Shaked2020-09-021-2/+5
* fix(timer): keeps counting even when stopped #41Uri Shaked2020-08-011-0/+2
* perf(timer): improve tick() performanceUri Shaked2020-05-251-3/+4
* feat(timer): Compare Match Output (#45)Uri Shaked2020-05-251-32/+141
* fix(timer): stop Timer 2 when all CS bits are 0Uri Shaked2020-05-041-1/+1
* fix(timer): Reading TCNT in 2-cycle instructionsUri Shaked2020-04-291-0/+1
* 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