Initial cut of a driver for the TI CC3000 network module with support on the Freescale KL25Z board from Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt
2013-09-03 14:59:48 -06:00
parent 10da3662e4
commit 29d4748b1b
30 changed files with 8983 additions and 39 deletions
+6
View File
@@ -8,6 +8,11 @@ config WL_CC1101
default n
select SPI
menuconfig WL_CC3000
bool "CC3000 Wireless Module support"
default n
select SPI
config WL_NRF24L01
bool "nRF24l01+ transceiver support"
default n
@@ -15,6 +20,7 @@ config WL_NRF24L01
---help---
This options adds driver support for the Nordic nRF24L01+ chip.
if WL_NRF24L01
config WL_NRF24L01_DFLT_ADDR_WIDTH