1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles
Gaëtan Harter 971b1acdb2
makefiles/docker.inc.mk: add PROGRAMMER to the exported variables
Depending on the PROGRAMMER used, the file used for flashing may be
different, like openocd/jlink, so the file being generated when
compiling should be different.

Because of this, when building in docker, the build system needs to know
for which programmer you are building for.

This manifested for 'nordic_softdevice' applications when using 'openocd'
but is not limited to this case.
2019-09-12 12:38:31 +02:00
..
arch toolchain/cflags: enable dwarf compression. 2019-09-02 14:43:26 +02:00
boards makefiles/tools: remove useless export when setting DEBUG_ADAPTER_ID 2019-06-03 10:32:08 +02:00
boot makefiles/riotboot: pass DEBUG_ADAPTER_ID to bootloader recipes 2019-07-24 16:27:37 +02:00
libc make: newlib: check if newlib nano folder was found 2019-03-08 18:47:23 +01:00
toolchain llvm: blacklist incompatible CFLAGS 2019-08-29 17:43:54 +02:00
tools makefiles/tools: pass DEBUG_ADAPTER_ID to pyocd 2019-09-12 08:13:28 +02:00
utils makefiles/utils: functions for lowercase and uppercase 2019-08-29 13:59:31 +02:00
app_dirs.inc.mk makefiles/app_dirs.inc.mk: Calculate 'BOARDS' value only once 2019-06-07 16:32:04 +02:00
application.inc.mk makefiles: Add an APPLICATION_MODULE variable 2018-01-30 17:27:03 +01:00
bindist.inc.mk bindist: remove APPLICATION_MODULE duplicate 2018-03-22 14:32:24 +01:00
boards.inc.mk makefiles/boards.inc.mk: list boards variables 2019-06-07 16:32:04 +02:00
buildtests.inc.mk Merge pull request #11771 from cladmi/pr/make/remove_riot_version_override 2019-08-20 16:54:24 +02:00
cflags.inc.mk toolchain/cflags: enable dwarf compression. 2019-09-02 14:43:26 +02:00
color.inc.mk makefiles/color: detect if writing to terminal. 2019-08-30 16:35:25 +02:00
default-channel.inc.mk makefiles: Refactored channel configuration 2019-09-10 10:04:52 +02:00
defaultmodules.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
docker.inc.mk makefiles/docker.inc.mk: add PROGRAMMER to the exported variables 2019-09-12 12:38:31 +02:00
eclipse.inc.mk eclipse.inc.mk: Split eclipse support into it's own file. 2018-12-05 15:22:42 +01:00
git_version.inc.mk makefiles/git_version.inc.mk: deferred GIT_VERSION definition 2019-07-22 12:00:45 +02:00
info-global.inc.mk makefiles/info-global.inc.mk: bug: honor DEFAULT_MODULE$ 2019-08-21 17:57:30 +02:00
info-nproc.inc.mk make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
info.inc.mk makefiles: documentation for BINFILE 2019-07-16 12:05:00 +02:00
mcuboot.mk Merge pull request #11130 from cladmi/pr/make/flashfile/jlink 2019-03-14 12:01:02 +01:00
modules.inc.mk makefiles/modules.inc.mk: refactor, do not overwrite NO_PSEUDOMODULES 2019-03-05 16:04:20 +01:00
murdock.inc.mk makefiles/murdock.inc.mk: change policy to run tests by default 2019-08-21 12:49:26 +02:00
periph.mk make: add Makefile.periph 2017-11-06 12:01:01 +01:00
pseudomodules.inc.mk Merge pull request #11781 from fjmolinas/pr_schedstatistics_refactor 2019-09-11 20:11:55 +02:00
scan-build.inc.mk Makefile.include: introduce FLASHFILE 2019-02-28 18:11:49 +01:00
tests.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
vars.inc.mk makefiles/vars.inc.mk: export CFLAGS_CPU 2019-08-29 10:35:36 +02:00