mirror of https://github.com/ARMmbed/mbed-os.git
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 studiopull/14280/head
parent
d7a7d44b4b
commit
01875ebb09
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -34,7 +34,6 @@ The following targets are supported:
|
|||
- Silicon Labs targets
|
||||
- STM targets
|
||||
- Toshiba targets
|
||||
- WICED targets
|
||||
|
||||
### Supported toolchains
|
||||
|
||||
|
|
Loading…
Reference in New Issue