From 05368d2c581b730911610425d87ccf2b5fda82a5 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 7 Sep 2016 14:35:40 -0700 Subject: Include the precompiled math library from ASF. --- .gitignore | 1 + atmel-samd/.gitattributes | 1 + .../thirdparty/CMSIS/Lib/GCC/libarm_cortexM0l_math.a | Bin 0 -> 2768324 bytes 3 files changed, 2 insertions(+) create mode 100644 atmel-samd/asf/thirdparty/CMSIS/Lib/GCC/libarm_cortexM0l_math.a diff --git a/.gitignore b/.gitignore index a6295928d..9102a6bc6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ ################### *.o *.a +!atmel-samd/asf/**/*.a *.elf *.bin *.map diff --git a/atmel-samd/.gitattributes b/atmel-samd/.gitattributes index 9580187c9..09bba615b 100644 --- a/atmel-samd/.gitattributes +++ b/atmel-samd/.gitattributes @@ -1 +1,2 @@ tools/bossac* binary +asf/**/*.a binary diff --git a/atmel-samd/asf/thirdparty/CMSIS/Lib/GCC/libarm_cortexM0l_math.a b/atmel-samd/asf/thirdparty/CMSIS/Lib/GCC/libarm_cortexM0l_math.a new file mode 100644 index 000000000..c91de9d8c Binary files /dev/null and b/atmel-samd/asf/thirdparty/CMSIS/Lib/GCC/libarm_cortexM0l_math.a differ -- cgit v1.2.3