aboutsummaryrefslogtreecommitdiff
path: root/apps/template
diff options
context:
space:
mode:
Diffstat (limited to 'apps/template')
-rw-r--r--apps/template/app.c15
-rw-r--r--apps/template/app.mk1
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/template/app.c b/apps/template/app.c
new file mode 100644
index 0000000..eb85e4e
--- /dev/null
+++ b/apps/template/app.c
@@ -0,0 +1,15 @@
+#include "init.h"
+#include "mux/sched.h"
+#include "mcu/context.h"
+
+void setup() {
+
+}
+
+void task1(char args) {
+
+}
+
+void task2(char args) {
+
+} \ No newline at end of file
diff --git a/apps/template/app.mk b/apps/template/app.mk
new file mode 100644
index 0000000..b1bfae3
--- /dev/null
+++ b/apps/template/app.mk
@@ -0,0 +1 @@
+MODULES=tshield \ No newline at end of file