ChibiOS/demos/GNU-Linux-GCC
gdisirio 1c03b33539 Simulator PAL driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1649 35acf78f-673a-0410-8e92-d51de3d6d3f4
2010-02-21 11:14:39 +00:00
..
Makefile adding simulator support for OS X 2010-02-20 19:55:00 +00:00
board.h Updated license dates. 2010-02-21 07:24:53 +00:00
chconf.h Updated license dates. 2010-02-21 07:24:53 +00:00
halconf.h Simulator PAL driver. 2010-02-21 11:14:39 +00:00
main.c Updated license dates. 2010-02-21 07:24:53 +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.