summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-03-01print error message if tailroom is insufficient during msgb_put()Harald Welte1-4/+8
2010-03-01disable IRQ and FIQ when entering the ABORT handlerHarald Welte1-0/+4
2010-03-01add an actual Layer1 asynchronous (L1A) API that can be called from higher la...Harald Welte7-41/+154
2010-03-01Add and use gsmtime scheduler to L1SHarald Welte1-0/+7
2010-03-01Add new one-shot gsmtime schedulerHarald Welte3-1/+130
2010-03-01Layer1 Sync support for TX of Normal Burst and RACH burstHarald Welte1-1/+171
2010-03-01layer1/sync: Add msgb queues for transmit/uplink to l1s data structureHarald Welte2-0/+16
2010-03-01Uplink: Use TPU window driven modelHarald Welte2-3/+16
2010-03-01TRF6151: Add new trf6151_tx_window() functionHarald Welte2-0/+17
2010-03-01twl3025: fix typoHarald Welte1-1/+1
2010-03-01TWL3025: add default APC rampHarald Welte2-0/+22
2010-03-01move macros to where they belongHarald Welte3-10/+10
2010-03-01layer1/tpu_window.c support for Uplink/TxHarald Welte2-0/+30
2010-03-01Prepare DSP functions needed for Uplink (Tx)Harald Welte2-1/+86
2010-03-01Compal RFFE suport for Upplink (PA enable)Harald Welte1-0/+1
2010-03-01TRF6151: add Uplink supportHarald Welte2-2/+67
2010-03-01TWL3025: Add uplink enable/disable functionHarald Welte2-0/+29
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