summaryrefslogtreecommitdiffstats
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2012-02-04firmware/monitor: Improvements and sync supportAndreas Eversberg1-36/+544
2012-02-04firmware: Increased data size for for ram linker scripts.Andreas Eversberg2-4/+4
2012-02-04Improvement of neighbour cell power measurement task.Andreas Eversberg4-4/+14
2012-02-04rename 'monitor' to 'rssi'Harald Welte2-1/+1
2012-02-04layer1/monitor: Adding spectrum analyzer to monitor appAndreas Eversberg1-35/+211
2012-02-04Adding "monitor" application to firmwareAndreas Eversberg2-1/+599
2012-02-03firmware/apps: remove l1test-applicationSteve Markgraf1-249/+0
2012-02-03firmware/apps: print application name on the displaySteve Markgraf3-1/+48
2012-02-03firmware: remove deprecated display drivers and fontsSteve Markgraf6-846/+0
2012-02-03firmware: remove deprecated function calls of old display API, cosmetic changesSteve Markgraf2-9/+7
2012-02-03firmware/fb: add framebuffer driver for J100i displaySteve Markgraf3-4/+201
2012-02-03firmware/fb: add framebuffer driver for TD014 display (C139/C140)Steve Markgraf3-4/+155
2012-02-03Calypso FB: RGB332 to RGB565 conversion function.Christian Vogel1-0/+20
2012-02-03firmware/fb: Fixed color component shiftAndreas Eversberg1-1/+1
2012-02-03firmware/fb: Adding transparent background color for fontsAndreas Eversberg1-2/+4
2012-02-03[PATCH] fw/fb/ssd1783: fix the RGB332 color paletteSteve Markgraf1-10/+20
2012-02-03firmare/framebuffer: Option to center textAndreas Eversberg2-1/+39
2012-02-03firmware/framebuffer: Adding fixed with font with 8x8 pixlesAndreas Eversberg4-3/+1075
2012-02-03Calypso FB: Makefile, "dummy" driver, Hello WorldChristian Vogel3-6/+108
2012-02-03Calypso FB: C155 / SSD1783 Color SupportChristian Vogel4-0/+508
2012-02-03Calypso FB: C123 / ST7558 Black and White SupportChristian Vogel4-0/+480
2012-02-03Calypso FB: Main framebuffer header file.Christian Vogel2-0/+156
2012-02-03Calypso FB: 8 Fonts, header file and utility functions.Christian Vogel10-0/+9461
2012-02-03Removing all traces of the old display drivers.Christian Vogel11-609/+4
2012-01-29timers: comply with timer rename in libosmocoreHarald Welte5-25/+24
2012-01-28layer1: Fixed power measurement, adding ARFCN wrappingAndreas Eversberg2-3/+4
2012-01-28Hold function for power button to turn off the phoneAndreas Eversberg2-11/+17
2012-01-28target/rf: Make the trf6151_set_arfcn use ARFCN_UPLINK flag to select UL/DLSylvain Munaut5-9/+15
2012-01-28firmware/layer1: Using queue to process received l23 frames in main loopAndreas Eversberg3-1/+26
2012-01-28Added callback function to forward L1CTL packets to rather than SERCOMAndreas Eversberg2-2/+11
2011-11-27i2c: fix maximum address an I2C chip can assignAlan Carvalho de Assis1-1/+1
2011-11-21fw/rf/mt6139: Dereference pointerSteve Markgraf1-2/+2
2011-11-15fw/i2c: Fix two printd-related typosSteve Markgraf1-2/+2
2011-11-13target/fw/sim: SIM Layer 1 driverSylvain Munaut6-382/+472
2011-11-09fw/calypso: Fix backlight bl_mode_pwl method (typo)Sylvain Munaut1-1/+1
2011-09-18fw: Add SE J100i-specific board init code and build images for itSteve Markgraf2-1/+146
2011-09-18fw/display: Add and build SSD1963 display driver for the SE J100iSteve Markgraf3-1/+212
2011-09-17fw/compal/rffe: Add correct RFFE-configuration for Compal E86Steve Markgraf2-2/+108
2011-09-16fw/layer1/tpu_window: Open and close RFFE tx_window at the right point of timeSteve Markgraf1-3/+10
2011-08-31fw/comm/msgb: fix length parameter in memset-callSteve Markgraf1-2/+2
2011-08-31fw/layer1/fbsb: fix newline in a printf()-callSteve Markgraf1-1/+1
2011-08-31fw/display/font: add proper 8x8 font for the st7558 display driverSteve Markgraf1-0/+261
2011-08-31fw/display/font: remove old 8x8 font used by the st7558 display driverSteve Markgraf1-0/+0
2011-08-30fw/abb/twl3025: handle interrupt on powerbutton pressSteve Markgraf1-0/+7
2011-08-03fw/calypso/dsp: Fix wrong hardcoded boot code constantSylvain Munaut1-1/+1
2011-07-28fw/prim_tch: Add support for sending frame from l23 (TRAFFIC_REQ/CONF)Sylvain Munaut1-3/+73
2011-07-28fw/prim_tch: Add support for sending traffic frames to l23 (TRAFFIC_IND)Sylvain Munaut1-2/+28
2011-07-28fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut4-10/+33
2011-07-28fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut2-0/+28
2011-07-28l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut1-1/+1