1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles
smlng 2de4b3011b periph_common: add as dependency to periph drivers
Rational: the periph_common module is required by (most) other periph drivers
and also during startup of the CPU/MCU to run periph_init. The latter is only
required if other periph drivers are used, hence periph_common should be a
depency of periph_* modules and *not* of the CPU/MCU. This PR fixes that
by making periph_common a depency of periph_* and removing the explicit
include in the CPU/MCU implementation.
2019-06-03 13:44:10 +02:00
..
arch periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00
boards makefiles/tools: remove useless export when setting DEBUG_ADAPTER_ID 2019-06-03 10:32:08 +02:00
boot riotboot: remove compatibility for ELFFILE as file to flash 2019-03-26 19:26:42 +01:00
libc make: newlib: check if newlib nano folder was found 2019-03-08 18:47:23 +01:00
toolchain makefiles/toolchain: fallback to 'objdump' 2019-05-28 14:04:31 +02:00
tools makefiles/tools/uniflash.inc.mk: remove empty RESET_FLAGS 2019-06-03 12:29:41 +02:00
utils makefiles/utils: add tests for checks.mk. 2018-12-07 18:19:38 +01:00
app_dirs.inc.mk makefiles/app_dirs.inc.mk: target to list supported applications/boards 2019-05-27 17:21:39 +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
buildtests.inc.mk makefiles/buildtests.inc.mk: fix 'clean-intermediates' not cleaning 2018-10-24 11:38:10 +02:00
cflags.inc.mk cflags.inc.mk: fix cflags test for llvm 2018-07-19 18:59:20 +02:00
color.inc.mk make: Do not attempt to use color if the terminal cannot support it 2017-11-16 20:04:18 +01:00
defaultmodules.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
docker.inc.mk makefiles/docker: export BOARDS 2019-04-12 09:19:17 +02:00
eclipse.inc.mk eclipse.inc.mk: Split eclipse support into it's own file. 2018-12-05 15:22:42 +01:00
info-global.inc.mk Makefile.features: add a common file for the features parsing 2019-05-02 17:45:51 +02:00
info-nproc.inc.mk make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
info.inc.mk Makefile.include: introduce FLASHFILE 2019-02-28 18:11:49 +01: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: do not overwrite FLASHFILE if set 2019-03-04 15:52:35 +01:00
periph.mk make: add Makefile.periph 2017-11-06 12:01:01 +01:00
pseudomodules.inc.mk pkg/semtech-loramac: make RX optional 2019-05-29 16:24:52 +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 make: add LOG_LEVEL to overridable variables 2019-05-28 22:49:04 +02:00