aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/gpio.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-07fix(gpio): CBI/SBI handling in writes to PIN register #103Uri Shaked1-2/+2
2021-08-15feat(timer): external timer support #97Uri Shaked1-30/+42
2021-08-13fix(gpio): timer outputs not reflected in PIN register #102Uri Shaked1-7/+9
2021-08-09fix(gpio): PWM may leaves pins in high stateUri Shaked1-0/+1
2021-07-07feat(gpio): external interrupt/PCINT support (#82)Uri Shaked1-6/+274
2020-10-07fix(gpio): Changing pinMode from `INPUT` to `INPUT_PULLUP` doesn't trigger li...Uri Shaked1-1/+1
2020-05-29fix(gpio): port state not updated on DDR writeUri Shaked1-0/+2
2020-05-25feat(timer): Compare Match Output (#45)Uri Shaked1-11/+53
2020-05-10feat(gpio): add setPin() functionUri Shaked1-0/+20
2020-04-27style: reformat code with prettier 2.xUri Shaked1-12/+12
2020-04-02fix: GPIO port listeners not invoked when writing to DDR registersUri Shaked1-0/+4
2020-03-22refactor: added peripherals and cpu feature folderslironh1-2/+2
2020-01-11fix(gpio): pinState() value incorrect in GPIO listenersUri Shaked1-1/+2
2020-01-08feat(gpio): add pinState() methodUri Shaked1-2/+28
2019-11-30feat: add more GPIO portsUri Shaked1-0/+48
2019-11-25feat: GPIO peripheral implementationUri Shaked1-0/+74