summaryrefslogtreecommitdiff
path: root/nuttx/drivers/sercomm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-24 22:39:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-24 22:39:52 +0000
commitbf30dc09b0c7d49d556196f4d35b5e0fef2c7e7e (patch)
tree9d17b838409ed72734f9362eab88660822390803 /nuttx/drivers/sercomm
parent6ac0ffb209453e30023446fbf5b208f1f79604f2 (diff)
downloadpx4-nuttx-bf30dc09b0c7d49d556196f4d35b5e0fef2c7e7e.tar.gz
px4-nuttx-bf30dc09b0c7d49d556196f4d35b5e0fef2c7e7e.tar.bz2
px4-nuttx-bf30dc09b0c7d49d556196f4d35b5e0fef2c7e7e.zip
Additional documentation/README updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4519 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/sercomm')
-rwxr-xr-xnuttx/drivers/sercomm/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/drivers/sercomm/README.txt b/nuttx/drivers/sercomm/README.txt
new file mode 100755
index 000000000..a9239a204
--- /dev/null
+++ b/nuttx/drivers/sercomm/README.txt
@@ -0,0 +1,19 @@
+drivers/sercomm README
+======================
+
+If CONFIG_SERCOMM_CONSOLE is defined in the NuttX configuration file, NuttX
+will attempt to use sercomm (HDLC protocol) to communicate with the
+host system. Sercomm is the transport used by osmocom-bb that runs on top
+of serial. See http://bb.osmocom.org/trac/wiki/nuttx-bb/run for detailed
+the usage of nuttx with sercomm.
+
+The drivers/sercomm build that you have the osmocom-bb project directory
+at same level as the nuttx project:
+
+ |- nuttx
+ |- apps
+ `- osmocom-bb
+
+If you attempt to build this driver without osmocom-bb, you will get
+compilation errors because ofheader files that are needed from the
+osmocom-bb directory.