aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/Win32-MinGW/readme.txt11
-rw-r--r--readme.txt3
2 files changed, 14 insertions, 0 deletions
diff --git a/demos/Win32-MinGW/readme.txt b/demos/Win32-MinGW/readme.txt
index 283ee42b2..047425ffe 100644
--- a/demos/Win32-MinGW/readme.txt
+++ b/demos/Win32-MinGW/readme.txt
@@ -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
diff --git a/readme.txt b/readme.txt
index 777a81834..4d3f6bc40 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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.