From 885cc65cbaf78bed5377f9bcbc507beece032590 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Feb 2010 12:32:07 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1569 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 98024b9e0..446266ca7 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,9 @@ - NEW: Added to the simulators shell demos two new commands: threads and mem, that show the active threads (using the new registry) and the memory allocators state. +- CHANGE: Doxygen tags cleanup in all the system code, comments are better + looking now. +- CHANGE: Documentation improvements. *** 1.5.0 *** - FIX: Fixed missing dependencies check for CH_USE_DYNAMIC (bug 2942757)