aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Posix-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:29:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:29:54 +0000
commit0a09cc089d0c8947b4309952482a24a1cafd2477 (patch)
treeeda41b0dbd6e1edc56dede5e3a52a113df65ec34 /demos/Posix-GCC/readme.txt
parent1c03b33539fac79a32ac10db444a1b0a7af0d65f (diff)
downloadChibiOS-0a09cc089d0c8947b4309952482a24a1cafd2477.tar.gz
ChibiOS-0a09cc089d0c8947b4309952482a24a1cafd2477.tar.bz2
ChibiOS-0a09cc089d0c8947b4309952482a24a1cafd2477.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1650 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Posix-GCC/readme.txt')
-rw-r--r--demos/Posix-GCC/readme.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/demos/Posix-GCC/readme.txt b/demos/Posix-GCC/readme.txt
new file mode 100644
index 000000000..7db17cfa6
--- /dev/null
+++ b/demos/Posix-GCC/readme.txt
@@ -0,0 +1,26 @@
+*****************************************************************************
+** ChibiOS/RT port for x86 into a Linux process **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs under x86 Linux as an application program. The serial
+I/O is simulated over TCP/IP sockets.
+
+** The Demo **
+
+The demo listens on the two serial ports, when a connection is detected a
+thread is started that serves a small command shell.
+The demo shows how create/terminate threads at runtime, how listen to events,
+how ho work with serial ports, how use the messages.
+You can develop your ChibiOS/RT application using this demo as a simulator
+then you can recompile it for a different architecture.
+See demo.c for details.
+
+** Build Procedure **
+
+GCC required.
+
+** Connect to the demo **
+
+In order to connect to the demo use telnet on the listening ports.