git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1524 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-01-17 10:11:37 +00:00
parent 361aebfc95
commit bf6bd01a30
1 changed files with 2 additions and 1 deletions

View File

@ -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).