incubator-nuttx/drivers/sercomm
Gregory Nutt 303cc1902b Make sure that there is one space between if and condition 2014-04-12 12:53:19 -06:00
..
Kconfig
Make.defs Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
README.txt Add GCc 4.8.2 support for buildroot 2013-12-26 13:24:06 -06:00
console.c Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 2014-02-10 18:08:49 -06:00
loadwriter.py
uart.c Make sure that there is one space between if and condition 2014-04-12 12:53:19 -06:00
uart.h

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 of header files that are needed from the
osmocom-bb directory.