diff --git a/demos/STM8S-STM8S208-RC/ch.rapp b/demos/STM8S-STM8S208-RC/ch.rapp
index d9da5716d..0dd5a4435 100644
--- a/demos/STM8S-STM8S208-RC/ch.rapp
+++ b/demos/STM8S-STM8S208-RC/ch.rapp
@@ -10,15 +10,15 @@
-
+
-
+
-
+
-
+
@@ -34,15 +34,15 @@
-
+
-
+
-
+
-
+
@@ -53,17 +53,17 @@
-
+
-
+
-
+
-
+
-
+
@@ -78,11 +78,11 @@
-
+
-
+
@@ -97,11 +97,11 @@
-
+
-
+
@@ -109,21 +109,21 @@
-
+
-
+
-
+
diff --git a/readme.txt b/readme.txt
index e7e33c00c..bdbdc3bdb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -68,6 +68,9 @@
the CL sub-family (untested). Now the selection of the sub-family is done
in the board.h file, there is no more the need to put -DSTM32F10X_xx into
the makefile.
+- Tested the STM8 port with the latest RKit-STM8_2.28.10.0092. It works but
+ the new compiler shows a general performance regression except in one
+ test case.
*** 1.5.6 ***
- FIX: Fixed centralized ARM makefile (bug 2992747)(backported in 1.4.3).