mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user