This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
e859d74ea4
RIOT
/
boards
/
msbiot
/
Makefile.features
4 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
board/msbiot: added support for C++
2014-11-18 18:20:06 +01:00
FEATURES_PROVIDED
+=
cpp
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:36:05 +01:00
FEATURES_PROVIDED
+=
periph_gpio
boards - msbiot: prepare msbiot for new cc110x driver
2014-09-23 01:33:45 +02:00
FEATURES_PROVIDED
+=
transceiver
Copy Permalink