diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-07 14:35:40 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-07 14:35:40 -0700 |
| commit | 05368d2c581b730911610425d87ccf2b5fda82a5 (patch) | |
| tree | 4cb1bd988a9cd35dfb585ce11fe4cd8f70ec4a75 | |
| parent | c6c977070eb82e453d685e86d7f481871eaf292a (diff) | |
Include the precompiled math library from ASF.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | atmel-samd/.gitattributes | 1 | ||||
| -rw-r--r-- | atmel-samd/asf/thirdparty/CMSIS/Lib/GCC/libarm_cortexM0l_math.a | bin | 0 -> 2768324 bytes |
3 files changed, 2 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 000000000..c91de9d8c --- /dev/null +++ b/atmel-samd/asf/thirdparty/CMSIS/Lib/GCC/libarm_cortexM0l_math.a |
