summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
Commit message (Expand)AuthorAgeFilesLines
* layer1/mframe_sched: Make task update saferSylvain Munaut2010-04-281-0/+2
* fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut2010-04-282-4/+22
* sercomm: implemented a trivial echo dlci.Ingo Albrecht2010-04-241-0/+1
* layer1: move FB and SB detection into prim_fbsb.cHarald Welte2010-04-092-0/+10
* layer1: move normal burst receive code to prim_rx_nb.cHarald Welte2010-04-092-0/+10
* layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte2010-04-092-0/+19
* firmware: proper namespace in manifest.Ingo Albrecht2010-04-081-2/+4
* firmware: Introduced a build manifest.Ingo Albrecht2010-04-081-0/+8
* layer1: bsic should be uint8_t, not uint32_tHarald Welte2010-04-071-1/+1
* layer1: remove sb_cnt and sb_once static global variablesHarald Welte2010-04-071-0/+6
* layer1: replace fb_once with l1s.fb.modeHarald Welte2010-04-071-0/+3
* layer1: add l1s_cell_info (sync info) for neighbor cellsHarald Welte2010-04-061-0/+4
* layer1: more comments about l1s data structure fieldsHarald Welte2010-04-061-3/+16
* layer1: properly reset fb_once and sb_once when syncing to new cellHarald Welte2010-04-061-0/+3
* Implement L23-triggered L1 power measurement scanHarald Welte2010-03-272-0/+14
* misc compiler warning fixesHarald Welte2010-03-221-1/+1
* remove 'l1s.task' value for local DSP task checkingHarald Welte2010-03-171-2/+0Star
* firmware: watchdog-based system resetIngo Albrecht2010-03-141-0/+3
* Introduce LCD display_driver infrastructureHarald Welte2010-03-123-22/+47
* Fix some compiler warnings...Holger Hans Peter Freyther2010-03-081-0/+1
* stdint.h: Make it work with my GCC 4.3.3/GLIBC 2.9 toolchainHolger Hans Peter Freyther2010-03-081-2/+12
* add missing inet.hHarald Welte2010-03-071-0/+2
* start to use libosmocore within the firmwareHarald Welte2010-03-0713-403/+15Star
* remove __force macro referencesHarald Welte2010-03-071-28/+28
* import byte-ordering defines/macros from linuxHarald Welte2010-03-075-0/+426
* add comment on why using cons_puts() from msgb.hHarald Welte2010-03-071-0/+3
* firmware: multi-board build supportIngo Albrecht2010-03-071-0/+2
* fix even more compiler warningsHarald Welte2010-03-071-0/+2
* fix stdint.h to remove bogus warnings of printf format stringsHarald Welte2010-03-071-2/+2
* fix misc.h header file logicHarald Welte2010-03-071-0/+1
* fix compiler warningsHarald Welte2010-03-072-0/+6
* linuxlist.h: use __unusedHarald Welte2010-03-071-1/+2
* add __unused #define to indicate unused function argumentsHarald Welte2010-03-071-2/+3
* Added Solomon SSD1783 display driver for Motorola C155Harald Welte2010-03-071-0/+63
* Skeleton of bootloader.Ingo Albrecht2010-03-071-0/+1
* Buffer formatting and scanning functions.Ingo Albrecht2010-03-071-0/+21
* Allow use of uart driver without interrupts.Ingo Albrecht2010-03-071-1/+3
* Allow use of keypad driver without interrupts.Ingo Albrecht2010-03-071-2/+2
* Some msgb formatting functions.Ingo Albrecht2010-03-071-0/+20
* Some attribute macros, including placeholders for fast-memory attributes.Ingo Albrecht2010-03-071-0/+18
* add 'struct timer_list' timer code similar to linux + OpenBSCHarald Welte2010-03-071-0/+76
* fix assembler memcpy() for little endianHarald Welte2010-03-061-0/+16
* add new ARFCN flag to indicate that we're dealing with uplinkHarald Welte2010-03-051-0/+1
* ensure RF_ARFCN is part of l1ctl messages sent to hostHarald Welte2010-03-041-1/+1
* declare l1s_dsp_abort() in header fileHarald Welte2010-03-031-0/+2
* sched_gsmtime uses const for 'struct tdma_sched_item *'Harald Welte2010-03-031-2/+2
* fix merge artefacts, make firmware build againHarald Welte2010-03-021-1/+1
* Inter-Layer intergration workHarald Welte2010-03-021-0/+2
* Include channel number and link identifier in L1 DL infoHarald Welte2010-03-011-0/+6
* extend TDMA scheduler functions to use third parameter (p3)Harald Welte2010-03-012-7/+9