| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-02-11 | test: migrate tests from jest to vitest | Uri Shaked | 1 | -0/+1 | |
| 2023-01-05 | chore(deps): upgrade typescript, jest, eslint | Uri Shaked | 1 | -3/+3 | |
| also upgrade related dependencies: ts-node, ts-jest | |||||
| 2020-12-12 | perf(cpu): speed up event system | Uri Shaked | 1 | -0/+31 | |
| ditch `array.sort()` and instead manually keep the array sorted when we insert a new item. | |||||
| 2020-12-12 | test(cpu): fix implicit any error | Uri Shaked | 1 | -3/+5 | |
| 2020-12-12 | fix(cpu): event system issue | Uri Shaked | 1 | -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-09 | test(cpu): improve test name | Uri Shaked | 1 | -1/+1 | |
| 2020-03-22 | refactor: added peripherals and cpu feature folders | lironh | 1 | -0/+0 | |
| 2019-11-27 | fix: SP not initialized on reset | Uri Shaked | 1 | -0/+8 | |
| close #2 | |||||
