aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-09 09:15:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-09 09:15:49 +0000
commitb38e1f2c96ca1940f210be9ec2de6eeb076f1a10 (patch)
treedcab0b9fdeefb08700af11750b0bee3c7f1292e2 /readme.txt
parenta53bc3d266cae5f72c30abed0aa884ade3723192 (diff)
downloadChibiOS-b38e1f2c96ca1940f210be9ec2de6eeb076f1a10.tar.gz
ChibiOS-b38e1f2c96ca1940f210be9ec2de6eeb076f1a10.tar.bz2
ChibiOS-b38e1f2c96ca1940f210be9ec2de6eeb076f1a10.zip
Improvements to the trace buffer and other debug features.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3139 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 67276f406..387a33a8e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,6 +84,9 @@
(backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
+- NEW: Improvements to the trace buffer, now it stores a full thread pointer
+ and event time, changed names of debug variables by addin the "ch_dbg_"
+ prefix.
- NEW: Added a new functionality to the registry subsystem, now it is possible
to associate a name to the threads using chRegSetThreadName. The main and
idle threads have their name assigned by default.