Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unneeded variables | David Phillips | 2020-12-13 |
| | |||
* | Set a 2 second watchdog timer | David Phillips | 2020-12-13 |
| | |||
* | Derive OCR1A from F_CPU | David Phillips | 2020-12-13 |
| | |||
* | Initial prototype | David Phillips | 2020-12-13 |
This patch adds a skeleton of AVR code for a "simulator" target (atmega2560) and for the real intended hardware target (atmega32u4). The simulator target is one that is supported by the QEMU AVR emulator, while the 32u4 is currently not. |