diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-17 10:11:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-17 10:11:37 +0000 |
commit | bf6bd01a30818c61ca1b5cb32d132d4e32b09170 (patch) | |
tree | 312669ec7701ffaf855df61fc49cb7665f967d20 | |
parent | 361aebfc957d30b37d15ce00ea6799501bfb465f (diff) | |
download | ChibiOS-bf6bd01a30818c61ca1b5cb32d132d4e32b09170.tar.gz ChibiOS-bf6bd01a30818c61ca1b5cb32d132d4e32b09170.tar.bz2 ChibiOS-bf6bd01a30818c61ca1b5cb32d132d4e32b09170.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1524 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 529045be9..4cac4d46b 100644 --- a/readme.txt +++ b/readme.txt @@ -46,13 +46,14 @@ +--test/ - Kernel test suite source code.
| +--coverage/ - Code coverage project.
+--testhal/ - HAL integration test demos.
-
+
*****************************************************************************
*** Releases ***
*****************************************************************************
*** 1.5.0 ***
- FIX: Fixed parameter check in sdStart() function (bug 2932922).
+- FIX: Fixed missing platform.mk file in MSP430 port (bug 2933735).
*** 1.3.8 ***
- FIX: Fixed dequeuing in lifo_remove() function (bug 2928142).
|