| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: migrate tests from jest to vitest | Uri Shaked | 2025-02-11 | 1 | -13/+14 |
| | | |||||
| * | fix(twi): broken repeated start #91 | Uri Shaked | 2021-04-15 | 1 | -0/+25 |
| | | | | | fix #91 | ||||
| * | perf!: centeral timekeeping | Uri Shaked | 2020-12-09 | 1 | -4/+3 |
| | | | | | | | | | | This should improve performance, especially when running simulations with multiple peripherals. For instance, the demo project now runs at ~322%, up from ~185% in AVR8js 0.13.1. BREAKING CHANGE: `tick()` methods were removed from individual peripherals. You now need to call `cpu.tick()` instead. | ||||
| * | refactor: central interrupt handling #38 | Uri Shaked | 2020-12-09 | 1 | -1/+4 |
| | | |||||
| * | feat(eeprom): implement EEPROM peripheral | Uri Shaked | 2020-07-16 | 1 | -41/+27 |
| | | | | | close #15 | ||||
| * | test(twi): extract constants | Uri Shaked | 2020-07-16 | 1 | -31/+46 |
| | | | | | This makes the test code more readable | ||||
| * | style: reformat code with prettier 2.x | Uri Shaked | 2020-04-27 | 1 | -2/+2 |
| | | | | | prettier rules have changed since we upgraded to 2.x | ||||
| * | refactor: added peripherals and cpu feature folders | lironh | 2020-03-22 | 1 | -0/+390 |
