| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update copyright years | Uri Shaked | 2023-01-05 | 1 | -1/+1 |
| | | |||||
| * | fix(gpio): INT0 broken on ATtiny85 | Uri Shaked | 2023-01-05 | 1 | -18/+21 |
| | | | | | make the ISCx0/ISCx1 bit offsets part of the `AVRExternalInterrupt` configuration object. | ||||
| * | feat(usi): ATtiny85 USI implementation | Uri Shaked | 2022-05-17 | 1 | -2/+5 |
| | | |||||
| * | fix(gpio): CBI/SBI handling in writes to PIN register #103 | Uri Shaked | 2021-09-07 | 1 | -2/+2 |
| | | | | | fix #103 | ||||
| * | feat(timer): external timer support #97 | Uri Shaked | 2021-08-15 | 1 | -30/+42 |
| | | | | | | | also refactor timer/GPIO interaction to be more generic. close #97 | ||||
| * | fix(gpio): timer outputs not reflected in PIN register #102 | Uri Shaked | 2021-08-13 | 1 | -7/+9 |
| | | | | | fix #102 | ||||
| * | fix(gpio): PWM may leaves pins in high state | Uri Shaked | 2021-08-09 | 1 | -0/+1 |
| | | | | | Disabling PWM when a GPIO pin is high will cause the pin to get stuck in high state. | ||||
| * | feat(gpio): external interrupt/PCINT support (#82) | Uri Shaked | 2021-07-07 | 1 | -6/+274 |
| | | | | close #70, #84 | ||||
| * | fix(gpio): Changing pinMode from `INPUT` to `INPUT_PULLUP` doesn't trigger ↵ | Uri Shaked | 2020-10-07 | 1 | -1/+1 |
| | | | | | | | listeners close #62 | ||||
| * | fix(gpio): port state not updated on DDR write | Uri Shaked | 2020-05-29 | 1 | -0/+2 |
| | | | | | | | Calling `pinState()` inside a GPIO port listener returns incorrect values after changing DDR close #47 | ||||
| * | feat(timer): Compare Match Output (#45) | Uri Shaked | 2020-05-25 | 1 | -11/+53 |
| | | | | | | 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 | ||||
| * | feat(gpio): add setPin() function | Uri Shaked | 2020-05-10 | 1 | -0/+20 |
| | | | | | close #26 | ||||
| * | style: reformat code with prettier 2.x | Uri Shaked | 2020-04-27 | 1 | -12/+12 |
| | | | | | prettier rules have changed since we upgraded to 2.x | ||||
| * | fix: GPIO port listeners not invoked when writing to DDR registers | Uri Shaked | 2020-04-02 | 1 | -0/+4 |
| | | | | | close #28 | ||||
| * | refactor: added peripherals and cpu feature folders | lironh | 2020-03-22 | 1 | -0/+149 |
