aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/cpu.spec.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(cpu): speed up event systemUri Shaked2020-12-121-0/+31
| | | | ditch `array.sort()` and instead manually keep the array sorted when we insert a new item.
* test(cpu): fix implicit any errorUri Shaked2020-12-121-3/+5
|
* fix(cpu): event system issueUri Shaked2020-12-121-0/+61
| | | | | | | `updateClockEvent()` and `clearClockEvent()` would sometimes mess up the list of events. This could cause unexpected behavior when you have multiple timers running. Also added regression tests for these methods.
* test(cpu): improve test nameUri Shaked2020-12-091-1/+1
|
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+8