diff options
| -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 |
