px4-firmware/nuttx/drivers/sercomm
patacongo 57623d42eb Resync new repository with old repo r5166
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:18:44 +00:00
..
Kconfig Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Make.defs Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
README.txt Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
console.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
loadwriter.py Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
uart.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
uart.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

README.txt

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.