aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add gdbhistory to gitignoreDavid Phillips2021-02-27
| | | | If `make gdb` is run from the source directory, it clutters thins up
* Move test runner to build/nativeDavid Phillips2021-02-13
|
* Initial prototypeDavid Phillips2020-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.