summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9ebb96cce..90ed1ba08 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -868,3 +868,7 @@
removing the check should improve write throughput
* Add DEBUG configuration option to enable debug console output without disabling
optimization (and vice versa)
+ * Changed lots of occurrents of debug macro dbg() to lldbg(). dbg() uses
+ stdout to output debug data. That works fine unless (1) the dbg() macro
+ is interrupt logic and the interrupted task has redirected stdout! Most
+ changes were in uIP.