1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles
Marian Buschsieweke 8d8af31e39
driver/stm32_eth: Integrate into periph_eth
The stm32_eth driver was build on top of the internal API periph_eth, which
was unused anywhere. (Additionally, with two obscure exceptions, no functions
where declared in headers, making them pretty hard to use anyway.)

The separation of the driver into two layers incurs overhead, but does not
result in cleaner structure or reuse of code. Thus, this artificial separation
was dropped.
2020-08-17 20:29:33 +02:00
..
arch Makefile: use normal conditionals 2020-06-29 22:40:29 +02:00
boards makefiles/sam0: only fail on missing device with explicit targets 2020-07-03 10:24:40 +02:00
boot Makefile*: Allow multiple external board dirs 2020-04-29 18:32:39 +02:00
libc make/newlib: remove use of export for LINKFLAGS 2020-01-02 09:51:40 +01:00
toolchain makefiles/toolchain: don't export all variables 2020-06-24 11:00:54 +02:00
tools makefiles/tools: add common bossa makefile 2020-07-10 11:56:11 +02:00
utils makefiles/utils: functions for lowercase and uppercase 2019-08-29 13:59:31 +02:00
app_dirs.inc.mk make: use $(MAKE) instead of direct make call 2020-07-03 12:03:06 +02:00
application.inc.mk Makefile*: Allow multiple external board dirs 2020-04-29 18:32:39 +02:00
auto_init.inc.mk makefiles: add common makefile for auto_init modules 2020-06-08 10:27:35 +02:00
bindist.inc.mk bindist: remove APPLICATION_MODULE duplicate 2018-03-22 14:32:24 +01:00
blob.inc.mk makefiles/blob.inc.mk: introduce blob -> hdr utility makefile 2019-11-18 17:53:47 +01:00
boards.inc.mk Makefile*: Allow multiple external board dirs 2020-04-29 18:32:39 +02:00
buildtests.inc.mk many typo fixes 2019-11-23 22:39:07 +01:00
cflags.inc.mk makefiles/cflags.inc.mk: set unless deactivated 2020-01-10 08:58:54 +01:00
color.inc.mk makefiles/color: fix build on NixOS 2020-02-27 18:13:36 +01:00
default-radio-settings.inc.mk drivers/cc110x : Add CONFIG_ 2020-04-17 23:27:01 +05:30
defaultmodules.inc.mk drivers/periph_common: add periph_init% module 2020-03-06 11:21:19 +01:00
dependencies_debug.inc.mk cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
dependency_resolution.inc.mk build system: Restructure dependency resolution 2020-04-02 09:55:07 +02:00
docker.inc.mk make: use $(MAKE) instead of direct make call 2020-07-03 12:03:06 +02:00
eclipse.inc.mk eclipse.inc.mk: Split eclipse support into it's own file. 2018-12-05 15:22:42 +01:00
features_check.inc.mk makefiles: Minor clean ups 2020-04-02 09:56:39 +02:00
features_modules.inc.mk core: make idle thread optional 2020-06-25 16:02:28 +02: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 cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
info-nproc.inc.mk make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
info.inc.mk Makefile*: Allow multiple external board dirs 2020-04-29 18:32:39 +02:00
kconfig.mk makefiles/kconfig: Output out.config with generated configuration 2020-04-08 17:37:05 +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: Add note regarding 'IS_USED' macro. 2019-11-11 12:53:18 +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 Makefile: remove usage of SUBMODULES_NOFORCE 2020-04-15 12:11:44 +02:00
pseudomodules.inc.mk driver/stm32_eth: Integrate into periph_eth 2020-08-17 20:29:33 +02:00
scan-build.inc.mk make: use $(MAKE) instead of direct make call 2020-07-03 12:03:06 +02:00
stdio.inc.mk cpu/cortexm_common: Rename arch_cortexm feature to cpu_core_cortexm 2020-06-16 12:05:41 +02:00
suit.base.inc.mk tests/suit_v3_manifest: Add draft-ietf-v3 manifest parser test 2020-03-19 22:56:01 +01:00
suit.inc.mk tests/suit_v3_manifest: Add draft-ietf-v3 manifest parser test 2020-03-19 22:56:01 +01:00
tests.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
usb-codes.inc.mk usb Kconfig: Provide explicit defaults 2020-06-30 10:51:42 +02:00
vars.inc.mk makefiles/vars.inc.mk: don't export APPDEPS globally 2020-06-28 12:14:31 +02:00