aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-17feat(usi): ATtiny85 USI implementationUri Shaked1-0/+1
2021-09-10refactor: remove the ICPU interfaceUri Shaked1-1/+1
2021-09-10feat(adc): ADC peripheral #13Uri Shaked1-0/+10
2021-09-10feat(watchdog): implement watchdog timer #106Uri Shaked1-0/+1
2021-07-07feat(gpio): external interrupt/PCINT support (#82)Uri Shaked1-0/+7
2020-11-25feat(clock): Clock Prescale (CLKPR) support #68Uri Shaked1-0/+1
2020-11-14fix: AVRTimerConfig interface not exported #65Uri Shaked1-1/+7
2020-08-22feat(spi): implement SPI master #33Uri Shaked1-0/+1
2020-07-16feat(eeprom): implement EEPROM peripheralUri Shaked1-0/+7
2020-04-27style: reformat code with prettier 2.xUri Shaked1-1/+1
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
2019-12-07refactor: tslint → eslintUri Shaked1-1/+1
2019-12-01feat: initial implementation of USARTUri Shaked1-0/+1
2019-11-30feat: add more GPIO portsUri Shaked1-1/+9
2019-11-25feat: GPIO peripheral implementationUri Shaked1-0/+8
2019-11-21feat: initial timer implementationUri Shaked1-0/+1
2019-11-21feat: implement avrInterrupt()Uri Shaked1-0/+1
2019-11-19feat: implement some AVR instructions + testsUri Shaked1-1/+2