| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-12-09 | refactor: central interrupt handling #38 | Uri Shaked | 1 | -3/+76 | |
| 2020-05-25 | feat(timer): Compare Match Output (#45) | Uri Shaked | 1 | -0/+4 | |
| The Compare Match Output bits are used to generate hardware PWM signals on selected MCU pins. This is also the mechanism used by Arduino's analogWrite() method. See #32 for more details | |||||
| 2020-04-28 | fix(timer): incorrect high counter byte behavior | Uri Shaked | 1 | -0/+8 | |
| According to the datasheet, the value of the high byte of the counter for 16-bit timers (such as timer 1) is only updated when the low byte is being read/written. close #37 | |||||
| 2020-04-09 | feat(instruction): 22-bit PC support #31 | Uri Shaked | 1 | -2/+16 | |
| adapt CALL, ICALL, RCALL, RET, and RETI for MCUs with 22-bit PC | |||||
| 2020-03-22 | refactor: added peripherals and cpu feature folders | lironh | 1 | -1/+1 | |
| 2019-12-07 | refactor: tslint → eslint | Uri Shaked | 1 | -4/+5 | |
| 2019-11-27 | fix: SP not initialized on reset | Uri Shaked | 1 | -2/+11 | |
| close #2 | |||||
| 2019-11-25 | feat: GPIO peripheral implementation | Uri Shaked | 1 | -2/+4 | |
| Add new AVRIOPort class, implements GPIO output logic | |||||
| 2019-11-19 | doc: avr8js → AVR8js | Uri Shaked | 1 | -1/+17 | |
| 2019-11-19 | doc: add some comments | Uri Shaked | 1 | -0/+7 | |
| 2019-11-19 | feat: implement some AVR instructions + tests | Uri Shaked | 1 | -0/+43 | |
