From ead29d6b83f8ae82fcbbc8778fae60d47850c0a4 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 16 Mar 2021 09:24:36 +0100 Subject: [PATCH 01/12] WHD EMAC moved out of TARGET_Cypress --- .../emac/{TARGET_Cypress => }/COMPONENT_WHD/CMakeLists.txt | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/interface/CyDhcpServer.cpp | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/interface/CyDhcpServer.h | 0 .../COMPONENT_WHD/interface/WhdAccessPoint.cpp | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/interface/WhdAccessPoint.h | 0 .../COMPONENT_WHD/interface/WhdSTAInterface.cpp | 0 .../COMPONENT_WHD/interface/WhdSTAInterface.h | 0 .../COMPONENT_WHD/interface/WhdSoftAPInterface.cpp | 0 .../COMPONENT_WHD/interface/WhdSoftAPInterface.h | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/interface/emac_eapol.h | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/interface/whd_emac.cpp | 0 .../emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/whd_emac.h | 0 .../COMPONENT_WHD/interface/whd_interface.cpp | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/interface/whd_interface.h | 0 .../emac/{TARGET_Cypress => }/COMPONENT_WHD/network/whd_network.h | 0 .../COMPONENT_WHD/utils/cydhcp_server_debug.cpp | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/utils/cynetwork_utils.c | 0 .../{TARGET_Cypress => }/COMPONENT_WHD/utils/cynetwork_utils.h | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/CMakeLists.txt (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/CyDhcpServer.cpp (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/CyDhcpServer.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/WhdAccessPoint.cpp (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/WhdAccessPoint.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/WhdSTAInterface.cpp (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/WhdSTAInterface.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/WhdSoftAPInterface.cpp (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/WhdSoftAPInterface.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/emac_eapol.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/whd_emac.cpp (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/whd_emac.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/whd_interface.cpp (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/interface/whd_interface.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/network/whd_network.h (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/utils/cydhcp_server_debug.cpp (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/utils/cynetwork_utils.c (100%) rename connectivity/drivers/emac/{TARGET_Cypress => }/COMPONENT_WHD/utils/cynetwork_utils.h (100%) diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/CMakeLists.txt b/connectivity/drivers/emac/COMPONENT_WHD/CMakeLists.txt similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/CMakeLists.txt rename to connectivity/drivers/emac/COMPONENT_WHD/CMakeLists.txt diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/CyDhcpServer.cpp b/connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.cpp similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/CyDhcpServer.cpp rename to connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.cpp diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/CyDhcpServer.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/CyDhcpServer.h rename to connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdAccessPoint.cpp b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdAccessPoint.cpp similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdAccessPoint.cpp rename to connectivity/drivers/emac/COMPONENT_WHD/interface/WhdAccessPoint.cpp diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdAccessPoint.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdAccessPoint.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdAccessPoint.h rename to connectivity/drivers/emac/COMPONENT_WHD/interface/WhdAccessPoint.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSTAInterface.cpp b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSTAInterface.cpp rename to connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSTAInterface.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSTAInterface.h rename to connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSoftAPInterface.cpp b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSoftAPInterface.cpp similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSoftAPInterface.cpp rename to connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSoftAPInterface.cpp diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSoftAPInterface.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSoftAPInterface.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/WhdSoftAPInterface.h rename to connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSoftAPInterface.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/emac_eapol.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/emac_eapol.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/emac_eapol.h rename to connectivity/drivers/emac/COMPONENT_WHD/interface/emac_eapol.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_emac.cpp b/connectivity/drivers/emac/COMPONENT_WHD/interface/whd_emac.cpp similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_emac.cpp rename to connectivity/drivers/emac/COMPONENT_WHD/interface/whd_emac.cpp diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_emac.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/whd_emac.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_emac.h rename to connectivity/drivers/emac/COMPONENT_WHD/interface/whd_emac.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_interface.cpp b/connectivity/drivers/emac/COMPONENT_WHD/interface/whd_interface.cpp similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_interface.cpp rename to connectivity/drivers/emac/COMPONENT_WHD/interface/whd_interface.cpp diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_interface.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/whd_interface.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/interface/whd_interface.h rename to connectivity/drivers/emac/COMPONENT_WHD/interface/whd_interface.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/network/whd_network.h b/connectivity/drivers/emac/COMPONENT_WHD/network/whd_network.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/network/whd_network.h rename to connectivity/drivers/emac/COMPONENT_WHD/network/whd_network.h diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/utils/cydhcp_server_debug.cpp b/connectivity/drivers/emac/COMPONENT_WHD/utils/cydhcp_server_debug.cpp similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/utils/cydhcp_server_debug.cpp rename to connectivity/drivers/emac/COMPONENT_WHD/utils/cydhcp_server_debug.cpp diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/utils/cynetwork_utils.c b/connectivity/drivers/emac/COMPONENT_WHD/utils/cynetwork_utils.c similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/utils/cynetwork_utils.c rename to connectivity/drivers/emac/COMPONENT_WHD/utils/cynetwork_utils.c diff --git a/connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/utils/cynetwork_utils.h b/connectivity/drivers/emac/COMPONENT_WHD/utils/cynetwork_utils.h similarity index 100% rename from connectivity/drivers/emac/TARGET_Cypress/COMPONENT_WHD/utils/cynetwork_utils.h rename to connectivity/drivers/emac/COMPONENT_WHD/utils/cynetwork_utils.h From 0db6218dc6a440d4968cf0eacf5281fafa9b3d81 Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 16 Mar 2021 09:31:10 +0100 Subject: [PATCH 02/12] CMake add COMPONENT_WHD in emac --- connectivity/drivers/emac/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/connectivity/drivers/emac/CMakeLists.txt b/connectivity/drivers/emac/CMakeLists.txt index 21f104947c2..56e7f474eab 100644 --- a/connectivity/drivers/emac/CMakeLists.txt +++ b/connectivity/drivers/emac/CMakeLists.txt @@ -25,6 +25,10 @@ elseif("Silicon_Labs" IN_LIST MBED_TARGET_LABELS) add_subdirectory(TARGET_Silicon_Labs) endif() +if("WHD" IN_LIST MBED_TARGET_LABELS) + add_subdirectory(COMPONENT_WHD) +endif() + target_link_libraries(mbed-emac INTERFACE mbed-netsocket From 7cdf97492af20592e480865956e94ed2ac00c636 Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 16 Mar 2021 09:34:26 +0100 Subject: [PATCH 03/12] CMake remove COMPONENT_WHD from emac/TARGET_Cypress --- connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt b/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt index 9c4697181d9..748188c205f 100644 --- a/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt +++ b/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt @@ -4,7 +4,3 @@ if("SCL" IN_LIST MBED_TARGET_LABELS) add_subdirectory(COMPONENT_SCL) endif() - -if("WHD" IN_LIST MBED_TARGET_LABELS) - add_subdirectory(COMPONENT_WHD) -endif() From ebbbcabb05e5f562ef2625c5fd6b29ad44e3e685 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 16 Mar 2021 11:01:35 +0100 Subject: [PATCH 04/12] Patch add rtos namespace --- .../drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.h b/connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.h index b11d0317cd6..fd22eaec475 100644 --- a/connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.h +++ b/connectivity/drivers/emac/COMPONENT_WHD/interface/CyDhcpServer.h @@ -100,7 +100,7 @@ class CyDhcpServer { NetworkStack *_nstack = NULL; NetworkInterface *_niface = NULL; UDPSocket _socket; - Thread _thread; + rtos::Thread _thread; bool _running = false; cy_ip_addr_t _available_addr; From 9686fb6ac28d49c47b4089209700441f0d53f359 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 16 Mar 2021 10:28:26 +0100 Subject: [PATCH 05/12] Patch add #include "cy_utlis.h" --- .../drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp index af14a7e2c43..6fec15adb08 100644 --- a/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp +++ b/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.cpp @@ -27,6 +27,7 @@ #include "whd_emac.h" #include "whd_wifi_api.h" #include "whd_wlioctl.h" +#include "cy_utils.h" #define CMP_MAC( a, b ) (((((unsigned char*)a)[0])==(((unsigned char*)b)[0]))&& \ ((((unsigned char*)a)[1])==(((unsigned char*)b)[1]))&& \ From a29ca0724cc0ffb5ba48800be02046f846f444d8 Mon Sep 17 00:00:00 2001 From: pennam Date: Thu, 6 May 2021 14:48:03 +0200 Subject: [PATCH 06/12] COMPONENT_WHD moved into connectivity/drivers/wifi --- .../drivers/wifi}/COMPONENT_WHD/CMakeLists.txt | 0 .../wifi}/COMPONENT_WHD/generated_mac_address.txt | 0 .../drivers/wifi}/COMPONENT_WHD/inc/whd.h | 0 .../drivers/wifi}/COMPONENT_WHD/inc/whd_events.h | 0 .../wifi}/COMPONENT_WHD/inc/whd_network_types.h | 0 .../wifi}/COMPONENT_WHD/inc/whd_resource_api.h | 0 .../drivers/wifi}/COMPONENT_WHD/inc/whd_types.h | 0 .../drivers/wifi}/COMPONENT_WHD/inc/whd_version.h | 0 .../drivers/wifi}/COMPONENT_WHD/inc/whd_wifi_api.h | 0 .../drivers/wifi}/COMPONENT_WHD/mbed_lib.json | 0 .../LICENSE-permissive-binary-license-1.0.txt | 0 .../firmware/COMPONENT_43012/43012C0-mfgtest.bin | Bin .../COMPONENT_43012/43012C0-mfgtest.clm_blob | Bin .../firmware/COMPONENT_43012/43012C0-mfgtest_bin.c | 0 .../COMPONENT_43012/43012C0-mfgtest_clm_blob.c | 0 .../resources/firmware/COMPONENT_43012/43012C0.bin | Bin .../firmware/COMPONENT_43012/43012C0.clm_blob | Bin .../firmware/COMPONENT_43012/43012C0_bin.c | 0 .../firmware/COMPONENT_43012/43012C0_clm_blob.c | 0 .../resources/firmware/COMPONENT_43012/resources.h | 0 .../firmware/COMPONENT_43438/43438A1-mfgtest.bin | Bin .../COMPONENT_43438/43438A1-mfgtest.clm_blob | Bin .../firmware/COMPONENT_43438/43438A1-mfgtest_bin.c | 0 .../COMPONENT_43438/43438A1-mfgtest_clm_blob.c | 0 .../resources/firmware/COMPONENT_43438/43438A1.bin | Bin .../firmware/COMPONENT_43438/43438A1.clm_blob | Bin .../firmware/COMPONENT_43438/43438A1_bin.c | 0 .../firmware/COMPONENT_43438/43438A1_clm_blob.c | 0 .../resources/firmware/COMPONENT_43438/resources.h | 0 .../firmware/COMPONENT_4343W/4343WA1-mfgtest.bin | Bin .../COMPONENT_4343W/4343WA1-mfgtest.clm_blob | Bin .../firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c | 0 .../COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c | 0 .../resources/firmware/COMPONENT_4343W/4343WA1.bin | Bin .../firmware/COMPONENT_4343W/4343WA1.clm_blob | Bin .../firmware/COMPONENT_4343W/4343WA1_bin.c | 0 .../firmware/COMPONENT_4343W/4343WA1_clm_blob.c | 0 .../resources/firmware/COMPONENT_4343W/resources.h | 0 .../firmware/COMPONENT_4373/4373A0-mfgtest.bin | Bin .../firmware/COMPONENT_4373/4373A0-mfgtest.clm_blob | Bin .../firmware/COMPONENT_4373/4373A0-mfgtest_bin.c | 0 .../COMPONENT_4373/4373A0-mfgtest_clm_blob.c | 0 .../resources/firmware/COMPONENT_4373/4373A0.bin | Bin .../firmware/COMPONENT_4373/4373A0.clm_blob | Bin .../resources/firmware/COMPONENT_4373/4373A0_bin.c | 0 .../firmware/COMPONENT_4373/4373A0_clm_blob.c | 0 .../resources/firmware/COMPONENT_4373/resources.h | 0 .../TARGET_CY8CKIT_062S2_43012/wifi_nvram_image.h | 0 .../TARGET_CY8CKIT_062S2_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CKIT_062_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CKIT_062_WIFI_BT/wifi_nvram_image.h | 0 .../TARGET_CY8CKIT_064B0S2_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CKIT_064S0S2_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CKIT_064S1_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CKIT_064S2_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CMOD_062S2_43012/wifi_nvram_image.h | 0 .../TARGET_CY8CMOD_062S3_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CMOD_062_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CPROTO_062S3_4343W/wifi_nvram_image.h | 0 .../TARGET_CY8CPROTO_062_4343W/wifi_nvram_image.h | 0 .../TARGET_CYTFM_064B0S2_4343W/wifi_nvram_image.h | 0 .../TARGET_CYW943012P6EVB_01/wifi_nvram_image.h | 0 .../nvram/TARGET_CYW943012WCD2/wifi_nvram_image.h | 0 .../TARGET_CYW9P62S1_43012CAR_01/wifi_nvram_image.h | 0 .../TARGET_CYW9P62S1_43012EVB_01/wifi_nvram_image.h | 0 .../TARGET_CYW9P62S1_43438EVB_01/wifi_nvram_image.h | 0 .../TARGET_CYW9P62S2_M2BASE_4373/wifi_nvram_image.h | 0 .../resources/resource_imp/whd_resources.c | 0 .../resources/resource_imp/wiced_resource.h | 0 .../wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus.c | 0 .../wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus.h | 0 .../src/bus_protocols/whd_bus_common.c | 0 .../src/bus_protocols/whd_bus_common.h | 0 .../src/bus_protocols/whd_bus_protocol_interface.h | 0 .../src/bus_protocols/whd_bus_sdio_protocol.c | 0 .../src/bus_protocols/whd_bus_sdio_protocol.h | 0 .../src/bus_protocols/whd_bus_spi_protocol.c | 0 .../src/bus_protocols/whd_bus_spi_protocol.h | 0 .../COMPONENT_WHD/src/bus_protocols/whd_chip_reg.h | 0 .../COMPONENT_WHD/src/bus_protocols/whd_sdio.h | 0 .../wifi}/COMPONENT_WHD/src/bus_protocols/whd_spi.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_ap.h | 0 .../COMPONENT_WHD/src/include/whd_buffer_api.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_cdc_bdc.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_chip.h | 0 .../COMPONENT_WHD/src/include/whd_chip_constants.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_clm.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_debug.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_endian.h | 0 .../COMPONENT_WHD/src/include/whd_events_int.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_int.h | 0 .../COMPONENT_WHD/src/include/whd_network_if.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_poll.h | 0 .../COMPONENT_WHD/src/include/whd_resource_if.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_sdpcm.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_thread.h | 0 .../COMPONENT_WHD/src/include/whd_thread_internal.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_types_int.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_utils.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_wifi_p2p.h | 0 .../wifi}/COMPONENT_WHD/src/include/whd_wlioctl.h | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_ap.c | 0 .../wifi}/COMPONENT_WHD/src/whd_buffer_api.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_cdc_bdc.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_chip.c | 0 .../wifi}/COMPONENT_WHD/src/whd_chip_constants.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_clm.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_debug.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_events.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_logging.c | 0 .../wifi}/COMPONENT_WHD/src/whd_management.c | 0 .../wifi}/COMPONENT_WHD/src/whd_network_if.c | 0 .../wifi}/COMPONENT_WHD/src/whd_resource_if.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_sdpcm.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_thread.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_utils.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_wifi.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_wifi_api.c | 0 .../drivers/wifi}/COMPONENT_WHD/src/whd_wifi_p2p.c | 0 119 files changed, 0 insertions(+), 0 deletions(-) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/CMakeLists.txt (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/generated_mac_address.txt (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/inc/whd.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/inc/whd_events.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/inc/whd_network_types.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/inc/whd_resource_api.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/inc/whd_types.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/inc/whd_version.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/inc/whd_wifi_api.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/mbed_lib.json (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/LICENSE-permissive-binary-license-1.0.txt (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43012/resources.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_43438/resources.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/resources.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.bin (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.clm_blob (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_bin.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_clm_blob.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/firmware/COMPONENT_4373/resources.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_43012/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_WIFI_BT/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064B0S2_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S0S2_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S1_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S2_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S2_43012/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S3_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062S3_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062_4343W/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CYTFM_064B0S2_4343W/wifi_nvram_image.h (100%) mode change 100755 => 100644 rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CYW943012P6EVB_01/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CYW943012WCD2/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012CAR_01/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012EVB_01/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43438EVB_01/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S2_M2BASE_4373/wifi_nvram_image.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/resource_imp/whd_resources.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/resources/resource_imp/wiced_resource.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus_common.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus_common.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus_protocol_interface.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_chip_reg.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_sdio.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/bus_protocols/whd_spi.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_ap.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_buffer_api.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_cdc_bdc.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_chip.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_chip_constants.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_clm.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_debug.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_endian.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_events_int.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_int.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_network_if.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_poll.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_resource_if.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_sdpcm.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_thread.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_thread_internal.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_types_int.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_utils.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_wifi_p2p.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/include/whd_wlioctl.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_ap.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_buffer_api.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_cdc_bdc.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_chip.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_chip_constants.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_clm.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_debug.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_events.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_logging.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_management.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_network_if.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_resource_if.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_sdpcm.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_thread.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_utils.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_wifi.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_wifi_api.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6 => connectivity/drivers/wifi}/COMPONENT_WHD/src/whd_wifi_p2p.c (100%) diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/CMakeLists.txt b/connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/CMakeLists.txt rename to connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/generated_mac_address.txt b/connectivity/drivers/wifi/COMPONENT_WHD/generated_mac_address.txt similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/generated_mac_address.txt rename to connectivity/drivers/wifi/COMPONENT_WHD/generated_mac_address.txt diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd.h b/connectivity/drivers/wifi/COMPONENT_WHD/inc/whd.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd.h rename to connectivity/drivers/wifi/COMPONENT_WHD/inc/whd.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_events.h b/connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_events.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_events.h rename to connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_events.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_network_types.h b/connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_network_types.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_network_types.h rename to connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_network_types.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_resource_api.h b/connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_resource_api.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_resource_api.h rename to connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_resource_api.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_types.h b/connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_types.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_types.h rename to connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_types.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_version.h b/connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_version.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_version.h rename to connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_version.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_wifi_api.h b/connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_wifi_api.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/inc/whd_wifi_api.h rename to connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_wifi_api.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/mbed_lib.json b/connectivity/drivers/wifi/COMPONENT_WHD/mbed_lib.json similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/mbed_lib.json rename to connectivity/drivers/wifi/COMPONENT_WHD/mbed_lib.json diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/LICENSE-permissive-binary-license-1.0.txt b/connectivity/drivers/wifi/COMPONENT_WHD/resources/LICENSE-permissive-binary-license-1.0.txt similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/LICENSE-permissive-binary-license-1.0.txt rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/LICENSE-permissive-binary-license-1.0.txt diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0-mfgtest_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/43012C0_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/resources.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/resources.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43012/resources.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43012/resources.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1-mfgtest_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/43438A1_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/resources.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/resources.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_43438/resources.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_43438/resources.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/4343WA1_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/resources.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/resources.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/resources.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4343W/resources.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0-mfgtest_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.bin b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.bin similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.bin rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.bin diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.clm_blob b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.clm_blob similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.clm_blob rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0.clm_blob diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_bin.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_bin.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_bin.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_bin.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_clm_blob.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_clm_blob.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_clm_blob.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/4373A0_clm_blob.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/resources.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/resources.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/firmware/COMPONENT_4373/resources.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/COMPONENT_4373/resources.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_43012/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_43012/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_43012/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_43012/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062S2_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_WIFI_BT/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_WIFI_BT/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_WIFI_BT/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_062_WIFI_BT/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064B0S2_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064B0S2_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064B0S2_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064B0S2_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S0S2_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S0S2_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S0S2_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S0S2_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S1_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S1_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S1_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S1_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S2_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S2_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S2_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CKIT_064S2_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S2_43012/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S2_43012/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S2_43012/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S2_43012/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S3_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S3_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S3_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062S3_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CMOD_062_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062S3_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062S3_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062S3_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062S3_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062_4343W/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CY8CPROTO_062_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYTFM_064B0S2_4343W/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYTFM_064B0S2_4343W/wifi_nvram_image.h old mode 100755 new mode 100644 similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYTFM_064B0S2_4343W/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYTFM_064B0S2_4343W/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW943012P6EVB_01/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW943012P6EVB_01/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW943012P6EVB_01/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW943012P6EVB_01/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW943012WCD2/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW943012WCD2/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW943012WCD2/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW943012WCD2/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012CAR_01/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012CAR_01/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012CAR_01/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012CAR_01/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012EVB_01/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012EVB_01/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012EVB_01/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43012EVB_01/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43438EVB_01/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43438EVB_01/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43438EVB_01/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S1_43438EVB_01/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S2_M2BASE_4373/wifi_nvram_image.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S2_M2BASE_4373/wifi_nvram_image.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S2_M2BASE_4373/wifi_nvram_image.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/nvram/TARGET_CYW9P62S2_M2BASE_4373/wifi_nvram_image.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/resource_imp/whd_resources.c b/connectivity/drivers/wifi/COMPONENT_WHD/resources/resource_imp/whd_resources.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/resource_imp/whd_resources.c rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/resource_imp/whd_resources.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/resource_imp/wiced_resource.h b/connectivity/drivers/wifi/COMPONENT_WHD/resources/resource_imp/wiced_resource.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/resources/resource_imp/wiced_resource.h rename to connectivity/drivers/wifi/COMPONENT_WHD/resources/resource_imp/wiced_resource.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_common.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_common.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_common.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_common.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_common.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_common.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_common.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_common.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_protocol_interface.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_protocol_interface.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_protocol_interface.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_protocol_interface.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_sdio_protocol.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_bus_spi_protocol.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_chip_reg.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_chip_reg.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_chip_reg.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_chip_reg.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_sdio.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_sdio.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_sdio.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_sdio.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_spi.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_spi.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/bus_protocols/whd_spi.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/bus_protocols/whd_spi.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_ap.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_ap.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_ap.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_ap.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_buffer_api.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_buffer_api.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_buffer_api.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_buffer_api.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_cdc_bdc.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_cdc_bdc.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_cdc_bdc.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_cdc_bdc.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_chip.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_chip.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_chip.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_chip.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_chip_constants.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_chip_constants.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_chip_constants.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_chip_constants.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_clm.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_clm.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_clm.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_clm.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_debug.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_debug.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_debug.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_debug.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_endian.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_endian.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_endian.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_endian.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_events_int.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_events_int.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_events_int.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_events_int.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_int.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_int.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_int.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_int.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_network_if.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_network_if.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_network_if.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_network_if.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_poll.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_poll.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_poll.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_poll.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_resource_if.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_resource_if.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_resource_if.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_resource_if.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_sdpcm.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_sdpcm.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_sdpcm.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_sdpcm.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_thread.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_thread.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_thread.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_thread.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_thread_internal.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_thread_internal.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_thread_internal.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_thread_internal.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_types_int.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_types_int.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_types_int.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_types_int.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_utils.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_utils.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_utils.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_utils.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_wifi_p2p.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_wifi_p2p.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_wifi_p2p.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_wifi_p2p.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_wlioctl.h b/connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_wlioctl.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/include/whd_wlioctl.h rename to connectivity/drivers/wifi/COMPONENT_WHD/src/include/whd_wlioctl.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_ap.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_ap.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_ap.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_ap.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_buffer_api.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_buffer_api.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_buffer_api.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_buffer_api.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_cdc_bdc.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_cdc_bdc.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_cdc_bdc.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_cdc_bdc.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_chip.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_chip.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_chip.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_chip.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_chip_constants.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_chip_constants.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_chip_constants.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_chip_constants.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_clm.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_clm.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_clm.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_clm.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_debug.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_debug.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_debug.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_debug.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_events.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_events.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_events.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_events.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_logging.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_logging.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_logging.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_logging.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_management.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_management.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_management.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_management.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_network_if.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_network_if.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_network_if.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_network_if.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_resource_if.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_resource_if.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_resource_if.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_resource_if.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_sdpcm.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_sdpcm.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_sdpcm.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_sdpcm.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_thread.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_thread.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_thread.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_thread.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_utils.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_utils.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_utils.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_utils.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_wifi.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_wifi.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_wifi.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_wifi.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_wifi_api.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_wifi_api.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_wifi_api.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_wifi_api.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_wifi_p2p.c b/connectivity/drivers/wifi/COMPONENT_WHD/src/whd_wifi_p2p.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_WHD/src/whd_wifi_p2p.c rename to connectivity/drivers/wifi/COMPONENT_WHD/src/whd_wifi_p2p.c From 6a4fd9d5e626863e50ff072e0c5c526a3e32b00b Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 4 May 2021 10:54:19 +0200 Subject: [PATCH 07/12] CMake add COMPONENT_WHD folder --- connectivity/drivers/wifi/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connectivity/drivers/wifi/CMakeLists.txt b/connectivity/drivers/wifi/CMakeLists.txt index 5a7bd97647e..6ca3b2f0923 100644 --- a/connectivity/drivers/wifi/CMakeLists.txt +++ b/connectivity/drivers/wifi/CMakeLists.txt @@ -3,6 +3,8 @@ add_subdirectory(TARGET_WICED EXCLUDE_FROM_ALL) +add_subdirectory(COMPONENT_WHD EXCLUDE_FROM_ALL) + add_subdirectory(esp8266-driver) target_link_libraries(mbed-wifi From f26771f0c73fe0ca144901c3d50d3178bf777688 Mon Sep 17 00:00:00 2001 From: pennam Date: Thu, 6 May 2021 14:49:53 +0200 Subject: [PATCH 08/12] CMake remove COMPONENT_WHD from TARGET_Cypress --- targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt b/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt index 7fe1b4c5f08..58138009ab5 100644 --- a/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt +++ b/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 add_subdirectory(COMPONENT_SCL EXCLUDE_FROM_ALL) -add_subdirectory(COMPONENT_WHD EXCLUDE_FROM_ALL) add_subdirectory(common/COMPONENT_WHD EXCLUDE_FROM_ALL) add_library(mbed-cat1a INTERFACE) From 665c83b3eb9b417d0b456a40ffd854dc31ef7c70 Mon Sep 17 00:00:00 2001 From: pennam Date: Mon, 3 May 2021 16:25:19 +0200 Subject: [PATCH 09/12] Moved targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD in connectivity/drivers/wifi/COMPONENT_WHD/network --- .../drivers/wifi/COMPONENT_WHD/network}/CMakeLists.txt | 0 .../drivers/wifi/COMPONENT_WHD/network}/cy_network_buffer.c | 0 .../drivers/wifi/COMPONENT_WHD/network}/cy_network_buffer.h | 0 .../drivers/wifi/COMPONENT_WHD/network}/cy_wifi_fw_section.h | 0 .../drivers/wifi/COMPONENT_WHD/network}/cybsp_wifi.c | 0 .../drivers/wifi/COMPONENT_WHD/network}/cybsp_wifi.h | 0 .../drivers/wifi/COMPONENT_WHD/network}/mbed_lib.json | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD => connectivity/drivers/wifi/COMPONENT_WHD/network}/CMakeLists.txt (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD => connectivity/drivers/wifi/COMPONENT_WHD/network}/cy_network_buffer.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD => connectivity/drivers/wifi/COMPONENT_WHD/network}/cy_network_buffer.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD => connectivity/drivers/wifi/COMPONENT_WHD/network}/cy_wifi_fw_section.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD => connectivity/drivers/wifi/COMPONENT_WHD/network}/cybsp_wifi.c (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD => connectivity/drivers/wifi/COMPONENT_WHD/network}/cybsp_wifi.h (100%) rename {targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD => connectivity/drivers/wifi/COMPONENT_WHD/network}/mbed_lib.json (100%) diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/CMakeLists.txt b/connectivity/drivers/wifi/COMPONENT_WHD/network/CMakeLists.txt similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/CMakeLists.txt rename to connectivity/drivers/wifi/COMPONENT_WHD/network/CMakeLists.txt diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cy_network_buffer.c b/connectivity/drivers/wifi/COMPONENT_WHD/network/cy_network_buffer.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cy_network_buffer.c rename to connectivity/drivers/wifi/COMPONENT_WHD/network/cy_network_buffer.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cy_network_buffer.h b/connectivity/drivers/wifi/COMPONENT_WHD/network/cy_network_buffer.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cy_network_buffer.h rename to connectivity/drivers/wifi/COMPONENT_WHD/network/cy_network_buffer.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cy_wifi_fw_section.h b/connectivity/drivers/wifi/COMPONENT_WHD/network/cy_wifi_fw_section.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cy_wifi_fw_section.h rename to connectivity/drivers/wifi/COMPONENT_WHD/network/cy_wifi_fw_section.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cybsp_wifi.c b/connectivity/drivers/wifi/COMPONENT_WHD/network/cybsp_wifi.c similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cybsp_wifi.c rename to connectivity/drivers/wifi/COMPONENT_WHD/network/cybsp_wifi.c diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cybsp_wifi.h b/connectivity/drivers/wifi/COMPONENT_WHD/network/cybsp_wifi.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/cybsp_wifi.h rename to connectivity/drivers/wifi/COMPONENT_WHD/network/cybsp_wifi.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/mbed_lib.json b/connectivity/drivers/wifi/COMPONENT_WHD/network/mbed_lib.json similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/common/COMPONENT_WHD/mbed_lib.json rename to connectivity/drivers/wifi/COMPONENT_WHD/network/mbed_lib.json From 1c83a1aa8bb7d0300a57328ffff7da0fa101875c Mon Sep 17 00:00:00 2001 From: pennam Date: Thu, 6 May 2021 14:53:10 +0200 Subject: [PATCH 10/12] CMake remove subdirectory common/COMPONENT_WHD from TARGET_Cypress --- targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt b/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt index 58138009ab5..42d0566a8d6 100644 --- a/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt +++ b/targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 add_subdirectory(COMPONENT_SCL EXCLUDE_FROM_ALL) -add_subdirectory(common/COMPONENT_WHD EXCLUDE_FROM_ALL) add_library(mbed-cat1a INTERFACE) From 5475c0995d61e65e96c474e63a7a8be7bae00d28 Mon Sep 17 00:00:00 2001 From: pennam Date: Thu, 6 May 2021 14:55:31 +0200 Subject: [PATCH 11/12] CMake add network subdirectory --- connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt b/connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt index 5127c517342..a273a0a69c1 100644 --- a/connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt +++ b/connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt @@ -1,6 +1,8 @@ # Copyright (c) 2020-2021 ARM Limited. All rights reserved. # SPDX-License-Identifier: Apache-2.0 +add_subdirectory(network EXCLUDE_FROM_ALL) + add_library(mbed-cy-psoc6-whd-43012 INTERFACE) target_include_directories(mbed-cy-psoc6-whd-43012 INTERFACE From f36c404218ce91a7f779719d7b48793376f11b37 Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 18 May 2021 17:20:31 +0200 Subject: [PATCH 12/12] Add connectivity/drivers/wifi/COMPONENT_WHD to ignore list --- .codecheckignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecheckignore b/.codecheckignore index 5232c65a58f..62e12b56f4e 100644 --- a/.codecheckignore +++ b/.codecheckignore @@ -6,6 +6,7 @@ ^connectivity/libraries/ppp ^connectivity/drivers/emac ^connectivity/drivers/mbedtls +^connectivity/drivers/wifi/COMPONENT_WHD ^connectivity/mbedtls ^features/frameworks ^connectivity/lwipstack/lwip