summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
Commit message (Expand)AuthorAgeFilesLines
* fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut2011-07-282-0/+4
* fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut2011-07-281-0/+1
* [layer1] Adding neighbour cell measurement code to layer1.Andreas Eversberg2011-07-173-0/+14
* [rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg2011-07-172-4/+12
* fw/l1a: Add a message to safely count the length of a txqueueAndreas Eversberg2011-06-251-0/+3
* fw/rffe: Add function to query RF wiringSylvain Munaut2011-05-291-0/+14
* src: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-151-6/+6
* target/boards: add infrastructure for loaders for Mediatek platformsWolfram Sang2011-05-053-0/+311
* uart.h: move header out of calypso-directoryWolfram Sang2011-05-051-3/+3
* src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2011-04-269-10/+10
* fw/calypso: Add a new driver for the buzzer controlSylvain Munaut2011-04-241-0/+34
* fw/layer1: Adding TAO loop to correct TPU window offsetAndreas Eversberg2011-03-202-0/+11
* target/fw: set the TRF6151 tsp IDs from the rffe initializationSteve Markgraf2011-01-242-1/+2
* fixed typos in commentsThomas Waldmann2011-01-111-1/+1
* stdint.h: Next attempt at making this work with various compilersHolger Hans Peter Freyther2010-12-201-0/+7
* [mtk] Add initial / unfinished MT6139 driverHarald Welte2010-12-121-0/+60
* add definitions for sciphone G2Harald Welte2010-11-092-0/+40
* add some header files about MTK GSM related peripheralsHarald Welte2010-11-094-0/+226
* target/fw/l1: Fix TCH/H by properly scheduling the TCHD task during 'off' slotsSylvain Munaut2010-11-071-0/+1
* target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg2010-10-302-3/+3
* target/fw/layer1: Add support for the various TCH multi frame tasksSylvain Munaut2010-10-251-0/+5
* target/fw/layer1: Add initial version of TCH primitivesSylvain Munaut2010-10-252-1/+6
* target/fw/include: Fix missing apc helper declarationSylvain Munaut2010-10-251-0/+2
* target/fw/dsp: Add utility function to memcpy to/from the APISylvain Munaut2010-10-251-0/+2
* fw/layer1: Process the tch_mode and store it for later useSylvain Munaut2010-09-282-0/+6
* fw/layer1: Add support for proper meas. report (and use in prim_tx_nb)Sylvain Munaut2010-09-281-0/+2
* fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg2010-09-282-0/+2
* fw/layer1: Introduce prim_utils.c for shared helper betwee primitivesSylvain Munaut2010-09-281-0/+3
* fw/layer1: Introduce prim.h for all primitive related thingsSylvain Munaut2010-09-282-5/+24
* target/layer1: Implement host-driven Tx power controlSylvain Munaut2010-09-262-0/+12
* fw/dsp: Add function to load dsp ciphering parametersSylvain Munaut2010-09-171-0/+1
* fw: Update dsl_load_tch_params to set the fn_sid, fn_report and fn_a5Sylvain Munaut2010-09-171-2/+5
* fw: Move channel type/mode definitions in common headerSylvain Munaut2010-09-171-0/+20
* fw/layer1: Increase tdma_sched bucket sizeSylvain Munaut2010-09-171-1/+1
* fw/layer1: Add common TPU win setup/cleanup codeSylvain Munaut2010-09-171-2/+3
* fw/layer1: Add some sched items flags to signal DSP & TPU scenariosSylvain Munaut2010-09-171-0/+5
* fw/layer1: Add a 'flags' field to sched_items and the infra to use itSylvain Munaut2010-09-171-1/+5
* fw/layer1: Add a priority field for sched_itemSylvain Munaut2010-09-171-2/+4
* [layer1] Fixed memory leak issue after releasing dedicated modeAndreas.Eversberg2010-09-141-0/+3
* [layer1] Fixed double IRQ bugAndreas.Eversberg2010-09-121-0/+5
* [layer1] Added frequency change control to layer 1 (L1CTL_FREQ_REQ)Andreas.Eversberg2010-09-112-9/+25
* include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut2010-07-272-2/+2
* [display] add driver for the Toppoly TD014, as used in the C139/C140Steve Markgraf2010-07-201-0/+1
* firmware: moved cfi_flash header to flash subdirectoryIngo Albrecht2010-07-201-0/+0
* firmware: board init with a ctor does not seem a good idea to me because i ne...Ingo Albrecht2010-07-201-0/+2
* firmware: removed obsolete commentIngo Albrecht2010-07-201-1/+0Star
* firmware: establish a ramtext section for code that must be in ramIngo Albrecht2010-07-201-3/+1Star
* loader: flash locking commands, various flash reworkIngo Albrecht2010-07-201-52/+23Star
* flash: fixed up headerIngo Albrecht2010-07-201-5/+7
* [firmware] TRF6151: fix VGA gain calculation bugHarald Welte2010-07-191-7/+0Star