diff options
author | David Phillips <david@yeah.nah.nz> | 2020-12-13 16:35:58 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2020-12-13 20:42:33 +1300 |
commit | 7e26f31e221665ee059b02fc6beda025d39d6e75 (patch) | |
tree | 1a5f66e12680778b001f3cb1d2c49b0f2ce0f04c /.gitignore | |
download | altimeter-7e26f31e221665ee059b02fc6beda025d39d6e75.tar.xz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b523e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.hex +*.o +*.elf |