aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.txt3
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).