aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 08:14:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 08:14:41 +0000
commitf0f02c897c2f5042cdd54896bb876a1d7dec1970 (patch)
tree1daad1423e02597d95674bdd94a38b5b905ae907 /readme.txt
parentdd8d8805280305eaaef55c9ae3a5e018702bb1a2 (diff)
downloadChibiOS-f0f02c897c2f5042cdd54896bb876a1d7dec1970.tar.gz
ChibiOS-f0f02c897c2f5042cdd54896bb876a1d7dec1970.tar.bz2
ChibiOS-f0f02c897c2f5042cdd54896bb876a1d7dec1970.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1919 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
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).