aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-03 18:40:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-03 18:40:10 +0000
commit217d1529c1a126054fbdb9e071cd103194fd499e (patch)
tree0212fbc965624d57f2d69da9d1cb8008b445c6a7 /readme.txt
parente32275f84af6e07cbe737262ce90c75f69b9a1c1 (diff)
downloadChibiOS-217d1529c1a126054fbdb9e071cd103194fd499e.tar.gz
ChibiOS-217d1529c1a126054fbdb9e071cd103194fd499e.tar.bz2
ChibiOS-217d1529c1a126054fbdb9e071cd103194fd499e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1564 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 1f67010fd..98024b9e0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -62,7 +62,11 @@
- NEW: Implemented a new threads registry subsystem, the registry allows to
enumerate the active threads at runtime. The registry is meant as both
a runtime API and a support for debuggers.
-
+- NEW: New chCoreFree() API that returns the core memory left.
+- 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.
+
*** 1.5.0 ***
- FIX: Fixed missing dependencies check for CH_USE_DYNAMIC (bug 2942757)
(backported in 1.4.1).