aboutsummaryrefslogtreecommitdiff
path: root/src/cpu.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: added peripherals and cpu feature folderslironh2020-03-221-78/+0
|
* refactor: tslint → eslintUri Shaked2019-12-071-4/+5
|
* fix: SP not initialized on resetUri Shaked2019-11-271-2/+11
| | | | close #2
* feat: GPIO peripheral implementationUri Shaked2019-11-251-2/+4
| | | | Add new AVRIOPort class, implements GPIO output logic
* doc: avr8js → AVR8jsUri Shaked2019-11-191-1/+17
|
* doc: add some commentsUri Shaked2019-11-191-0/+7
|
* feat: implement some AVR instructions + testsUri Shaked2019-11-191-0/+43