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

This commit is contained in:
gdisirio 2010-02-06 12:32:07 +00:00
parent 8e428dbd1a
commit 885cc65cba
1 changed files with 3 additions and 0 deletions

View File

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