summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-22 17:41:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-22 17:41:19 +0000
commit60375dcc5d9c24b5919f66f63ac70879e653c350 (patch)
tree5d5734278407c48ed17c0a8e0e951d45ee24ec1e /apps/ChangeLog.txt
parent107fe46fc6359ec1b5169c960fa8bd4fc619b23b (diff)
downloadnuttx-60375dcc5d9c24b5919f66f63ac70879e653c350.tar.gz
nuttx-60375dcc5d9c24b5919f66f63ac70879e653c350.tar.bz2
nuttx-60375dcc5d9c24b5919f66f63ac70879e653c350.zip
Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress use of termios.h interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4968 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index d20abd343..9edc37c4e 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -255,5 +255,7 @@
has been added to the NuttX apps/ source tree.
* apps/examples/modbus: A port of the freemodbus-v1.5.0 "demo"
program that will be used to verify the FreeModBus port
-
-
+ * apps/modbus: Don't use strerror(). It is just too big.
+ * apps/modbus: Add CONFIG_MB_TERMIOS. If the driver doesn't support
+ termios ioctls, then don't bother trying to configure the baud, parity
+ etc.