1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/telosb
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
..
include doc: fix ambiguous file name warnings 2014-10-23 20:53:00 +02:00
board.c lint: reduce scope 2014-09-12 11:50:12 +02:00
driver_cc2420.c doc: use lgplv2.1-short license header instead of lgplv2-short-v2 2014-07-31 22:57:20 +02:00
Makefile removed redundant include pathes from Makefiles 2014-01-05 16:11:08 +01:00
Makefile.dep remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
Makefile.features make: allow drivers to implement features 2014-10-26 23:54:10 +01:00
Makefile.include make: don't overwrite LINKFLAGS 2014-10-17 22:39:45 +02:00
uart.c initialize kernel_pid_t correctly 2014-08-07 16:31:27 +02:00