aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2021-02-11 07:57:11 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2021-02-13 05:49:10 +0100
commitdff9b75c6fb900830e478ad5c71ca42efe34ffc6 (patch)
tree48f3813b4f80b39651afeb78cc44bf33a4a161d3
downloadtmk7637-dff9b75c6fb900830e478ad5c71ca42efe34ffc6.tar.gz
initial commit: added tmk_core submodule
-rw-r--r--.gitignore9
-rw-r--r--.gitmodules4
m---------tmk_core0
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