git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@544 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-12-27 10:31:16 +00:00
parent 128fb8687b
commit dd39b808ac
2 changed files with 14 additions and 0 deletions

View File

@ -20,3 +20,14 @@ See demo.c for details.
** Build Procedure **
The demo was built using the MinGW toolchain.
** Connect to the demo **
In order to connect to the demo a telnet client is required. A good choice
is PuTTY:
http://www.putty.org/
Host Name: 127.0.0.1
Port: 29001 and/or 29002
Connection Type: Raw

View File

@ -73,6 +73,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
*** 1.0.0 RC1 ***
- Added usage note into the readme of the MinGW demo.
*** 0.8.3 ***
- NEW: Introduced new API chThdSleepS() as a macro, no real changes in the
kernel code.