aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: initial implementation of USARTUri Shaked2019-12-011-0/+1
| | | | #6
* feat: add more GPIO portsUri Shaked2019-11-301-1/+9
| | | | close #3
* feat: GPIO peripheral implementationUri Shaked2019-11-251-0/+8
| | | | Add new AVRIOPort class, implements GPIO output logic
* feat: initial timer implementationUri Shaked2019-11-211-0/+1
| | | | | | | 8-bit timers basic functionality + tests: 1. basic counting + prescaler 2. timer overflow 3. timer overflow interrupt
* feat: implement avrInterrupt()Uri Shaked2019-11-211-0/+1
| | | | used to invoke hardware interrupt
* feat: implement some AVR instructions + testsUri Shaked2019-11-191-1/+2
|
* Initial commit - project skeletonUri Shaked2019-11-191-0/+1