mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Kaspar Schleiser
bb71e979f3
... if the riotboot feature is used. Previously, even an application that had "FEATURES_REQUIRED += riotboot" set would still flash the non-riotboot binary on "make flash". This is usualy not what the user wants. This commit set's the FLASHFILE variable to the combined "riotboot bootloader + slot0 + empty slot1" binary. This has the effect that make all, flash and flash-only will compile and/or flash a working riotboot setup. tests/riotboot and tests/riotboot_flashwrite now default to flashing the riotboot-extended binary. tests/riotboot was previously configured to use the riotboot-combined binary. This has been changed in order to not behave differently than how usual riotboot applications do. |
||
---|---|---|
.. | ||
arch | ||
boards | ||
boot | ||
libc | ||
toolchain | ||
tools | ||
utils | ||
app_dirs.inc.mk | ||
application.inc.mk | ||
bindist.inc.mk | ||
boards.inc.mk | ||
buildtests.inc.mk | ||
cflags.inc.mk | ||
color.inc.mk | ||
defaultmodules.inc.mk | ||
docker.inc.mk | ||
eclipse.inc.mk | ||
info-global.inc.mk | ||
info-nproc.inc.mk | ||
info.inc.mk | ||
mcuboot.mk | ||
modules.inc.mk | ||
murdock.inc.mk | ||
periph.mk | ||
pseudomodules.inc.mk | ||
scan-build.inc.mk | ||
tests.inc.mk | ||
vars.inc.mk |