configs/: Rename all stm32_wireless.c files to stm32_cc3000.c.
This commit is contained in:
parent
c3990e1b7f
commit
3949ab38fd
@ -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
|
||||
|
@ -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>
|
@ -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),)
|
||||
|
@ -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>
|
@ -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)
|
||||
|
@ -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>
|
@ -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)
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user