Skip to content

Commit 01875eb

Browse files
committed
WICED: Move directory to WiFi driver
WICED is something is build to Cypress WiFi on multiple devices, it's a binary form. It is owned by Seeed studio
1 parent d7a7d44 commit 01875eb

File tree

12 files changed

+3
-6
lines changed

12 files changed

+3
-6
lines changed

connectivity/drivers/wifi/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Copyright (c) 2020 ARM Limited. All rights reserved.
1+
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
add_subdirectory(TARGET_WICED EXCLUDE_FROM_ALL)
5+
46
add_subdirectory(esp8266-driver)
57

68
target_link_libraries(mbed-wifi
File renamed without changes.

targets/TARGET_WICED/LICENSE-permissive-binary-license-1.0.txt renamed to connectivity/drivers/wifi/TARGET_WICED/LICENSE-permissive-binary-license-1.0.txt

File renamed without changes.
File renamed without changes.

targets/TARGET_WICED/TOOLCHAIN_ARMC6/TARGET_WIO_EMW3166/libwiced_drivers.ar renamed to connectivity/drivers/wifi/TARGET_WICED/TOOLCHAIN_ARMC6/TARGET_WIO_EMW3166/libwiced_drivers.ar

File renamed without changes.

targets/TARGET_WICED/TOOLCHAIN_GCC_ARM/TARGET_WIO_EMW3166/libwiced_drivers.a renamed to connectivity/drivers/wifi/TARGET_WICED/TOOLCHAIN_GCC_ARM/TARGET_WIO_EMW3166/libwiced_drivers.a

File renamed without changes.

targets/TARGET_WICED/TOOLCHAIN_IAR/TARGET_WIO_EMW3166/libwiced_drivers.a renamed to connectivity/drivers/wifi/TARGET_WICED/TOOLCHAIN_IAR/TARGET_WIO_EMW3166/libwiced_drivers.a

File renamed without changes.

targets/TARGET_WICED/wiced_interface/WicedInterface.h renamed to connectivity/drivers/wifi/TARGET_WICED/wiced_interface/WicedInterface.h

File renamed without changes.

targets/TARGET_WICED/wiced_interface/default_wifi_interface.cpp renamed to connectivity/drivers/wifi/TARGET_WICED/wiced_interface/default_wifi_interface.cpp

File renamed without changes.

targets/TARGET_WICED/wiced_interface/wiced_emac.h renamed to connectivity/drivers/wifi/TARGET_WICED/wiced_interface/wiced_emac.h

File renamed without changes.

0 commit comments

Comments
 (0)