aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals/gpio.spec.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* style: organize importsUri Shaked2026-02-141-2/+2
* docs: add copyright notice to source codeUri Shaked2025-02-111-0/+3
* test: migrate tests from jest to vitestUri Shaked2025-02-111-8/+9
* chore(deps): upgrade typescript, jest, eslintUri Shaked2023-01-051-1/+1
* fix(gpio): CBI/SBI handling in writes to PIN register #103Uri Shaked2021-09-071-0/+40
* feat(timer): external timer support #97Uri Shaked2021-08-151-2/+2
* fix(gpio): timer outputs not reflected in PIN register #102Uri Shaked2021-08-131-1/+13
* feat(gpio): external interrupt/PCINT support (#82)Uri Shaked2021-07-071-12/+176
* test(gpio): extract constantsUri Shaked2020-10-071-26/+30
* fix(gpio): Changing pinMode from `INPUT` to `INPUT_PULLUP` doesn't trigger li...Uri Shaked2020-10-071-3/+12
* fix(gpio): port state not updated on DDR writeUri Shaked2020-05-291-0/+13
* feat(gpio): add setPin() functionUri Shaked2020-05-101-0/+23
* fix: GPIO port listeners not invoked when writing to DDR registersUri Shaked2020-04-021-3/+13
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+86