| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | test(instruction): use assembly in tests | Uri Shaked | 2020-04-02 | 1 | -89/+91 | |
| | | | | | | | | | | | | | Refactored the tests to use AVR assembly instead of hardcoded bytecode. This change should make the tests much easier to read and maintain. Before: loadProgram('659a'); Now: loadProgram('SBI 0x0c, 5'); | |||||
| * | feat(demo): add LED labels | Uri Shaked | 2020-04-02 | 1 | -2/+2 | |
| | | ||||||
| * | chore(demo): upgrade monaco editor to 0.20.0 | Uri Shaked | 2020-04-02 | 2 | -2/+2 | |
| | | ||||||
| * | chore: gitignore .history | Uri Shaked | 2020-04-02 | 1 | -1/+2 | |
| | | ||||||
| * | doc: add npm version badge to readme | Uri Shaked | 2020-03-25 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #22 from LironHazan/AVR8JS-21-restructure-project | Uri Shaked | 2020-03-22 | 16 | -27/+27 | |
| |\ | | | | | refactor: add peripherals and cpu feature folders | |||||
| | * | refactor: added peripherals and cpu feature folders | lironh | 2020-03-22 | 17 | -27/+28 | |
| | | | ||||||
| * | | Merge pull request #25 from LironHazan/AVR8JS-24-editor-user-history | Uri Shaked | 2020-03-22 | 4 | -1/+42 | |
| |\ \ | |/ |/| | feat(demo): saving user history | |||||
| | * | feat(demo): saving user history | lironh | 2020-03-22 | 3 | -5/+8 | |
| | | | ||||||
| | * | feat(demo): saving user history | lironh | 2020-03-21 | 4 | -1/+39 | |
| |/ | ||||||
| * | Merge pull request #19 from gfeun/main-execute-loop-optimization | Uri Shaked | 2020-03-20 | 3 | -16/+103 | |
| |\ | | | | | Improve main cpu loop performance | |||||
| | * | perf(demo): improve main cpu loop performance | gfeun | 2020-03-20 | 3 | -16/+103 | |
| |/ | ||||||
| * | test: use tsconfig.spec.json when running jest | Uri Shaked | 2020-03-20 | 2 | -1/+10 | |
| | | | | | | Also configure tests to fix "Emit skipped" errors in demo project tests, and surpress a warning about esModuleInterop | |||||
| * | style(cpu): relocate some stray comments | Uri Shaked | 2020-03-18 | 1 | -4/+4 | |
| | | ||||||
| * | chore: release 0.6.1 | Uri Shaked | 2020-03-18 | 2 | -2/+2 | |
| | | ||||||
| * | perf(cpu): Optimize opcode check | Uri Shaked | 2020-03-18 | 1 | -373/+187 | |
| |\ | | | | | Merge #17 | |||||
| | * | Move first comment inside function | gfeun | 2020-03-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | 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 | |
| | | ||||||
