aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-06 12:32:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-06 12:32:07 +0000
commit885cc65cbaf78bed5377f9bcbc507beece032590 (patch)
tree2c4b3b33a7a230f0712ecfa93ba4aef1ccdd8773 /readme.txt
parent8e428dbd1a48615c36c8c086dd51079050c9fb1c (diff)
downloadChibiOS-885cc65cbaf78bed5377f9bcbc507beece032590.tar.gz
ChibiOS-885cc65cbaf78bed5377f9bcbc507beece032590.tar.bz2
ChibiOS-885cc65cbaf78bed5377f9bcbc507beece032590.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1569 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
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)