aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 17:07:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 17:07:57 +0000
commit679847088e7086976cff529fdd2f4f4cec21c572 (patch)
tree335aa1172480597ca0ab5ecb473307e8c652b89f /readme.txt
parent64c7b80c86a9c7f33fd362657a712c7487765b94 (diff)
downloadChibiOS-679847088e7086976cff529fdd2f4f4cec21c572.tar.gz
ChibiOS-679847088e7086976cff529fdd2f4f4cec21c572.tar.bz2
ChibiOS-679847088e7086976cff529fdd2f4f4cec21c572.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1988 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 4d87adac0..e350134e3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,6 +63,8 @@
- 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.
+- Added some explicit casts in chevents.h in order to silence two warnings on
+ a specific compiler.
*** 1.5.8 ***
- FIX: Fixed missing files from ST library zip file (bug 3006629).