1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/pca10000
René Kijewski 765c88d08a make: allow drivers to implement features
This change allows drivers (or any module for that matter) to provide
features. This is e.g. useful if a board does not have a transceiver,
but your application uses `USEMODULE += some_driver`, which implements
the transceiver interface.

The line `FEATURES_PROVIDED += some_feature` should go to the guarded
block in `{sys,drivers}/Makefile.include`.
2014-10-26 23:54:10 +01:00
..
dist board/pca1000x: added/fixed dist scripts 2014-08-27 15:15:20 +02:00
include doc: add names to pca1000x boards 2014-10-23 20:53:00 +02:00
board.c boards/pca10000: squash added support for Nordic Dev Kit p1 2014-08-04 13:42:07 +02:00
Makefile boards/pca10000: squash added support for Nordic Dev Kit p1 2014-08-04 13:42:07 +02:00
Makefile.features make: allow drivers to implement features 2014-10-26 23:54:10 +01:00
Makefile.include make: Fix TERMFLAGS 2014-08-22 01:09:55 +02:00