| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-04-09 | feat(instruction): implement EICALL, EIJMP #31 | Uri Shaked | 2 | -0/+38 | |
| 2020-04-08 | feat(instruction): implement ELPM #31 | Uri Shaked | 2 | -0/+71 | |
| 2020-04-02 | test(instruction): use assembly in tests | Uri Shaked | 1 | -89/+91 | |
| Refactored the tests to use AVR assembly instead of hardcoded bytecode. This change should make the tests much easier to read and maintain. Before: loadProgram('659a'); Now: loadProgram('SBI 0x0c, 5'); | |||||
| 2020-03-22 | refactor: added peripherals and cpu feature folders | lironh | 6 | -0/+1687 | |
