summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
AgeCommit message (Expand)AuthorFilesLines
2012-02-12firmware: add missing includesSteve Markgraf1-0/+1
2012-02-07firmware/timer: Added HZ as global defintion for jiffies per secondAndreas Eversberg1-5/+3
2012-01-29timers: comply with timer rename in libosmocoreHarald Welte1-11/+11
2011-08-31fw/comm/msgb: fix length parameter in memset-callSteve Markgraf1-2/+2
2011-06-25fw/sercomm: Additional locking needed in drv_pullSylvain Munaut1-3/+11
2011-06-25fw/sercomm: Fix up the locking using an 'abstraction' layerSylvain Munaut1-17/+29
2011-06-25fw/comm/msgb: Protect allocation routine with proper lockingSylvain Munaut1-0/+6
2011-06-25fw/comm/msgb: Really panic (i.e. lockup) if we run out of msgbSylvain Munaut1-11/+12
2011-06-25fw/comm: Remove useless include from msgb.cSylvain Munaut1-2/+0
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso1-8/+8
2011-05-05uart.h: move header out of calypso-directoryWolfram Sang2-2/+2
2011-05-05comm: msgb: don't set backlight on errorWolfram Sang1-1/+0
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso4-5/+5
2011-01-11fixed typos in commentsThomas Waldmann1-3/+3
2010-10-03sercomm.c: Avoid unused variable compiler warningHolger Hans Peter Freyther1-2/+2
2010-07-18[calypso] Rework of keypad interrupt handler.Andreas.Eversberg1-0/+4
2010-04-24sercomm: implemented a trivial echo dlci.Ingo Albrecht1-0/+3
2010-03-27sercomm: ESCAPE every NUL (0x00) byte in the data streamHarald Welte1-1/+2
2010-03-27sercomm: Fix ESCAPE'd character at end of bufferHarald Welte1-8/+15
2010-03-27sercomm: avoid overflow of sercomm msgb on PC RX sideHarald Welte1-1/+2
2010-03-08Fix some compiler warnings...Holger Hans Peter Freyther1-0/+1
2010-03-07start to use libosmocore within the firmwareHarald Welte4-63/+8
2010-03-07actually link against libosmocore for the targetHarald Welte1-1/+1
2010-03-07New build system.Ingo Albrecht1-24/+3
2010-03-07add 'struct timer_list' timer code similar to linux + OpenBSCHarald Welte2-1/+214
2010-03-07sercomm: prevent DLCI array overflowHarald Welte1-3/+5
2010-03-07don't include trailing \0 termination in cons_puts()Harald Welte1-1/+1
2010-03-02Inter-Layer intergration workHarald Welte1-1/+1
2010-03-01SERCOMM: make sure to disable IRQ/FIQ to avoid race conditionsHarald Welte2-1/+31
2010-02-28ensure we always have 256bytes net data size, excluding 4 bytes headroomHarald Welte1-1/+1
2010-02-23comm/msgb.c: Style cleanup in initializationSylvain Munaut1-12/+6
2010-02-21sercomm: busy-wait in case we cannot allocate a msgb right nowHarald Welte1-10/+10
2010-02-21sercomm_cons: Utilize msgb's better, don't always end at \nHarald Welte1-2/+5
2010-02-20build of osmocon using libosmocoreHarald Welte1-1/+1
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte4-0/+530