1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/frdm-kw41z
Gaëtan Harter 19224ec1d5
kinetis: move filtering-out periph_hwrng in cpu/kinetis
This removes doing `filter-out periph_hwrng, $(FEATURES_PROVIDED)`
after processing `cpu/$(CPU)/Makefile.features`.
The current solution is a HACK as `CPU_MODEL` is currently not available
at that moment but will be in the near future.

It will allow always including `cpu/$(CPU)/Makefile.features` after
`boards/$(BOARD)/Makefile.features`.

It is a part of moving `CPU/CPU_MODEL` definitions to `Makefile.features`.
2019-05-06 15:12:47 +02:00
..
include Merge pull request #10414 from gebart/frdm-kw41z/btn-macros 2018-11-19 16:14:05 +01:00
board.c kinetis: Refactor clock generator initialization 2018-04-17 06:59:22 +02:00
doc.txt boards/frdm-kw41z: cleanup documentation 2018-08-10 13:54:25 +02:00
Makefile boards/frdm-kw41z: Add NXP FRDM-KW41Z 2018-03-02 15:40:35 +01:00
Makefile.dep boards/frdm-kw41z: autoload fxos8700 with saul_default 2018-11-15 21:23:08 +01:00
Makefile.features kinetis: move filtering-out periph_hwrng in cpu/kinetis 2019-05-06 15:12:47 +02:00
Makefile.include frdm: Use configuration for OpenOCD 0.10.0 or newer by default 2018-11-29 14:23:49 +01:00