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