-
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/kw2xrf: reduce scope of test application
- Loading branch information
1 parent
f47943e
commit b022d3d
Showing
3 changed files
with
6 additions
and
48 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,12 +1,10 @@ | ||
# About | ||
This is a manual test application for testing the KW2xrf network device driver. | ||
This is a manual test application for testing the KW2XRF device driver. It enables several shell commands, allowing for special test modes of that device. Without deeper knowledge about the hardware, this application might be useless except for compile tests. If you want an example to use this radio, check the [examples](../../examples) folder. | ||
|
||
For running this test, you need to connect/configure the following pins of your | ||
radio device: | ||
radio device. If you are running on a phyNODE, this is already the on-board default. | ||
|
||
- SPI DEV | ||
- CS (chip select) | ||
- INT (external interrupt) | ||
|
||
# Usage | ||
For testing the radio driver you can use the netif and txtsnd shell commands | ||
that are included in this application. |
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