| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: add copyright notice to source code | Uri Shaked | 2025-02-11 | 1 | -0/+3 |
| | | |||||
| * | chore(deps): upgrade prettier | Uri Shaked | 2025-02-11 | 1 | -1/+5 |
| | | | | | reformat all code with the new prettier version | ||||
| * | feat(usart): add `immediate` parameter to writeByte() | Uri Shaked | 2021-07-17 | 1 | -8/+12 |
| | | | | | The value will be available immediately to the user program instead of waiting one symbol time before making it available. | ||||
| * | fix(usart): tx / rx complete timing | Uri Shaked | 2021-07-16 | 1 | -1/+1 |
| | | | | | fix the calculation of cyclesPerChar, which is used to determine when a USART RX/TX operation is marked complete. | ||||
| * | feat(usart): add configuration change event | Uri Shaked | 2021-07-15 | 1 | -3/+39 |
| | | | | | also add `txEnable` and `rxEnable` properties | ||||
| * | feat(usart): implement RX #11 | Uri Shaked | 2021-02-19 | 1 | -5/+58 |
| | | | | | close #11 | ||||
| * | fix: typo in parameter name | Uri Shaked | 2021-01-02 | 1 | -2/+2 |
| | | | | | | freqMHz → freqHz in SPI, TWI, and USART: they all expect the frequency in hertz, not mega-hertz. | ||||
| * | perf!: centeral timekeeping | Uri Shaked | 2020-12-09 | 1 | -12/+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 | -17/+30 |
| | | |||||
| * | fix(usart): respect the given baud rate #16 | Uri Shaked | 2020-11-27 | 1 | -15/+53 |
| | | | | | close #16 | ||||
| * | fix(usart): bitsPerChar looking at the wrong register | Uri Shaked | 2020-07-09 | 1 | -1/+1 |
| | | | | | close #52 | ||||
| * | fix(usart): TXC interrupt triggered incorrectly | Uri Shaked | 2020-07-09 | 1 | -1/+1 |
| | | | | | close #51 | ||||
| * | style: reformat code with prettier 2.x | Uri Shaked | 2020-04-27 | 1 | -1/+1 |
| | | | | | prettier rules have changed since we upgraded to 2.x | ||||
| * | refactor: added peripherals and cpu feature folders | lironh | 2020-03-22 | 1 | -0/+134 |
