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 dcaf04410..e6cbea97d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4628,3 +4628,7 @@
could be a good feature, the codes have not be well utilized nor
documented. Give that situation it is better to remove the API
and reduce the footprint a little (2014-4-25).
+ * drivers/serial/Kconfig and arch/*/src/*/*_serial.c: Add
+ compilation so that the useless TIOCSERGSTRUCT ioctl logic
+ is not build unless CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT
+ are defined.