aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-12-15firmware: add crc stub to all dfu apps to ensure reliable loadingEric Wild1-18/+40
2021-11-24firmware: remove dfu-dfu default targetEric Wild1-1/+1
2021-11-01firmware: drop cref printingEric Wild1-1/+1
2021-11-01firmware: add bootloader update "app"Eric Wild1-7/+29
2021-10-20clang build supportEric Wild1-9/+29
2021-10-04Revert "firmware: data sections"Eric Wild1-1/+1
2021-10-04contrib/jenkins.sh: lower trace to make bl fitEric Wild1-0/+1
2021-08-02firmware: proper makefile depsEric Wild1-2/+2
2021-08-02firmware: data sectionsEric Wild1-1/+1
2021-04-08firmware: disable stack protector by defaultOliver Smith1-6/+8
2021-04-07firmware: qmod-dfu: disable stack protectorOliver Smith1-0/+6
2021-04-04firmware: allow verbose buildsEric Wild1-6/+14
2021-04-04firmware: do not allow undefined symbolsEric Wild1-2/+2
2021-03-05firmware: create duplicate files for upload onlyOliver Smith1-4/+0
2021-03-05firmware/Makefile: fix UNKNOWN in OBS packagesOliver Smith1-1/+1
2020-08-05firmware: fix builds with gcc stack smashing protection enabledHarald Welte1-1/+1
2020-01-16DFU: add DFU applicationKévin Redon1-1/+1
2020-01-11firmware: move printing of welcome banner to common function print_banner()Harald Welte1-1/+2
2019-12-11Makefile: add linker option showing memory usageKévin Redon1-1/+1
2019-12-06Build only 'reasonable' combinations of APP/MEMORY0.7.0Harald Welte1-4/+6
2019-12-06Patch actual board name into the USB iProduct string descriptorHarald Welte1-1/+6
2019-12-02fix baudrate of 'make log'Harald Welte1-1/+1
2019-12-02minor: fix spacingKévin Redon1-1/+1
2019-08-01publish: also upload latestKévin Redon1-6/+7
2019-06-20firmware: name binaries including their git version numberHarald Welte1-2/+2
2019-05-23remove unused make defineKévin Redon1-3/+1
2019-05-23add make DEFINE to remove assert ERASE codeKévin Redon1-1/+5
2018-08-26firmware: Enable -Wformat and resolve all related compiler warningsHarald Welte1-2/+1
2018-08-26Makefiles: Add "make install" targetHarald Welte1-0/+4
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