aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/usart.spec.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(usart): implement RX #11Uri Shaked2021-02-191-1/+38
| | | | close #11
* perf!: centeral timekeepingUri Shaked2020-12-091-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 #38Uri Shaked2020-12-091-0/+6
|
* fix(usart): respect the given baud rate #16Uri Shaked2020-11-271-39/+97
| | | | close #16
* fix(usart): bitsPerChar looking at the wrong registerUri Shaked2020-07-091-6/+9
| | | | close #52
* fix(usart): TXC interrupt triggered incorrectlyUri Shaked2020-07-091-3/+17
| | | | close #51
* test(usart): extract constantsUri Shaked2020-07-091-49/+68
| | | | This makes the test code easier to read
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+159