summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-10 11:33:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-10 11:33:01 -0600
commit30d5493eb3ad64a3dbe4797ea72711f357763d8e (patch)
tree03611d0579659fb011e0b08f1d8c4033e8a3de89
parente05e2b9be83fc963935bfc23c113c67e7dbcd611 (diff)
downloadpx4-nuttx-30d5493eb3ad64a3dbe4797ea72711f357763d8e.tar.gz
px4-nuttx-30d5493eb3ad64a3dbe4797ea72711f357763d8e.tar.bz2
px4-nuttx-30d5493eb3ad64a3dbe4797ea72711f357763d8e.zip
Minor updates to README files
-rw-r--r--apps/modbus/README.txt4
-rw-r--r--nuttx/configs/samv71-xult/README.txt6
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/modbus/README.txt b/apps/modbus/README.txt
index c7a8ef245..7ce674a3c 100644
--- a/apps/modbus/README.txt
+++ b/apps/modbus/README.txt
@@ -5,6 +5,10 @@ This directory contains a port of last open source version of FreeModBus
(BSD license). The code in this directory is a subset of FreeModBus version
1.5.0 (June 6, 2010) that can be downloaded in its entirety from http://developer.berlios.de/project/showfiles.php?group_id=6120.
+NOTE: There are extensions to support RTU master mode available here:
+https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32, author:
+Armink(383016632@qq.com)
+
Directory Structure/Relation to freemodbus-v1.5.0
-------------------------------------------------
diff --git a/nuttx/configs/samv71-xult/README.txt b/nuttx/configs/samv71-xult/README.txt
index 778efad64..51e7659b1 100644
--- a/nuttx/configs/samv71-xult/README.txt
+++ b/nuttx/configs/samv71-xult/README.txt
@@ -127,6 +127,12 @@ The BASIC nsh configuration is fully function (as desribed below under
correctly but there is no available technical documentation or sample
code to debug with.
+ 7. The full port for audio support is code complete: WM8904 driver,
+ SSC/I2C driver, and CS2100-CP driver. But this code is untested. The
+ WM8904 interface was taken directly from the SAMA5D4-EK and may well
+ need modification due to differences with the physical WM8904
+ interface.
+
Serial Console
==============