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
pull/14280/head
Hugues Kamba 2021-02-12 16:40:22 +00:00
parent d7a7d44b4b
commit 01875ebb09
12 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,8 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(TARGET_WICED EXCLUDE_FROM_ALL)
add_subdirectory(esp8266-driver)
target_link_libraries(mbed-wifi

View File

@ -35,7 +35,3 @@ elseif("STM" IN_LIST MBED_TARGET_LABELS)
elseif("TOSHIBA" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_TOSHIBA)
endif()
if("WICED" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_WICED)
endif()

View File

@ -34,7 +34,6 @@ The following targets are supported:
- Silicon Labs targets
- STM targets
- Toshiba targets
- WICED targets
### Supported toolchains