aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 11:35:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 11:35:11 +0000
commit64c7b80c86a9c7f33fd362657a712c7487765b94 (patch)
tree3be64b8711f78b17505e813d16f67d1b26242e7f
parentb2db83ef52aa6668193bdc71a88b81d3aefefea0 (diff)
downloadChibiOS-64c7b80c86a9c7f33fd362657a712c7487765b94.tar.gz
ChibiOS-64c7b80c86a9c7f33fd362657a712c7487765b94.tar.bz2
ChibiOS-64c7b80c86a9c7f33fd362657a712c7487765b94.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1984 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 5e9768656..4d87adac0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -61,6 +61,8 @@
*** 1.5.9 ***
- FIX: Fixed STM8 UART3 driver (bug 3009145).
- OPT: Small size optimization in the semaphores subsystem.
+- OPT: Improvements in the STM8 port, the code is now smaller and generally
+ faster, also saved few bytes of RAM.
*** 1.5.8 ***
- FIX: Fixed missing files from ST library zip file (bug 3006629).