| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 0.18.9 | Uri Shaked | 2022-02-21 | 2 | -3/+3 |
| * | fix(timer): OCRH masking #117 | Uri Shaked | 2022-02-21 | 2 | -3/+29 |
| * | Merge pull request #116 from Dudeplayz/master | Uri Shaked | 2022-02-08 | 1 | -33/+157 |
| |\ | |||||
| | * | style(instruction.spec): add comments for missing instruction tests and reord... | Dudeplayz | 2022-02-07 | 1 | -33/+103 |
| | * | test(instruction): add ADD, SUB and WDR unit tests | Dudeplayz | 2022-02-07 | 1 | -0/+54 |
| |/ | |||||
| * | test(watchdog): more robust tests | Uri Shaked | 2022-02-07 | 1 | -0/+2 |
| * | 0.18.8 | Uri Shaked | 2022-01-20 | 2 | -3/+3 |
| * | perf(cpu): speed up interrupts | Uri Shaked | 2022-01-20 | 1 | -11/+28 |
| * | 0.18.7 | Uri Shaked | 2021-12-13 | 2 | -3/+3 |
| * | fix(twi): fails on repeated start condition | Uri Shaked | 2021-12-13 | 1 | -1/+12 |
| * | 0.18.6 | Uri Shaked | 2021-10-30 | 2 | -3/+3 |
| * | feat(spi): add `onByte` callback | Uri Shaked | 2021-10-30 | 2 | -19/+44 |
| * | 0.18.5 | Uri Shaked | 2021-10-29 | 2 | -3/+3 |
| * | fix(timer): setting TCNT doesn't update OCRA #111 | Uri Shaked | 2021-10-29 | 2 | -0/+44 |
| * | 0.18.4 | Uri Shaked | 2021-10-24 | 2 | -3/+3 |
| * | fix(eeprom): EEPROM interrupt not firing #110 | Uri Shaked | 2021-10-24 | 3 | -5/+35 |
| * | 0.18.3 | Uri Shaked | 2021-10-23 | 2 | -3/+3 |
| * | fix(spi): setting SPIE doesn't fire pending interrupt | Uri Shaked | 2021-10-22 | 2 | -0/+25 |
| * | chore: add node 16 to CI test matrix | Uri Shaked | 2021-10-21 | 2 | -1/+2 |
| * | fix: broken build on node < 16 | Uri Shaked | 2021-10-21 | 1 | -12847/+10746 |
| * | chore: upgrade package.json to version 2 | Uri Shaked | 2021-10-21 | 1 | -21/+17996 |
| * | 0.18.2 | Uri Shaked | 2021-10-07 | 2 | -2/+2 |
| * | feat(timer): Force Output Compare (FOC) bits | Uri Shaked | 2021-10-07 | 2 | -5/+98 |
| * | chore(deps): bump tmpl from 1.0.4 to 1.0.5 | dependabot[bot] | 2021-09-21 | 1 | -3/+3 |
| * | 0.18.1 | Uri Shaked | 2021-09-14 | 2 | -2/+2 |
| * | feat(timer): 3rd output compare (OCRnC) #96 | Uri Shaked | 2021-09-14 | 2 | -13/+170 |
| * | 0.18.0 | Uri Shaked | 2021-09-10 | 2 | -2/+2 |
| * | refactor: remove the ICPU interface | Uri Shaked | 2021-09-10 | 7 | -41/+26 |
| * | feat(adc): ADC peripheral #13 | Uri Shaked | 2021-09-10 | 3 | -0/+405 |
| * | feat(watchdog): implement watchdog timer #106 | Uri Shaked | 2021-09-10 | 5 | -1/+357 |
| * | 0.17.1 | Uri Shaked | 2021-09-07 | 2 | -2/+2 |
| * | fix(gpio): CBI/SBI handling in writes to PIN register #103 | Uri Shaked | 2021-09-07 | 4 | -8/+50 |
| * | 0.17.0 | Uri Shaked | 2021-08-15 | 2 | -2/+2 |
| * | feat(timer): external timer support #97 | Uri Shaked | 2021-08-15 | 5 | -95/+171 |
| * | chore(deps): prettier 2.3.2 | Uri Shaked | 2021-08-15 | 5 | -40/+23 |
| * | 0.16.6 | Uri Shaked | 2021-08-13 | 2 | -2/+2 |
| * | fix(gpio): timer outputs not reflected in PIN register #102 | Uri Shaked | 2021-08-13 | 2 | -8/+22 |
| * | Merge pull request #100 from wokwi/dependabot/npm_and_yarn/path-parse-1.0.7 | Uri Shaked | 2021-08-11 | 1 | -3/+3 |
| |\ | |||||
| | * | chore(deps): bump path-parse from 1.0.6 to 1.0.7 | dependabot[bot] | 2021-08-11 | 1 | -3/+3 |
| |/ | |||||
| * | 0.16.5 | Uri Shaked | 2021-08-09 | 2 | -2/+2 |
| * | fix(gpio): PWM may leaves pins in high state | Uri Shaked | 2021-08-09 | 1 | -0/+1 |
| * | style(spi): remove redundant whitespace from comments | Uri Shaked | 2021-08-07 | 1 | -2/+2 |
| * | 0.16.4 | Uri Shaked | 2021-07-17 | 2 | -2/+2 |
| * | feat(usart): add `immediate` parameter to writeByte() | Uri Shaked | 2021-07-17 | 1 | -8/+12 |
| * | 0.16.3 | Uri Shaked | 2021-07-16 | 2 | -2/+2 |
| * | fix(usart): tx / rx complete timing | Uri Shaked | 2021-07-16 | 1 | -1/+1 |
| * | 0.16.2 | Uri Shaked | 2021-07-15 | 2 | -2/+2 |
| * | feat(usart): add configuration change event | Uri Shaked | 2021-07-15 | 2 | -3/+95 |
| * | 0.16.1 | Uri Shaked | 2021-07-09 | 2 | -2/+2 |
| * | fix(timer): only set ICR hook for 16-bit timers | Uri Shaked | 2021-07-07 | 1 | -3/+3 |
