mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
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:
committed by
Gregory Nutt
parent
97ca4ef956
commit
b4c1ac0659
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user