aboutsummaryrefslogtreecommitdiff
path: root/src/utils/test-utils.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style: organize importsUri Shaked2026-02-141-1/+1
| | | | Also remove unused eslint-disable directives
* docs: add copyright notice to source codeUri Shaked2025-02-111-0/+3
|
* chore(deps): upgrade prettierUri Shaked2025-02-111-1/+1
| | | | reformat all code with the new prettier version
* fix(timer): Output Compare in PWM modes #78Uri Shaked2020-12-271-6/+22
| | | | close #78
* perf!: centeral timekeepingUri Shaked2020-12-091-9/+5
| | | | | | | | | 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.
* feat(spi): implement SPI master #33Uri Shaked2020-08-221-1/+16
| | | | close #33
* test(timer): use TestProgramRunnerUri Shaked2020-08-011-1/+1
|
* feat(eeprom): implement EEPROM peripheralUri Shaked2020-07-161-0/+31
close #15