| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Optimize opcode check | gfeun | 2020-03-18 | 1 | -372/+186 | |
| |/ | ||||||
| * | fix(benchmark): tsconfig | Uri Shaked | 2020-03-17 | 1 | -1/+2 | |
| | | ||||||
| * | fix(demo): switch to hexi.wokwi.com build server | Uri Shaked | 2020-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #14 from wokwi/dependabot/npm_and_yarn/acorn-7.1.1 | Uri Shaked | 2020-03-14 | 2 | -4/+4 | |
| |\ | | | | | chore(deps-dev): bump acorn from 7.1.0 to 7.1.1 | |||||
| | * | chore(deps-dev): bump acorn from 7.1.0 to 7.1.1 | dependabot[bot] | 2020-03-14 | 2 | -4/+4 | |
| |/ | | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | chore: add vscode extensions.json | Uri Shaked | 2020-03-13 | 1 | -0/+12 | |
| | | | | | this prompts to install some recommended vscode extensions when the project is opened | |||||
| * | fix(demo): browser freezes on edge case | Uri Shaked | 2020-02-11 | 1 | -1/+4 | |
| | | ||||||
| * | perf(demo): build for es2018 | Uri Shaked | 2020-02-04 | 2 | -1/+5 | |
| | | | | | transpilation to es5 adds a significant overhead, slowing down runtime. | |||||
| * | chore: release 0.6.0 | Uri Shaked | 2020-02-03 | 2 | -2/+2 | |
| | | ||||||
| * | feat(twi): proper interrupt support #10 | Uri Shaked | 2020-02-03 | 2 | -5/+20 | |
| | | ||||||
| * | test(twi): add master TWI receive test #10 | Uri Shaked | 2020-02-03 | 1 | -1/+175 | |
| | | ||||||
| * | test(twi): refactor assembly code to be shorter | Uri Shaked | 2020-02-03 | 1 | -16/+11 | |
| | | ||||||
| * | test(twi): assembly code to test master transmit #10 | Uri Shaked | 2020-01-31 | 2 | -3/+199 | |
| | | ||||||
| * | fix(assembler): BRBC/BRBS forward labels fail | Uri Shaked | 2020-01-31 | 2 | -2/+10 | |
| | | ||||||
| * | chore: github actions CI config | Uri Shaked | 2020-01-30 | 1 | -0/+25 | |
| | | ||||||
| * | test(instruction): fix incorrect opcode in tests | Uri Shaked | 2020-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | chore: enable strictNullChecks | Uri Shaked | 2020-01-30 | 1 | -0/+1 | |
| | | ||||||
| * | test(assembler): add unit tests | Uri Shaked | 2020-01-30 | 2 | -52/+379 | |
| | | | | | fix some bugs found during unit tests | |||||
| * | feat: add a simple AVR assembler for use in tests | Uri Shaked | 2020-01-30 | 2 | -0/+983 | |
| | | ||||||
| * | feat(twi): partial TWI master implementation #10 | Uri Shaked | 2020-01-30 | 3 | -0/+211 | |
| | | ||||||
| * | chore: release 0.5.2 | Uri Shaked | 2020-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | fix(gpio): pinState() value incorrect in GPIO listeners | Uri Shaked | 2020-01-11 | 2 | -1/+16 | |
| | | | | | fix #9 | |||||
| * | chore: release 0.5.1 | Uri Shaked | 2020-01-08 | 2 | -2/+2 | |
| | | ||||||
| * | feat(gpio): add pinState() method | Uri Shaked | 2020-01-08 | 3 | -4/+69 | |
| | | | | | close #8 | |||||
| * | chore: release 0.5.0 | Uri Shaked | 2019-12-09 | 2 | -2/+2 | |
| | | ||||||
| * | refactor: tslint → eslint | Uri Shaked | 2019-12-07 | 13 | -70/+758 | |
| | | ||||||
| * | feat: publish both CJS and ESM to npm | Uri Shaked | 2019-12-07 | 3 | -24/+43 | |
| | | | | | also stop publishing source maps | |||||
| * | chore: release 0.4.0 | Uri Shaked | 2019-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(demo): use LED from @wokwi/elements | Uri Shaked | 2019-12-07 | 5 | -108/+33 | |
| | | ||||||
| * | feat(usart): add onLineTransmit callback | Uri Shaked | 2019-12-07 | 2 | -0/+56 | |
| | | ||||||
| * | chore: update package-lock.json | Uri Shaked | 2019-12-07 | 1 | -30/+11 | |
| | | | | | automatically updated by npm | |||||
| * | test(usart): more USART tests | Uri Shaked | 2019-12-07 | 2 | -1/+57 | |
| | | ||||||
| * | fix(demo): speed up execution | Uri Shaked | 2019-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #7 from wokwi/dependabot/npm_and_yarn/serialize-to-js-3.0.1 | Uri Shaked | 2019-12-07 | 1 | -14/+33 | |
| |\ | | | | | chore(deps): bump serialize-to-js from 3.0.0 to 3.0.1 | |||||
| | * | chore(deps): bump serialize-to-js from 3.0.0 to 3.0.1 | dependabot[bot] | 2019-12-07 | 1 | -14/+33 | |
| |/ | | | | | | | Bumps [serialize-to-js](https://github.com/commenthol/serialize-to-js) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/commenthol/serialize-to-js/releases) - [Commits](https://github.com/commenthol/serialize-to-js/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | feat(demo): show simulation speed | Uri Shaked | 2019-12-01 | 2 | -1/+37 | |
| | | ||||||
| * | feat: improve benchmark code | Uri Shaked | 2019-12-01 | 4 | -19/+75 | |
| | | | | | | | | compare 3 alternatives: 1. Current avrInstruction() implementation 2. Map opcodes using a Javascript map 3. Map opcodes using a Uint16Array and big switch statement | |||||
| * | feat: add benchmarking code | Uri Shaked | 2019-12-01 | 8 | -17/+275 | |
| | | ||||||
| * | feat: initial implementation of USART | Uri Shaked | 2019-12-01 | 7 | -1/+199 | |
| | | | | | #6 | |||||
| * | chore: release 0.3.3 | Uri Shaked | 2019-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix: Wrong prescaler for Timer2 | Uri Shaked | 2019-11-30 | 2 | -6/+44 | |
| | | | | | fix #5 | |||||
| * | feat: Output Compare for Timers | Uri Shaked | 2019-11-30 | 2 | -6/+185 | |
| | | | | | close #4 | |||||
| * | chore: release 0.3.2 | Uri Shaked | 2019-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add more GPIO ports | Uri Shaked | 2019-11-30 | 2 | -1/+57 | |
| | | | | | close #3 | |||||
| * | cleanup(demo): remove unused constant | Uri Shaked | 2019-11-30 | 1 | -1/+0 | |
| | | ||||||
| * | chore: release 0.3.1 | Uri Shaked | 2019-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | fix: SP not initialized on reset | Uri Shaked | 2019-11-27 | 4 | -2/+28 | |
| | | | | | close #2 | |||||
| * | chore: release 0.3.0 | Uri Shaked | 2019-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | feat: GPIO peripheral implementation | Uri Shaked | 2019-11-25 | 6 | -10/+146 | |
| | | | | | Add new AVRIOPort class, implements GPIO output logic | |||||
| * | doc: README for demo, explain about running tests | Uri Shaked | 2019-11-23 | 3 | -3/+27 | |
| | | ||||||
