summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/lib
Commit message (Collapse)AuthorAgeFilesLines
* uart.h: move header out of calypso-directoryWolfram Sang2011-05-051-1/+1
| | | | | | | Everything defined is a pretty generic interface and can be used by mediatek, too. Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
* lib: move delay.c from calypso to libWolfram Sang2011-05-052-1/+17
| | | | | | Nothing calypso-related in there and needed for Mediatek, too. Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
* [firmware] fix code that iterates over constructorsHarald Welte2010-06-241-3/+7
| | | | | the first element after __CTORS_LIST__ contains the number of constructor callbacks in the following array, so we have to skip it.
* [firmware] Add support for __attribute__ ((constructor))Harald Welte2010-06-242-1/+12
| | | | | | We modify the linker scripts to include the .ctors and .dtors sections and add some code to actually call them before we jump to the main() function.
* start to use libosmocore within the firmwareHarald Welte2010-03-073-26/+26
| | | | | | | | | * remove linuxlist.h copy and use osmocore * don't put 'struct gsm_time' into l1ctl packets * include rx_level and snr for each burst in l1ctl * properly build libosmocore.a for target * move gsmtime functions into libosmocore * move ctype.h to standard location
* New build system.Ingo Albrecht2010-03-071-23/+4Star
|
* remove cons_memcpy(), as memcpy() is now fixedHarald Welte2010-03-071-14/+2Star
|
* Initial import of OsmocomBB into git repositoryHarald Welte2010-02-1818-0/+2258