summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps
AgeCommit message (Expand)AuthorFilesLines
2015-12-31cleanup some compile warningsMax1-8/+7
2013-09-26Fix wrong msgb_pull usageSylvain Munaut2-4/+4
2013-04-07fw: remove deprecated chainload appSteve Markgraf1-54/+0
2013-01-05fw: apps/loader: initialize framebuffer and show somethingSteve Markgraf1-0/+23
2013-01-05fw: introduce per-board uart mappingSteve Markgraf2-4/+8
2013-01-05fw: introduce with_irq parameter for board_init()Steve Markgraf7-25/+8
2012-09-08use msgb_pull() to get bytes from start of message, not msgb_get()Harald Welte2-36/+36
2012-06-25Properly name firmware images OsmocomBB not just OSMOCOM !Harald Welte7-7/+7
2012-04-28firmware/rssi: Adding symbols to display battery and RX levelAndreas Eversberg1-2/+20
2012-04-28Add battery info to hello world.Christian Vogel1-0/+33
2012-02-12firmware: add missing includesSteve Markgraf3-0/+3
2012-02-07firmware/rssi: Fixed offset of power bars in sync modeAndreas Eversberg1-1/+1
2012-02-07firmware/monitor: Added channel request to measure distance from cellAndreas Eversberg1-34/+296
2012-02-04firmware/monitor: Improvements and sync supportAndreas Eversberg1-36/+544
2012-02-04rename 'monitor' to 'rssi'Harald Welte1-0/+0
2012-02-04layer1/monitor: Adding spectrum analyzer to monitor appAndreas Eversberg1-35/+211
2012-02-04Adding "monitor" application to firmwareAndreas Eversberg1-0/+598
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 function calls of old display API, cosmetic changesSteve Markgraf1-6/+4
2012-02-03Calypso FB: Makefile, "dummy" driver, Hello WorldChristian Vogel1-0/+25
2012-02-03Removing all traces of the old display drivers.Christian Vogel3-19/+3
2012-01-29timers: comply with timer rename in libosmocoreHarald Welte3-3/+3
2012-01-28firmware/layer1: Using queue to process received l23 frames in main loopAndreas Eversberg1-0/+1
2011-11-13target/fw/sim: SIM Layer 1 driverSylvain Munaut2-6/+83
2011-07-17fw/apps: Remove manual gain control with keyboardSylvain Munaut2-54/+0
2011-07-17[rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg2-2/+2
2011-05-15src: use namespace prefix osmo_* for crc16 functionsPablo Neira Ayuso2-6/+6
2011-05-05target/boards: add infrastructure for loaders for Mediatek platformsWolfram Sang1-0/+366
2011-05-05uart.h: move header out of calypso-directoryWolfram Sang1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-1/+1
2011-01-24fw/app/layer1: unset the inverted attribute of the display after layer1_init()Steve Markgraf1-1/+2
2011-01-12target/loader: disable bootrom mappingSteve Markgraf1-0/+3
2011-01-11target/simtest: remove delay functionsSteve Markgraf1-30/+9
2011-01-11fixed typos in commentsThomas Waldmann4-10/+10
2010-08-17loader: convert to kernel styleIngo Albrecht1-45/+54
2010-07-20[apps] add chainloading applicationSteve Markgraf1-0/+53
2010-07-20firmware: moved cfi_flash header to flash subdirectoryIngo Albrecht1-1/+1
2010-07-20loader: meaner. now supports address ranges for all relevant flash operations...Ingo Albrecht1-3/+15
2010-07-20firmware: gave all apps a proper hello message and let them print their git r...Ingo Albrecht5-6/+8
2010-07-20firmware: added missing init callsIngo Albrecht4-0/+8
2010-07-20firmware: board init with a ctor does not seem a good idea to me because i ne...Ingo Albrecht1-0/+2
2010-07-20loader: commented startup behaviourIngo Albrecht1-1/+1
2010-07-20firmware: removed flash safety hackIngo Albrecht1-6/+2
2010-07-20firmware: non-asm backlight initIngo Albrecht1-0/+4
2010-07-20firmware: flash programmingIngo Albrecht1-5/+50
2010-07-20loader: flash locking commands, various flash reworkIngo Albrecht2-51/+136
2010-07-20firmware: removed old compal_dump.Ingo Albrecht1-79/+0
2010-07-20loader: incomplete crc support and query timeoutsIngo Albrecht1-3/+19
2010-07-20loader: removed cruftIngo Albrecht1-7/+0