aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-07feat(gpio): external interrupt/PCINT support (#82)Uri Shaked1-0/+7
close #70, #84
2020-11-25feat(clock): Clock Prescale (CLKPR) support #68Uri Shaked1-0/+1
close #68
2020-11-14fix: AVRTimerConfig interface not exported #65Uri Shaked1-1/+7
close #65
2020-08-22feat(spi): implement SPI master #33Uri Shaked1-0/+1
close #33
2020-07-16feat(eeprom): implement EEPROM peripheralUri Shaked1-0/+7
close #15
2020-04-27style: reformat code with prettier 2.xUri Shaked1-1/+1
prettier rules have changed since we upgraded to 2.x
2020-03-22refactor: added peripherals and cpu feature folderslironh1-7/+7
2020-01-30feat(twi): partial TWI master implementation #10Uri Shaked1-0/+1
2020-01-08feat(gpio): add pinState() methodUri Shaked1-1/+8
close #8
2019-12-07refactor: tslint → eslintUri Shaked1-1/+1
2019-12-01feat: initial implementation of USARTUri Shaked1-0/+1
#6
2019-11-30feat: add more GPIO portsUri Shaked1-1/+9
close #3
2019-11-25feat: GPIO peripheral implementationUri Shaked1-0/+8
Add new AVRIOPort class, implements GPIO output logic
2019-11-21feat: initial timer implementationUri Shaked1-0/+1
8-bit timers basic functionality + tests: 1. basic counting + prescaler 2. timer overflow 3. timer overflow interrupt
2019-11-21feat: implement avrInterrupt()Uri Shaked1-0/+1
used to invoke hardware interrupt
2019-11-19feat: implement some AVR instructions + testsUri Shaked1-1/+2