summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/comm/sercomm.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-05fw: introduce per-board uart mappingSteve Markgraf1-4/+6
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-1/+1
This patch changes include paths to get osmocom-bb working with the current libosmocore tree. Among all these renames, you can notice several tweaks that I added on purpose, and that require some explanation, they are: * hexdump() in osmocon.c and osmoload.c has been renamed to avoid clashing with hexdump() defined in libosmocore. * gsmmap now depends on libosmogsm. Actually I had to cleanup Makefile.am because I was experiencing weird linking problems, probably due to a bug in the autotools. With the change included in this patch, I got it compiled and linked here correctly. This patch has been tested with the phone Motorola C123 and the following images files: * firmware/board/compal_e88/hello_world.compalram.bin * firmware/board/compal_e88/layer1.compalram.bin Using the osmocon, bcch_scan and mobile tools. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-04-24sercomm: implemented a trivial echo dlci.Ingo Albrecht1-0/+1
2010-03-07start to use libosmocore within the firmwareHarald Welte1-4/+1
* remove linuxlist.h copy and use osmocore * don't put 'struct gsm_time' into l1ctl packets * include rx_level and snr for each burst in l1ctl * properly build libosmocore.a for target * move gsmtime functions into libosmocore * move ctype.h to standard location
2010-03-07Skeleton of bootloader.Ingo Albrecht1-0/+1
2010-02-23Calypso TPU: Introduce TPU debug modeHarald Welte1-0/+1
Using #define TPU_DEBUG, we can now send the full TPU RAM contents to the host PC (using a sercomm DLCI) at the time of tpu_enable() which is very helpful for TPU debugging.
2010-02-21sercomm_cons: allocate 252 bytes net data size plus 4 bytes headroomHarald Welte1-1/+1
2010-02-20build of osmocon using libosmocoreHarald Welte1-1/+1
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte1-0/+57