aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-08 13:18:27 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-08 14:57:10 +0200
commit350437ef4b8ba0811d285f7454d2b54ffce6b029 (patch)
tree5084c73adbb4cc3aee9d000b3816d98a57203f36 /apps
parentc4ebb91caf33ecf5a47785584a4231eb1e4dfa2a (diff)
downloadmux-350437ef4b8ba0811d285f7454d2b54ffce6b029.tar.gz
mux-350437ef4b8ba0811d285f7454d2b54ffce6b029.tar.bz2
mux-350437ef4b8ba0811d285f7454d2b54ffce6b029.zip
change build structure
Diffstat (limited to 'apps')
-rw-r--r--apps/shell/app.c15
-rw-r--r--apps/shell/app.mk1
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/shell/app.c b/apps/shell/app.c
new file mode 100644
index 0000000..eb85e4e
--- /dev/null
+++ b/apps/shell/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/shell/app.mk b/apps/shell/app.mk
new file mode 100644
index 0000000..b1bfae3
--- /dev/null
+++ b/apps/shell/app.mk
@@ -0,0 +1 @@
+MODULES=tshield \ No newline at end of file