configs/: Rename all stm32_wireless.c files to stm32_cc3000.c.

This commit is contained in:
Gregory Nutt 2017-03-24 17:21:28 -06:00
parent c3990e1b7f
commit 3949ab38fd
8 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@ CSRCS += stm32_buttons.c
endif
ifeq ($(CONFIG_WL_CC3000),y)
CSRCS += stm32_wireless.c
CSRCS += stm32_cc3000.c
ifeq ($(CONFIG_CC3000_PROBES),)
CSRCS += stm32_io.c
endif

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/nucleo-l476rg/src/stm32_wireless.c
* configs/nucleo-l476rg/src/stm32_cc3000.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Laurent Latil <laurent@latil.nom.fr>

View File

@ -66,7 +66,7 @@ CSRCS += stm32_composite.c
endif
ifeq ($(CONFIG_WL_CC3000),y)
CSRCS += stm32_wireless.c
CSRCS += stm32_cc3000.c
endif
ifeq ($(CONFIG_CC3000_PROBES),)

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/spark/src/stm32_wireless.c
* configs/spark/src/stm32_cc3000.c
*
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved.
* Author: Laurent Latil <laurent@latil.nom.fr>

View File

@ -44,7 +44,7 @@ CSRCS += stm32_pwm.c
endif
ifeq ($(CONFIG_WL_NRF24L01),y)
CSRCS += stm32_wireless.c
CSRCS += stm32_cc3000.c
endif
ifeq ($(CONFIG_LIB_BOARDCTL),y)

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/stm32_tiny/src/stm32_wireless.c
* configs/stm32_tiny/src/stm32_cc3000.c
*
* Copyright (C) 2009, 2013, 2017 Gregory Nutt. All rights reserved.
* Author: Laurent Latil <laurent@latil.nom.fr>

View File

@ -86,7 +86,7 @@ CSRCS += stm32_veml6070.c
endif
ifeq ($(CONFIG_WL_NRF24L01),y)
CSRCS += stm32_wireless.c
CSRCS += stm32_cc3000.c
endif
ifeq ($(CONFIG_USBDEV),y)

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/stm32f103-minimum//src/stm32_wireless.c
* configs/stm32f103-minimum//src/stm32_cc3000.c
*
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Laurent Latil <laurent@latil.nom.fr>