sim: Add a configuration for testing 6loWPAN.

This commit is contained in:
Gregory Nutt
2017-04-03 08:46:16 -06:00
parent 04346ebaf2
commit 068ac948e1
5 changed files with 1354 additions and 2 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ config WIRELESS_IEEE802154
---help---
Enables support for the IEEE 802.14.5 Wireless library.
if IEEE802154
if WIRELESS_IEEE802154
config IEEE802154_LOOPBACK
bool "IEEE802154 6loWPAN Loopback"
@@ -43,4 +43,4 @@ config IEEE802154_LOOPBACK_LPWORK
endchoice # Work queue
endif # IEEE802154_LOOPBACK
endif # IEEE802154
endif # WIRELESS_IEEE802154