| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: add copyright notice to source code | Uri Shaked | 2025-02-11 | 1 | -0/+3 |
| | | |||||
| * | test: migrate tests from jest to vitest | Uri Shaked | 2025-02-11 | 1 | -3/+4 |
| | | |||||
| * | feat(spi): add `onByte` callback | Uri Shaked | 2021-10-30 | 1 | -8/+10 |
| | | | | | | | a more versatile alternative to the `onTransfer` callback. Depracate `onTransfer()`. | ||||
| * | fix(spi): setting SPIE doesn't fire pending interrupt | Uri Shaked | 2021-10-22 | 1 | -0/+22 |
| | | |||||
| * | fix(timer): Output Compare in PWM modes #78 | Uri Shaked | 2020-12-27 | 1 | -1/+1 |
| | | | | | close #78 | ||||
| * | perf!: centeral timekeeping | Uri Shaked | 2020-12-09 | 1 | -8/+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 | -0/+5 |
| | | |||||
| * | feat(spi): implement SPI master #33 | Uri Shaked | 2020-08-22 | 1 | -0/+222 |
| close #33 | |||||
