aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/timer.spec.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: central interrupt handling #38Uri Shaked2020-12-091-0/+58
* feat: Support for simulating ATtinyx5 (e.g. ATtiny85) timers #64Uri Shaked2020-11-141-0/+27
* perf(timer): improve timer speedUri Shaked2020-09-021-9/+12
* fix(timer): keeps counting even when stopped #41Uri Shaked2020-08-011-36/+49
* test(timer): use TestProgramRunnerUri Shaked2020-08-011-130/+123
* test(timer): remove stray console.logUri Shaked2020-07-161-1/+0
* test(timer): extract constantsUri Shaked2020-05-301-133/+185
* feat(timer): Compare Match Output (#45)Uri Shaked2020-05-251-14/+144
* fix(timer): Reading TCNT in 2-cycle instructionsUri Shaked2020-04-291-4/+22
* 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