aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: walkthrough video linkUri Shaked2020-05-141-0/+6
* chore(deps): npm audit fixUri Shaked2020-05-101-3/+3
* feat(gpio): add setPin() functionUri Shaked2020-05-102-0/+43
* refactor(demo): use pinState() methodUri Shaked2020-05-071-6/+5
* chore: release 0.8.5Uri Shaked2020-05-042-2/+2
* fix(timer): stop Timer 2 when all CS bits are 0Uri Shaked2020-05-041-1/+1
* chore: release 0.8.4Uri Shaked2020-04-302-2/+2
* chore(deps): npm updateUri Shaked2020-04-302-788/+1047
* feat(demo): add timer 2 to simulationUri Shaked2020-04-301-0/+4
* fix(timer): Reading TCNT in 2-cycle instructionsUri Shaked2020-04-293-16/+35
* chore: release 0.8.3Uri Shaked2020-04-292-2/+2
* fix(timer): incorrect high counter byte behaviorUri Shaked2020-04-283-46/+97
* chore: release 0.8.2Uri Shaked2020-04-282-2/+2
* fix(instruction): LD, ST instructions should take 2 clock cyclesUri Shaked2020-04-282-20/+33
* chore: release 0.8.1Uri Shaked2020-04-272-2/+2
* chore(ci): add node 14, remove node 8Uri Shaked2020-04-272-2/+2
* style: reformat code with prettier 2.xUri Shaked2020-04-2712-39/+39
* chore(deps): prettier 2.0Uri Shaked2020-04-273-13/+14
* fix(timer): Timer value should not increment on the same cycle as TCNTn writeUri Shaked2020-04-272-2/+48
* fix(benchmark): update to work with latest codeUri Shaked2020-04-162-13/+17
* chore: release 0.8.0Uri Shaked2020-04-162-2/+2
* Merge pull request #30 from wokwi/16bit-timer-fixUri Shaked2020-04-163-27/+198
|\
| * test(timer): add more 16-bit timer testsUri Shaked2020-04-122-13/+56
| * feat(timer): implement 16-bit timersUri Shaked2020-04-122-24/+148
| * feat(demo): add 16-bit timer (timer1)Uri Shaked2020-04-121-3/+7
|/
* chore(deps): jest 25.3.0, ts-jest 25.3.1Uri Shaked2020-04-112-817/+3977
* chore(deps): npm audit fixUri Shaked2020-04-111-143/+77
* doc: add Contributing GuideUri Shaked2020-04-112-1/+86
* chore: release 0.7.0Uri Shaked2020-04-102-2/+2
* feat(instruction): 22-bit PC support #31Uri Shaked2020-04-094-20/+120
* style(demo): formatting, lint issueUri Shaked2020-04-091-4/+10
* feat(instruction): implement EICALL, EIJMP #31Uri Shaked2020-04-092-0/+38
* feat(instruction): implement ELPM #31Uri Shaked2020-04-082-0/+71
* feat(demo): make editor widerUri Shaked2020-04-021-3/+3
* chore: release 0.6.2Uri Shaked2020-04-022-2/+2
* fix: GPIO port listeners not invoked when writing to DDR registersUri Shaked2020-04-022-3/+17
* test(instruction): use assembly in testsUri Shaked2020-04-021-89/+91
* feat(demo): add LED labelsUri Shaked2020-04-021-2/+2
* chore(demo): upgrade monaco editor to 0.20.0Uri Shaked2020-04-022-2/+2
* chore: gitignore .historyUri Shaked2020-04-021-1/+2
* doc: add npm version badge to readmeUri Shaked2020-03-251-0/+1
* Merge pull request #22 from LironHazan/AVR8JS-21-restructure-projectUri Shaked2020-03-2216-27/+27
|\
| * refactor: added peripherals and cpu feature folderslironh2020-03-2217-27/+28
* | Merge pull request #25 from LironHazan/AVR8JS-24-editor-user-historyUri Shaked2020-03-224-1/+42
|\ \ | |/ |/|
| * feat(demo): saving user historylironh2020-03-223-5/+8
| * feat(demo): saving user historylironh2020-03-214-1/+39
|/
* Merge pull request #19 from gfeun/main-execute-loop-optimizationUri Shaked2020-03-203-16/+103
|\
| * perf(demo): improve main cpu loop performancegfeun2020-03-203-16/+103
|/
* test: use tsconfig.spec.json when running jestUri Shaked2020-03-202-1/+10
* style(cpu): relocate some stray commentsUri Shaked2020-03-181-4/+4