summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7269302d6..9ebb96cce 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -866,3 +866,5 @@
* net/net_tcppoll.c. Removed an unnecessary check for outstanding, un-ACKed
data. The NuttX socket layer keeps track of ACKs and doesn't need this check;
removing the check should improve write throughput
+ * Add DEBUG configuration option to enable debug console output without disabling
+ optimization (and vice versa)