MRF24J40/Clicker2: Add an MRF24J40 device configuration to the Clicker2 STM32 board. Fix a few errors discovered during build.

This commit is contained in:
Gregory Nutt
2017-03-24 13:49:17 -06:00
parent b3f259e488
commit e97a13ea90
8 changed files with 1581 additions and 11 deletions
-1
View File
@@ -6,7 +6,6 @@
config WIRELESS
bool "Wireless Support"
default n
depends on EXPERIMENTAL
---help---
Enables overall support for Wireless library.
-1
View File
@@ -6,7 +6,6 @@
config WIRELESS_IEEE802154
bool "IEEE 802.15.4 Wireless Support"
default n
depends on EXPERIMENTAL
---help---
Enables support for the IEEE 802.14.5 Wireless library.