ChibiOS/demos/GNU-Linux-GCC
gdisirio a2e989330e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-23 20:11:44 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-23 20:11:44 +00:00
board.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-23 20:11:44 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-23 20:11:44 +00:00
chcore.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1398 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-08 17:44:03 +00:00
chcore.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@984 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-05-23 10:36:27 +00:00
chtypes.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@983 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-05-23 09:03:49 +00:00
halconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-23 20:11:44 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-23 20:11:44 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-23 20:11:44 +00:00

readme.txt

*****************************************************************************
** 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.