diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-01-25 22:33:54 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-01-25 22:33:54 +0100 |
commit | 99faf57b4296b032e486cbf3829745cbcb14a80b (patch) | |
tree | 85ad7541a4e7aef2a5ffa9eef91b3b26100ed2f8 /.gitignore | |
parent | 40e04e3772726829d66c12e69f24b03920d79c67 (diff) | |
download | stm32f103-playground-master.tar.gz stm32f103-playground-master.tar.bz2 stm32f103-playground-master.tar.xz stm32f103-playground-master.zip |
o Using upstream's tinyprintf which requires 64-bit math operations, so add gcc as a required library.HEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ .idea build .gdb_history +cmake-build-* |