From 7e26f31e221665ee059b02fc6beda025d39d6e75 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 13 Dec 2020 16:35:58 +1300 Subject: Initial prototype 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b523e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.hex +*.o +*.elf -- cgit v1.1