summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
AgeCommit message (Expand)AuthorFilesLines
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