summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
Commit message (Expand)AuthorAgeFilesLines
* sercomm: implemented a trivial echo dlci.Ingo Albrecht2010-04-241-0/+3
* sercomm: ESCAPE every NUL (0x00) byte in the data streamHarald Welte2010-03-271-1/+2
* sercomm: Fix ESCAPE'd character at end of bufferHarald Welte2010-03-271-8/+15
* sercomm: avoid overflow of sercomm msgb on PC RX sideHarald Welte2010-03-271-1/+2
* Fix some compiler warnings...Holger Hans Peter Freyther2010-03-081-0/+1
* start to use libosmocore within the firmwareHarald Welte2010-03-074-63/+8Star
* actually link against libosmocore for the targetHarald Welte2010-03-071-1/+1
* New build system.Ingo Albrecht2010-03-071-24/+3Star
* add 'struct timer_list' timer code similar to linux + OpenBSCHarald Welte2010-03-072-1/+214
* sercomm: prevent DLCI array overflowHarald Welte2010-03-071-3/+5
* don't include trailing \0 termination in cons_puts()Harald Welte2010-03-071-1/+1
* Inter-Layer intergration workHarald Welte2010-03-021-1/+1
* SERCOMM: make sure to disable IRQ/FIQ to avoid race conditionsHarald Welte2010-03-012-1/+31
* ensure we always have 256bytes net data size, excluding 4 bytes headroomHarald Welte2010-02-281-1/+1
* comm/msgb.c: Style cleanup in initializationSylvain Munaut2010-02-231-12/+6Star
* sercomm: busy-wait in case we cannot allocate a msgb right nowHarald Welte2010-02-211-10/+10
* sercomm_cons: Utilize msgb's better, don't always end at \nHarald Welte2010-02-211-2/+5
* build of osmocon using libosmocoreHarald Welte2010-02-201-1/+1
* Initial import of OsmocomBB into git repositoryHarald Welte2010-02-184-0/+530