summaryrefslogtreecommitdiffstats
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* Layer1: various fixes + debugging aidHarald Welte2010-03-032-15/+41
* declare l1s_dsp_abort() in header fileHarald Welte2010-03-031-0/+2
* fix Makefile dependencies to C filesHarald Welte2010-03-031-3/+11
* sched_gsmtime uses const for 'struct tdma_sched_item *'Harald Welte2010-03-032-3/+3
* Layer1 CTL interface improvements: Don't hardcode SDCCH4/0Harald Welte2010-03-021-5/+47
* Introduce CONFIG_TX_ENABLE and disable Tx support by defaultHarald Welte2010-03-025-0/+13
* fix merge artefacts, make firmware build againHarald Welte2010-03-024-10/+12
* Inter-Layer intergration workHarald Welte2010-03-024-23/+44
* Include channel number and link identifier in L1 DL infoHarald Welte2010-03-013-10/+86
* extend TDMA scheduler functions to use third parameter (p3)Harald Welte2010-03-017-53/+61
* add test mode mframe task: Send Normal Burst in every TDMA frameHarald Welte2010-03-012-0/+10
* add missing async.h file (belongs to 0da792f2522eef475d0beb1690cd02c341415f82)Harald Welte2010-03-011-0/+19
* SERCOMM: make sure to disable IRQ/FIQ to avoid race conditionsHarald Welte2010-03-012-1/+31
* print error message if tailroom is insufficient during msgb_put()Harald Welte2010-03-011-4/+8
* disable IRQ and FIQ when entering the ABORT handlerHarald Welte2010-03-011-0/+4
* add an actual Layer1 asynchronous (L1A) API that can be called from higher la...Harald Welte2010-03-017-41/+154
* Add and use gsmtime scheduler to L1SHarald Welte2010-03-011-0/+7
* Add new one-shot gsmtime schedulerHarald Welte2010-03-013-1/+130
* Layer1 Sync support for TX of Normal Burst and RACH burstHarald Welte2010-03-011-1/+171
* layer1/sync: Add msgb queues for transmit/uplink to l1s data structureHarald Welte2010-03-012-0/+16
* Uplink: Use TPU window driven modelHarald Welte2010-03-012-3/+16
* TRF6151: Add new trf6151_tx_window() functionHarald Welte2010-03-012-0/+17
* twl3025: fix typoHarald Welte2010-03-011-1/+1
* TWL3025: add default APC rampHarald Welte2010-03-012-0/+22
* move macros to where they belongHarald Welte2010-03-013-10/+10
* layer1/tpu_window.c support for Uplink/TxHarald Welte2010-03-012-0/+30
* Prepare DSP functions needed for Uplink (Tx)Harald Welte2010-03-012-1/+86
* Compal RFFE suport for Upplink (PA enable)Harald Welte2010-03-011-0/+1
* TRF6151: add Uplink supportHarald Welte2010-03-012-2/+67
* TWL3025: Add uplink enable/disable functionHarald Welte2010-03-012-0/+29
* add msgb_l1() and msgb_l1len() inline functionsHarald Welte2010-03-011-0/+6
* ensure osmocom-bb builds with older gcc-3.x based toolchainsHarald Welte2010-02-282-1/+19
* ensure we always have 256bytes net data size, excluding 4 bytes headroomHarald Welte2010-02-282-2/+2
* Use new multiframe scheduler for scheduling of normal burstsHarald Welte2010-02-281-10/+4Star
* Add multiframe-level scheduler (mframe_sched.[ch])Harald Welte2010-02-285-2/+297
* tdma_sched: Explicitly advance the bucket at end of l1_sync()Harald Welte2010-02-283-6/+17
* explicitly terminate the TDMA scheduler set with SCHED_END_SET()Harald Welte2010-02-273-11/+26
* calypso: Add experimental driver for uWireSylvain Munaut2010-02-233-1/+137
* cfi_flash: Make the init message a debug outputSylvain Munaut2010-02-231-1/+2
* calypso/dsp: Fix printf format string in dumpSylvain Munaut2010-02-231-2/+2
* comm/msgb.c: Style cleanup in initializationSylvain Munaut2010-02-231-12/+6Star
* apps/compal_dsp_dump: Move board_init as first callSylvain Munaut2010-02-231-4/+3Star
* Calypso TPU: Introduce TPU debug modeHarald Welte2010-02-233-3/+54
* Calypso TPU: initialize TPU RAM to zero at tpu_init() timeHarald Welte2010-02-231-2/+10
* Calyspo TPU: make add_mod5000() accept signed valuesHarald Welte2010-02-232-3/+3
* Calypso TPU: fix address of TSP TX 3 registerHarald Welte2010-02-231-1/+1
* TRF6151: move PLL and AGC configuration to right sequence in timeHarald Welte2010-02-231-4/+4
* fix typo in commentHarald Welte2010-02-231-1/+1
* TRF6151: close the Rx (Downlink) window after ABB is closedHarald Welte2010-02-231-1/+2
* TWL3025: Ensure we don't perform downlink calibration too earlyHarald Welte2010-02-231-1/+10