tinySA/demos/Posix-GCC
theshed 76e1ecb284 Fix bug #468
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6752 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-03-04 21:26:32 +00:00
..
Makefile Fixed bug bug #454. 2014-01-11 11:36:13 +00:00
chconf.h Relicensing parts of the tree under the Apache 2.0 license. 2013-03-30 10:32:37 +00:00
halconf.h Fix bug #468 2014-03-04 21:26:32 +00:00
main.c Relicensing parts of the tree under the Apache 2.0 license. 2013-03-30 10:32:37 +00:00
readme.txt Fixed bug 3579734. 2012-10-28 07:47:01 +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 to create/terminate threads at runtime, how to listen to
events, how to work with serial ports, how to 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.  The Makefile defaults to building for a Linux host.
To build on OS X, use the following command: `make HOST_OSX=yes`

** Connect to the demo **

In order to connect to the demo use telnet on the listening ports.