From 449fda5f8b639f46d8fbb6afc0d352d6b2800899 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Thu, 15 May 2008 22:39:30 +0000 Subject: [PATCH] Added small php script (with accompanying html form) to generate a binary config file (typically named 'contiki.cfg') readable by cpu/6502/lib/config.c. --- tools/6502/contiki.htm | 113 ++++++++++++++++++++++++++++++++++++++++ tools/6502/download.php | 31 +++++++++++ 2 files changed, 144 insertions(+) create mode 100644 tools/6502/contiki.htm create mode 100644 tools/6502/download.php diff --git a/tools/6502/contiki.htm b/tools/6502/contiki.htm new file mode 100644 index 000000000..7e3bd54f2 --- /dev/null +++ b/tools/6502/contiki.htm @@ -0,0 +1,113 @@ + + + Contiki Download + + + +
+

Download your custom generated Contiki configuration

+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + . + . + . + +
+ + + . + . + . + +
+ + + . + . + . + +
+ + + . + . + . + +
+
+ +
+
+ + diff --git a/tools/6502/download.php b/tools/6502/download.php new file mode 100644 index 000000000..c62b9577a --- /dev/null +++ b/tools/6502/download.php @@ -0,0 +1,31 @@ + \ No newline at end of file