| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: migrate tests from jest to vitest | Uri Shaked | 2025-02-11 | 1 | -9/+10 |
| | | |||||
| * | feat(usart): add configuration change event | Uri Shaked | 2021-07-15 | 1 | -0/+56 |
| | | | | | also add `txEnable` and `rxEnable` properties | ||||
| * | feat(usart): implement RX #11 | Uri Shaked | 2021-02-19 | 1 | -1/+38 |
| | | | | | close #11 | ||||
| * | perf!: centeral timekeeping | Uri Shaked | 2020-12-09 | 1 | -11/+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. | ||||
| * | refactor: central interrupt handling #38 | Uri Shaked | 2020-12-09 | 1 | -0/+6 |
| | | |||||
| * | fix(usart): respect the given baud rate #16 | Uri Shaked | 2020-11-27 | 1 | -39/+97 |
| | | | | | close #16 | ||||
| * | fix(usart): bitsPerChar looking at the wrong register | Uri Shaked | 2020-07-09 | 1 | -6/+9 |
| | | | | | close #52 | ||||
| * | fix(usart): TXC interrupt triggered incorrectly | Uri Shaked | 2020-07-09 | 1 | -3/+17 |
| | | | | | close #51 | ||||
| * | test(usart): extract constants | Uri Shaked | 2020-07-09 | 1 | -49/+68 |
| | | | | | This makes the test code easier to read | ||||
| * | refactor: added peripherals and cpu feature folders | lironh | 2020-03-22 | 1 | -0/+159 |
