aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/interrupt.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-11docs: add copyright notice to source codeUri Shaked1-0/+3
2021-09-10refactor: remove the ICPU interfaceUri Shaked1-2/+2
Removing the interface simplifies the code
2020-09-02fix(interrupt): broken on ATmega2560Uri Shaked1-1/+4
close #58
2020-03-22refactor: added peripherals and cpu feature folderslironh1-0/+0
2019-11-21doc: add comment to interrupt.tsUri Shaked1-0/+8
2019-11-21feat: implement avrInterrupt()Uri Shaked1-0/+11
used to invoke hardware interrupt