summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:48 -0600
commitbbf5ee648636273bf194f5e9a8004ea45d4cb009 (patch)
tree369cb9cd255683303cb8df3bdf008a75393d5f23 /nuttx/ChangeLog
parent561c54964b2c99b1709fa79ee98aea31e7d7d449 (diff)
downloadnuttx-bbf5ee648636273bf194f5e9a8004ea45d4cb009.tar.gz
nuttx-bbf5ee648636273bf194f5e9a8004ea45d4cb009.tar.bz2
nuttx-bbf5ee648636273bf194f5e9a8004ea45d4cb009.zip
Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
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.