This commit removes all support and all references to the Spark board and to the CC3000 wireless part.

Squashed commit of the following:

Author: Gregory Nutt <gnutt@nuttx.org>
    Fix a few remaining refereces to cc3000.

Author: Alan Carvalho de Assis <acassis@gmail.com>
    drivers/wireless/cc3000: emove the driver to support CC3000 because it doesn't use the USRSOCKET

Author: Alan Carvalho de Assis <acassis@gmail.com>
    configs:  Remove board support to CC3000 from all relevant configurations.

Author: Gregory Nutt <gnutt@nuttx.org>
    configs/spark:  Removes Spark board configuration.  Still available in the Obsoleted repository.  This is preparation for removal of CC3000 support by Alan Carvalho de Assis.  If there is no CC3000 support, then there is no purpose in supporting the Spark either.
This commit is contained in:
Alan Carvalho de Assis
2018-04-04 09:32:39 -06:00
committed by Gregory Nutt
parent 97ca4ef956
commit b4c1ac0659
87 changed files with 14 additions and 18642 deletions
-6
View File
@@ -23,12 +23,6 @@ config CC1101_SPIDEV
endif
menuconfig WL_CC3000
bool "CC3000 Wireless Module support"
default n
select SPI
source drivers/wireless/cc3000/Kconfig
source drivers/wireless/spirit/Kconfig
menuconfig DRIVERS_IEEE802154