aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-20 14:39:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-20 14:39:34 +0000
commit7bd8164f8ff6ffd0a9458d44e18097582adae201 (patch)
tree9ef74756d9e59459d68294ed32c6d951364d7947 /readme.txt
parentca013cf8e4235a3024361009f21eb1a2d5677acf (diff)
downloadChibiOS-7bd8164f8ff6ffd0a9458d44e18097582adae201.tar.gz
ChibiOS-7bd8164f8ff6ffd0a9458d44e18097582adae201.tar.bz2
ChibiOS-7bd8164f8ff6ffd0a9458d44e18097582adae201.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1532 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 4cac4d46b..73f6f0e56 100644
--- a/readme.txt
+++ b/readme.txt
@@ -52,8 +52,13 @@
*****************************************************************************
*** 1.5.0 ***
-- FIX: Fixed parameter check in sdStart() function (bug 2932922).
-- FIX: Fixed missing platform.mk file in MSP430 port (bug 2933735).
+- FIX: Fixed parameter check in sdStart() function (bug 2932922)(backported in
+ 1.4.0).
+- FIX: Fixed missing platform.mk file in MSP430 port (bug 2933735)(backported
+ in 1.4.0).
+- CHANGE: Removed the unnamed union from the Thread structure some compilers
+ do not support this non standard construct.
+- CHANGE: Modified the thread-related constant macros to have a THD_ prefix.
*** 1.3.8 ***
- FIX: Fixed dequeuing in lifo_remove() function (bug 2928142).