summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm
Commit message (Expand)AuthorAgeFilesLines
* fw/sercomm: Additional locking needed in drv_pullSylvain Munaut2011-06-251-3/+11
* fw/sercomm: Fix up the locking using an 'abstraction' layerSylvain Munaut2011-06-251-17/+29
* fw/comm/msgb: Protect allocation routine with proper lockingSylvain Munaut2011-06-251-0/+6
* fw/comm/msgb: Really panic (i.e. lockup) if we run out of msgbSylvain Munaut2011-06-251-11/+12
* fw/comm: Remove useless include from msgb.cSylvain Munaut2011-06-251-2/+0Star
* src: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-151-8/+8
* uart.h: move header out of calypso-directoryWolfram Sang2011-05-052-2/+2
* comm: msgb: don't set backlight on errorWolfram Sang2011-05-051-1/+0Star
* src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2011-04-264-5/+5
* fixed typos in commentsThomas Waldmann2011-01-111-3/+3
* sercomm.c: Avoid unused variable compiler warningHolger Hans Peter Freyther2010-10-021-2/+2
* [calypso] Rework of keypad interrupt handler.Andreas.Eversberg2010-07-181-0/+4
* 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