aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Makefile: fix automatic creation of obj directoryHarald Welte1-1/+1
2017-11-28Makefile: Disable -Wundef and -Wsign-compare for nowHarald Welte1-2/+2
2017-05-07migrate from req_ctx to msgbHarald Welte1-1/+1
2017-05-07Makefile: remove .p files during 'make clean'Harald Welte1-1/+1
2017-05-07Makefile: Don't warn about failed inlinesHarald Welte1-1/+1
2017-05-05Makefile: Add new 'combined' target to build combined DFU+APP imageHarald Welte1-0/+9
2017-03-06qmod: Use different Interface Strings for Modem1+2 / Modem 3+4Harald Welte1-1/+1
2017-03-05Generate USB Strings from apps/*/usb_strings.txt files at compile timeHarald Welte1-1/+8
2017-03-02Makefile: Define APPLICATION_foo BOARD_bar and ENVIRONMENT_baz #definesHarald Welte1-3/+5
2017-02-27Makefile: Optimize for sizeHarald Welte1-1/+1
2017-02-27move last few files from src_board / include_boardHarald Welte1-2/+1
2017-02-27Remove newlib dependency, include own stdio/string/assertHarald Welte1-56/+56
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte1-23/+30
2017-02-27Change directory structure to align with Atmel softpackHarald Welte1-12/+20
2017-02-27WIP: Introduce USB DFU code from my at91lib DFU portHarald Welte1-3/+4
2017-02-26WIP: split main from board-speciic partsHarald Welte1-1/+1
2017-02-26build efc.o and flashd.o as part of build processHarald Welte1-1/+1
2017-02-10Add support for board version reading via ADCHarald Welte1-1/+1
2017-02-04Import libosmocore timer infrastructure and use it for PERSTHarald Welte1-2/+3
2017-02-04Introudce an include_libosmocore directory and move (updated) linuxlist thereHarald Welte1-1/+1
2017-02-03Add support for controlling PERST of WWAN modems (on qmod)Harald Welte1-1/+1
2017-02-03wwan_led: Read + report status changes of WWAN LED inputsHarald Welte1-1/+1
2016-08-21WIP: bit-banging I2C support for EEPROM access on QMODHarald Welte1-1/+1
2016-08-21Add support for 'qmod' (quad-modem) boardHarald Welte1-2/+1
2016-03-20read SAM3S unique serial number at start and print itHarald Welte1-1/+1
2016-03-19ensure git version ends up in firmware imageHarald Welte1-0/+4
2016-03-16ringbuffer: Make ring buffer access irq-saveHarald Welte1-2/+2
2016-02-29req_ctx: Convert from hand-coded linked lists to linuxlist.hHarald Welte1-1/+1
2016-02-28owhw: Make owhw/board.h the default for nowHarald Welte1-1/+5
2016-02-28re-introduce req_ctx buffers into the host communicationHarald Welte1-1/+1
2016-02-27Add card_emu_target.c to bind card_emu.c code into target firmwareHarald Welte1-1/+1
2015-11-30split board.h into generic part and simtrace-specific partHarald Welte1-0/+1
2015-11-09initial commit of more code towards card emulationHarald Welte1-1/+2
2015-11-08Move Fi/Di calculation functions to separate C fileHarald Welte1-1/+1
2015-05-08Makefile: Removed unused object file target tc_etuChristina Quast1-1/+1
2015-05-03iso7816_uart.c: Do not compileChristina Quast1-1/+1
2015-05-02Added not working PTS parsing to host communicationChristina Quast1-1/+1
2015-04-13Makefile: Check for already opened ttyUSBxChristina Quast1-1/+1
2015-04-12Sniffer with ringbuf, works SOMETIMESChristina Quast1-1/+1
2015-04-11phone.c: Sniffer bus config make switchChristina Quast1-1/+3
2015-04-11ringbuffer implementationChristina Quast1-1/+1
2015-04-09Renamed simtrace_src to src_simtraceChristina Quast1-2/+2
2015-04-08Makefile: 'make log' for debug dumps over serialChristina Quast1-0/+5
2015-04-07Rename simtrace/ to simtrace_srcChristina Quast1-2/+2
2015-04-07Makefile: Compile silently and show code files usedChristina Quast1-5/+5
2015-04-07Makefile: Enabled iprintf, removed commentChristina Quast1-4/+3
2015-04-07Renamed main folder to firmwareChristina Quast1-0/+187