tinySA/demos/GNU-Linux-GCC
gdisirio d1ebc8d984 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1466 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-24 09:59:00 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1463 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-24 09:38:50 +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
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@1463 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-24 09:38:50 +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

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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