9
0
Fork 0
nuttx-bb/nuttx/drivers/sercomm
patacongo e0bb1c1856 Add kconfig documentation
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4567 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-04-06 16:45:52 +00:00
..
Kconfig Add kconfig documentation 2012-04-06 16:45:52 +00:00
Make.defs A few more Calypso/Compal updates 2012-03-24 18:14:23 +00:00
README.txt Additional documentation/README updates 2012-03-24 22:39:52 +00:00
console.c Move include/sercomm to include/nuttx/sercomm 2012-03-24 18:33:21 +00:00
loadwriter.py Add support for compal e99 and e88 phones 2012-03-24 17:27:38 +00:00
uart.c Move include/sercomm to include/nuttx/sercomm 2012-03-24 18:33:21 +00:00
uart.h Add support for compal e99 and e88 phones 2012-03-24 17:27:38 +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.