aboutsummaryrefslogtreecommitdiff
path: root/src/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-04test(instruction): extract constantsUri Shaked1-238/+274
2020-05-25feat(timer): Compare Match Output (#45)Uri Shaked1-0/+4
2020-04-29fix(timer): Reading TCNT in 2-cycle instructionsUri Shaked1-12/+12
2020-04-28fix(timer): incorrect high counter byte behaviorUri Shaked1-0/+8
2020-04-28fix(instruction): LD, ST instructions should take 2 clock cyclesUri Shaked2-20/+33
2020-04-09feat(instruction): 22-bit PC support #31Uri Shaked3-20/+119
2020-04-09feat(instruction): implement EICALL, EIJMP #31Uri Shaked2-0/+38
2020-04-08feat(instruction): implement ELPM #31Uri Shaked2-0/+71
2020-04-02test(instruction): use assembly in testsUri Shaked1-89/+91
2020-03-22refactor: added peripherals and cpu feature folderslironh6-0/+1687