incubator-nuttx/drivers/sercomm
Gregory Nutt 0c8c7fecf0 Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs
README.txt
console.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
loadwriter.py Correct permmisions on executable scripts 2016-04-10 09:11:59 -06:00
uart.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -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.