aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/cpu.spec.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-11test: migrate tests from jest to vitestUri Shaked1-0/+1
2023-01-05chore(deps): upgrade typescript, jest, eslintUri Shaked1-3/+3
also upgrade related dependencies: ts-node, ts-jest
2020-12-12perf(cpu): speed up event systemUri Shaked1-0/+31
ditch `array.sort()` and instead manually keep the array sorted when we insert a new item.
2020-12-12test(cpu): fix implicit any errorUri Shaked1-3/+5
2020-12-12fix(cpu): event system issueUri Shaked1-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.
2020-12-09test(cpu): improve test nameUri Shaked1-1/+1
2020-03-22refactor: added peripherals and cpu feature folderslironh1-0/+0
2019-11-27fix: SP not initialized on resetUri Shaked1-0/+8
close #2