1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native
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
..
drivers native: add two more syscall declarations 2014-10-01 21:56:43 +02:00
include doc: fix ambiguous file name warnings 2014-10-23 20:53:00 +02:00
board_config.c nativenet: Supply net_dev_t support for nativenet 2014-10-09 09:40:58 +02:00
board_init.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
Makefile native: override INCLUDES w/ NATIVEINCLUDES 2014-07-07 23:09:14 +02:00
Makefile.dep nativenet: Supply net_dev_t support for nativenet 2014-10-09 09:40:58 +02:00
Makefile.features make: allow drivers to implement features 2014-10-26 23:54:10 +01:00
Makefile.include make: initialize debugger with TERMFLAGS 2014-10-21 19:49:00 +02:00