diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-02-11 07:57:11 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-02-13 05:49:10 +0100 |
commit | dff9b75c6fb900830e478ad5c71ca42efe34ffc6 (patch) | |
tree | 48f3813b4f80b39651afeb78cc44bf33a4a161d3 | |
download | tmk7637-dff9b75c6fb900830e478ad5c71ca42efe34ffc6.tar.gz |
initial commit: added tmk_core submodule
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | tmk_core | 0 |
3 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..293c452 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.dep +*.o +*.eep +*.elf +*.hex +*.lss +*.lst +*.map +*.sym diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cfea067 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "tmk_core"] + path = tmk_core + url = https://github.com/tmk/tmk_core.git + ignore = dirty diff --git a/tmk_core b/tmk_core new file mode 160000 +Subproject f47682b6f99eb6304c1e35b43cad7644d8980a5 |