From f0f02c897c2f5042cdd54896bb876a1d7dec1970 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 14 May 2010 08:14:41 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1919 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM8S-STM8S208-RC/ch.rapp | 62 ++++++++++++++++----------------- readme.txt | 3 ++ 2 files changed, 34 insertions(+), 31 deletions(-) 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 @@
- +
- +
- +
- +
@@ -134,33 +134,33 @@
- +
- +
- +
- +
- +
- +
- +
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).