Skip to content

Commit 8d014bc

Browse files
author
Cruz Monrreal
authored
Merge pull request #8585 from JarkkoPaso/IOTTHD-2884
Phy drivers: Added S2-LP driver
2 parents 3d09f3b + 425e7a9 commit 8d014bc

File tree

7 files changed

+2013
-0
lines changed

7 files changed

+2013
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Example RF driver for STM 802.15.4 transceivers #
2+
3+
Support for:
4+
* S2-LP
5+
6+
This driver is used with 6LoWPAN and Wi-SUN stacks.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "s2lp",
3+
"config": {
4+
"provide-default": {
5+
"help": "Provide default NanostackRfpy. [true/false]",
6+
"value": false
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)