summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-03-01add msgb_l1() and msgb_l1len() inline functionsHarald Welte1-0/+6
2010-02-28ensure osmocom-bb builds with older gcc-3.x based toolchainsHarald Welte2-1/+19
2010-02-28ensure we always have 256bytes net data size, excluding 4 bytes headroomHarald Welte2-2/+2
2010-02-28Use new multiframe scheduler for scheduling of normal burstsHarald Welte1-10/+4
2010-02-28Add multiframe-level scheduler (mframe_sched.[ch])Harald Welte5-2/+297
2010-02-28tdma_sched: Explicitly advance the bucket at end of l1_sync()Harald Welte3-6/+17
2010-02-27explicitly terminate the TDMA scheduler set with SCHED_END_SET()Harald Welte3-11/+26
2010-02-23calypso: Add experimental driver for uWireSylvain Munaut3-1/+137
2010-02-23cfi_flash: Make the init message a debug outputSylvain Munaut1-1/+2
2010-02-23calypso/dsp: Fix printf format string in dumpSylvain Munaut1-2/+2
2010-02-23comm/msgb.c: Style cleanup in initializationSylvain Munaut1-12/+6
2010-02-23apps/compal_dsp_dump: Move board_init as first callSylvain Munaut1-4/+3
2010-02-23Calypso TPU: Introduce TPU debug modeHarald Welte3-3/+54
2010-02-23Calypso TPU: initialize TPU RAM to zero at tpu_init() timeHarald Welte1-2/+10
2010-02-23Calyspo TPU: make add_mod5000() accept signed valuesHarald Welte2-3/+3
2010-02-23Calypso TPU: fix address of TSP TX 3 registerHarald Welte1-1/+1
2010-02-23TRF6151: move PLL and AGC configuration to right sequence in timeHarald Welte1-4/+4
2010-02-23fix typo in commentHarald Welte1-1/+1
2010-02-23TRF6151: close the Rx (Downlink) window after ABB is closedHarald Welte1-1/+2
2010-02-23TWL3025: Ensure we don't perform downlink calibration too earlyHarald Welte1-1/+10
2010-02-23use <gsm.h> instead of "gsm.h"Harald Welte1-1/+1
2010-02-21sercomm: busy-wait in case we cannot allocate a msgb right nowHarald Welte1-10/+10
2010-02-21sercomm_cons: allocate 252 bytes net data size plus 4 bytes headroomHarald Welte2-2/+2
2010-02-21fix msgb_talroom() calculationHarald Welte1-1/+1
2010-02-21sercomm_cons: Utilize msgb's better, don't always end at \nHarald Welte1-2/+5
2010-02-20build of osmocon using libosmocoreHarald Welte2-2/+2
2010-02-20Use ARFCN as specified from Layer2Harald Welte1-0/+11
2010-02-18frequency error is actually twice of what we thought.Harald Welte2-2/+4
2010-02-18add COPYING files to osmocon, firmware and layer2Harald Welte1-0/+339
2010-02-18add *.map files to .gitignoreHarald Welte1-0/+1
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte119-0/+14208