aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 0.13.1Uri Shaked2020-11-272-2/+2
* fix(usart): respect the given baud rate #16Uri Shaked2020-11-272-54/+150
* chore(deps): upgrade deasyncUri Shaked2020-11-271-3/+3
* 0.13.0Uri Shaked2020-11-252-2/+2
* feat(clock): Clock Prescale (CLKPR) support #68Uri Shaked2020-11-253-0/+185
* 0.12.0Uri Shaked2020-11-142-2/+2
* feat: Support for simulating ATtinyx5 (e.g. ATtiny85) timers #64Uri Shaked2020-11-142-12/+60
* 0.11.5Uri Shaked2020-11-142-2/+2
* fix: AVRTimerConfig interface not exported #65Uri Shaked2020-11-142-2/+8
* docs: add link to ATtiny85 simulation exampleUri Shaked2020-11-121-0/+1
* 0.11.4Uri Shaked2020-10-072-2/+2
* test(gpio): extract constantsUri Shaked2020-10-071-26/+30
* fix(gpio): Changing pinMode from `INPUT` to `INPUT_PULLUP` doesn't trigger li...Uri Shaked2020-10-072-4/+13
* 0.11.3Uri Shaked2020-09-302-2/+2
* fix(cpu): incorrect address for RAMPZ / EINDUri Shaked2020-09-302-8/+8
* 0.11.2Uri Shaked2020-09-032-2/+2
* perf(timer): speed up interrupt handlingUri Shaked2020-09-021-1/+4
* perf(timer): improve timer speedUri Shaked2020-09-022-11/+17
* 0.11.1Uri Shaked2020-09-022-2/+2
* fix(interrupt): broken on ATmega2560Uri Shaked2020-09-022-1/+23
* fix(instruction): EICALL is brokenUri Shaked2020-09-022-1/+3
* 0.11.0Uri Shaked2020-08-222-2/+2
* style(spi): remove redundant eslint commentsUri Shaked2020-08-221-2/+0
* feat(spi): implement SPI master #33Uri Shaked2020-08-224-1/+368
* test(eeprom): remove useless lineUri Shaked2020-08-221-1/+0
* ci: setup codeql analysisUri Shaked2020-08-181-0/+54
* 0.10.2Uri Shaked2020-08-012-2/+2
* fix(timer): keeps counting even when stopped #41Uri Shaked2020-08-012-36/+51
* test(timer): use TestProgramRunnerUri Shaked2020-08-013-135/+128
* chore(deps): npm audit fixUri Shaked2020-08-011-21/+63
* test: disable demo project testsUri Shaked2020-08-013-7/+16
* chore(deps): bump elliptic from 6.5.1 to 6.5.3 (#57)dependabot[bot]2020-08-011-3/+3
* test: fix broken test on node 10.xUri Shaked2020-07-162-0/+5
* fix(demo): fix eslint warningUri Shaked2020-07-161-1/+1
* chore(deps): jest 26.xUri Shaked2020-07-162-1074/+1128
* 0.10.1Uri Shaked2020-07-162-2/+2
* fix(eeprom): EEPROM write fails after first attemptUri Shaked2020-07-162-1/+33
* 0.10.0Uri Shaked2020-07-162-2/+2
* feat(eeprom): implement EEPROM peripheralUri Shaked2020-07-166-42/+408
* test(timer): remove stray console.logUri Shaked2020-07-161-1/+0
* chore(deps): npm upgradeUri Shaked2020-07-162-392/+422
* test(twi): extract constantsUri Shaked2020-07-161-31/+46
* 0.9.2Uri Shaked2020-07-092-2/+2
* fix(usart): bitsPerChar looking at the wrong registerUri Shaked2020-07-092-7/+10
* fix(usart): TXC interrupt triggered incorrectlyUri Shaked2020-07-092-4/+18
* test(usart): extract constantsUri Shaked2020-07-091-49/+68
* chore: configure gitpod (#50)Uri Shaked2020-07-082-0/+13
* test(instruction): extract constantsUri Shaked2020-06-041-238/+274
* docs: links to sample projects on StackBlitzUri Shaked2020-05-301-0/+12
* test(timer): extract constantsUri Shaked2020-05-301-133/+185