mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
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`.
Flashing: tools/mc1322x-load.pl -f <path/to/binary> -t /dev/<tty-device> more information: https://github.com/malvira/libmc1322x/wiki/libmc1322x#loading-images-to-ram-with-mc1322x-loadpl Erase: cd tools/ftditools/ make ./bbmc -l redbee-econotag erase more information: https://github.com/malvira/libmc1322x/wiki/bbmc