diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-06 12:32:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-06 12:32:07 +0000 |
commit | 885cc65cbaf78bed5377f9bcbc507beece032590 (patch) | |
tree | 2c4b3b33a7a230f0712ecfa93ba4aef1ccdd8773 | |
parent | 8e428dbd1a48615c36c8c086dd51079050c9fb1c (diff) | |
download | ChibiOS-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
-rw-r--r-- | readme.txt | 3 |
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)
|