aboutsummaryrefslogtreecommitdiff
path: root/src/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(cpu): event system issueUri Shaked2020-12-122-2/+63
* perf!: centeral timekeepingUri Shaked2020-12-091-1/+44
* refactor: central interrupt handling #38Uri Shaked2020-12-091-3/+76
* test(cpu): improve test nameUri Shaked2020-12-091-1/+1
* fix(cpu): incorrect address for RAMPZ / EINDUri Shaked2020-09-302-8/+8
* fix(interrupt): broken on ATmega2560Uri Shaked2020-09-022-1/+23
* fix(instruction): EICALL is brokenUri Shaked2020-09-022-1/+3
* test(instruction): extract constantsUri Shaked2020-06-041-238/+274
* feat(timer): Compare Match Output (#45)Uri Shaked2020-05-251-0/+4
* fix(timer): Reading TCNT in 2-cycle instructionsUri Shaked2020-04-291-12/+12
* fix(timer): incorrect high counter byte behaviorUri Shaked2020-04-281-0/+8
* fix(instruction): LD, ST instructions should take 2 clock cyclesUri Shaked2020-04-282-20/+33
* feat(instruction): 22-bit PC support #31Uri Shaked2020-04-093-20/+119
* feat(instruction): implement EICALL, EIJMP #31Uri Shaked2020-04-092-0/+38
* feat(instruction): implement ELPM #31Uri Shaked2020-04-082-0/+71
* test(instruction): use assembly in testsUri Shaked2020-04-021-89/+91
* refactor: added peripherals and cpu feature folderslironh2020-03-226-0/+1687