From: Philipp Klaus Date: Tue, 7 Jun 2016 15:14:55 +0000 (+0200) Subject: adding the binary (compiled) firmware file to the repo X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;p=mvd_firmware.git adding the binary (compiled) firmware file to the repo --- diff --git a/.gitignore b/.gitignore index 6874f33..b75bf18 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ # ignore compiled stuff *.a *.o -*.bin +firmware/main.bin *.hex *.elf diff --git a/compiled_firmware/main_90516ba.bin b/compiled_firmware/main_90516ba.bin new file mode 100755 index 0000000..11d2310 Binary files /dev/null and b/compiled_firmware/main_90516ba.bin differ