-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/at86rf231: refactoring of the at86rf231 radio driver
* deploy extended operation mode * cleanup * implement netdev 802154.h interface
- Loading branch information
1 parent
fea597b
commit 4c112c6
Showing
18 changed files
with
1,631 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
ifneq (,$(filter defaulttransceiver,$(USEMODULE))) | ||
USEMODULE += at86rf231 | ||
USEMODULE += transceiver | ||
ifeq (,$(filter netdev_base,$(USEMODULE))) | ||
USEMODULE += transceiver | ||
endif | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.