You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
patacongo 2aa4af7139 Remove executable property from source and make files 13 years ago
..
Kconfig Add kconfig documentation 13 years ago
Make.defs Email address change in nuttx/ 13 years ago
README.txt Remove executable property from source and make files 13 years ago
console.c Move include/sercomm to include/nuttx/sercomm 13 years ago
loadwriter.py Add support for compal e99 and e88 phones 13 years ago
uart.c Move include/sercomm to include/nuttx/sercomm 13 years ago
uart.h Add support for compal e99 and e88 phones 13 years ago

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.