Skip to content

Cypress Asset Update #14787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5d832dd
Update TARGET_CY8CKIT_062S2_43012 to 2.1.0.21729
dustin-crossman Jun 2, 2021
65c1635
Update TARGET_CY8CKIT_062_BLE to 2.1.0.21729
dustin-crossman Jun 2, 2021
640b5ab
Update TARGET_CY8CKIT_062_WIFI_BT to 2.1.0.21729
dustin-crossman Jun 2, 2021
1ebbd2b
Update TARGET_CY8CPROTO_062S3_4343W to 2.1.0.21729
dustin-crossman Jun 2, 2021
55c0dd9
Update TARGET_CY8CPROTO_062_4343W to 2.1.0.21729
dustin-crossman Jun 2, 2021
7830710
Update TARGET_CYSBSYSKIT_01 to 2.1.0.21729
dustin-crossman Jun 2, 2021
d1c8bad
Update TARGET_CYW9P62S1_43012EVB_01 to 2.1.0.21729
dustin-crossman Jun 2, 2021
85c0e45
Update TARGET_CYW9P62S1_43438EVB_01 to 2.1.0.21729
dustin-crossman Jun 2, 2021
f489d57
Update psoc6pdl to 2.2.0.7891
dustin-crossman May 25, 2021
623e799
Update serial-flash to 1.1.0.20805
dustin-crossman May 25, 2021
9b946a4
Update psoc6cm0p to 2.1.2.789
dustin-crossman May 25, 2021
4ca2f28
Update core_lib to 1.2.0.22384
dustin-crossman May 25, 2021
c371486
Update abstraction-rtos to 1.4.0.22384
dustin-crossman May 25, 2021
7a7f206
Update abstraction-resource to 1.0.0.22384
dustin-crossman May 25, 2021
c40bc8b
Update psoc6hal to 1.5.0.20805
dustin-crossman May 25, 2021
e2a4a73
Add missing defines for psoc6 boards.
dustin-crossman May 27, 2021
ed14fe3
Delete unused asset.
dustin-crossman May 27, 2021
2e8de3c
Rename to better align with actual asset name.
dustin-crossman May 27, 2021
b515273
Rename and reorganize
dustin-crossman May 27, 2021
98cf713
Reorg and rename abstraction-rtos.
dustin-crossman May 27, 2021
e978094
Reorg and rename core-lib.
dustin-crossman May 27, 2021
c47f286
Remove old files.
dustin-crossman May 27, 2021
0cf1589
Reorganize assets.
dustin-crossman May 27, 2021
0d4e447
Add workaround for changes to cyhal_lptimer_irq_trigger.
dustin-crossman Jun 2, 2021
6a31e07
Update wifi-host-driver to 1.94.0.6931
dustin-crossman Jun 3, 2021
c57b353
Add accidentally deleted files back to CYSBSYSKIT_01
dustin-crossman Jun 3, 2021
7d0f3c7
Fixup CMakeLists after reorg.
dustin-crossman Jun 3, 2021
82ad435
Add back deleted defines.
dustin-crossman Jun 4, 2021
ecaadd2
Fix file modes.
dustin-crossman Jun 4, 2021
444a2bd
Astyle run.
dustin-crossman Jun 23, 2021
11c598d
Add proper PDL (still version 2.2.0.7891).
dustin-crossman Jul 6, 2021
a0d058d
Fixup CMakeLists.txt
dustin-crossman Jul 6, 2021
ddb92ba
Fixup license issues.
dustin-crossman Jul 6, 2021
4bce647
Delete unnecessary assembler files (CI complains about them).
dustin-crossman Jul 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
130 changes: 65 additions & 65 deletions connectivity/drivers/wifi/COMPONENT_WHD/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,141 +1,141 @@
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_subdirectory(network EXCLUDE_FROM_ALL)
add_subdirectory(whd-bsp-integration EXCLUDE_FROM_ALL)

add_library(mbed-cy-psoc6-whd-43012 INTERFACE)
target_include_directories(mbed-cy-psoc6-whd-43012
INTERFACE
resources/firmware/COMPONENT_43012
wifi-host-driver/resources/firmware/COMPONENT_43012
)
target_sources(mbed-cy-psoc6-whd-43012
INTERFACE
resources/firmware/COMPONENT_43012/43012C0-mfgtest_bin.c
resources/firmware/COMPONENT_43012/43012C0-mfgtest_clm_blob.c
resources/firmware/COMPONENT_43012/43012C0_bin.c
resources/firmware/COMPONENT_43012/43012C0_clm_blob.c
wifi-host-driver/resources/firmware/COMPONENT_43012/43012C0-mfgtest_bin.c
wifi-host-driver/resources/firmware/COMPONENT_43012/43012C0-mfgtest_clm_blob.c
wifi-host-driver/resources/firmware/COMPONENT_43012/43012C0_bin.c
wifi-host-driver/resources/firmware/COMPONENT_43012/43012C0_clm_blob.c
)

add_library(mbed-cy-psoc6-whd-43438 INTERFACE)
target_include_directories(mbed-cy-psoc6-whd-43438
INTERFACE
resources/firmware/COMPONENT_43438
wifi-host-driver/resources/firmware/COMPONENT_43438
)
target_sources(mbed-cy-psoc6-whd-43438
INTERFACE
resources/firmware/COMPONENT_43438/43438A1-mfgtest_bin.c
resources/firmware/COMPONENT_43438/43438A1-mfgtest_clm_blob.c
resources/firmware/COMPONENT_43438/43438A1_bin.c
resources/firmware/COMPONENT_43438/43438A1_clm_blob.c
wifi-host-driver/resources/firmware/COMPONENT_43438/43438A1-mfgtest_bin.c
wifi-host-driver/resources/firmware/COMPONENT_43438/43438A1-mfgtest_clm_blob.c
wifi-host-driver/resources/firmware/COMPONENT_43438/43438A1_bin.c
wifi-host-driver/resources/firmware/COMPONENT_43438/43438A1_clm_blob.c
)

add_library(mbed-cy-psoc6-whd-4343w INTERFACE)
target_include_directories(mbed-cy-psoc6-whd-4343w
INTERFACE
resources/firmware/COMPONENT_4343W
wifi-host-driver/resources/firmware/COMPONENT_4343W
)
target_sources(mbed-cy-psoc6-whd-4343w
INTERFACE
resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c
resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c
resources/firmware/COMPONENT_4343W/4343WA1_bin.c
resources/firmware/COMPONENT_4343W/4343WA1_clm_blob.c
wifi-host-driver/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_bin.c
wifi-host-driver/resources/firmware/COMPONENT_4343W/4343WA1-mfgtest_clm_blob.c
wifi-host-driver/resources/firmware/COMPONENT_4343W/4343WA1_bin.c
wifi-host-driver/resources/firmware/COMPONENT_4343W/4343WA1_clm_blob.c
)

add_library(mbed-cy8ckit-062s2-43012-whd INTERFACE)
target_include_directories(mbed-cy8ckit-062s2-43012-whd INTERFACE resources/nvram/TARGET_CY8CKIT_062S2_43012)
target_include_directories(mbed-cy8ckit-062s2-43012-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CKIT_062S2_43012)

add_library(mbed-cy8ckit-062s2-4343w-whd INTERFACE)
target_include_directories(mbed-cy8ckit-062s2-4343w-whd INTERFACE resources/nvram/TARGET_CY8CKIT_062S2_4343W)
target_include_directories(mbed-cy8ckit-062s2-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CKIT_062S2_4343W)

add_library(mbed-cy8ckit-062-4343w-whd INTERFACE)
target_include_directories(mbed-cy8ckit-062-4343w-whd INTERFACE resources/nvram/TARGET_CY8CKIT_062_4343W)
target_include_directories(mbed-cy8ckit-062-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CKIT_062_4343W)

add_library(mbed-cy8ckit-062-wifi-bt-whd INTERFACE)
target_include_directories(mbed-cy8ckit-062-wifi-bt-whd INTERFACE resources/nvram/TARGET_CY8CKIT_062_WIFI_BT)
target_include_directories(mbed-cy8ckit-062-wifi-bt-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CKIT_062_WIFI_BT)

add_library(mbed-cy8ckit-064s1-4343w-whd INTERFACE)
target_include_directories(mbed-cy8ckit-064s1-4343w-whd INTERFACE resources/nvram/TARGET_CY8CKIT_064S1_4343W)
target_include_directories(mbed-cy8ckit-064s1-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CKIT_064S1_4343W)

add_library(mbed-cy8ckit-064s2-4343w-whd INTERFACE)
target_include_directories(mbed-cy8ckit-064s2-4343w-whd INTERFACE resources/nvram/TARGET_CY8CKIT_064S2_4343W)
target_include_directories(mbed-cy8ckit-064s2-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CKIT_064S2_4343W)

add_library(mbed-cy8cmod-062s2-43012-whd INTERFACE)
target_include_directories(mbed-cy8cmod-062s2-43012-whd INTERFACE resources/nvram/TARGET_CY8CMOD_062S2_43012)
target_include_directories(mbed-cy8cmod-062s2-43012-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CMOD_062S2_43012)

add_library(mbed-cy8cmod-062s3-4343w-whd INTERFACE)
target_include_directories(mbed-cy8cmod-062s3-4343w-whd INTERFACE resources/nvram/TARGET_CY8CMOD_062S3_4343W)
target_include_directories(mbed-cy8cmod-062s3-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CMOD_062S3_4343W)

add_library(mbed-cy8cmod-062-4343w-whd INTERFACE)
target_include_directories(mbed-cy8cmod-062-4343w-whd INTERFACE resources/nvram/TARGET_CY8CMOD_062_4343W)
target_include_directories(mbed-cy8cmod-062-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CMOD_062_4343W)

add_library(mbed-cy8cproto-062s3-4343w-whd INTERFACE)
target_include_directories(mbed-cy8cproto-062s3-4343w-whd INTERFACE resources/nvram/TARGET_CY8CPROTO_062S3_4343W)
target_include_directories(mbed-cy8cproto-062s3-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CPROTO_062S3_4343W)

add_library(mbed-cy8cproto-062-4343w-whd INTERFACE)
target_include_directories(mbed-cy8cproto-062-4343w-whd INTERFACE resources/nvram/TARGET_CY8CPROTO_062_4343W)
target_include_directories(mbed-cy8cproto-062-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CPROTO_062_4343W)

add_library(mbed-cytfm-064b0s2-4343w-whd INTERFACE)
target_include_directories(mbed-cytfm-064b0s2-4343w-whd INTERFACE resources/nvram/TARGET_CYTFM_064B0S2_4343W)
target_include_directories(mbed-cytfm-064b0s2-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CYTFM_064B0S2_4343W)

add_library(mbed-cyw943012p6evb-01-whd INTERFACE)
target_include_directories(mbed-cyw943012p6evb-01-whd INTERFACE resources/nvram/TARGET_CYW943012P6EVB_01)
target_include_directories(mbed-cyw943012p6evb-01-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CYW943012P6EVB_01)

add_library(mbed-cyw943012wcd2-whd INTERFACE)
target_include_directories(mbed-cyw943012wcd2-whd INTERFACE resources/nvram/TARGET_CYW943012WCD2)
target_include_directories(mbed-cyw943012wcd2-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CYW943012WCD2)

add_library(mbed-cyw9p62s1-43012car-01-whd INTERFACE)
target_include_directories(mbed-cyw9p62s1-43012car-01-whd INTERFACE resources/nvram/TARGET_CYW9P62S1_43012CAR_01)
target_include_directories(mbed-cyw9p62s1-43012car-01-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CYW9P62S1_43012CAR_01)

add_library(mbed-cyw9p62s1-43012evb-01-whd INTERFACE)
target_include_directories(mbed-cyw9p62s1-43012evb-01-whd INTERFACE resources/nvram/TARGET_CYW9P62S1_43012EVB_01)
target_include_directories(mbed-cyw9p62s1-43012evb-01-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CYW9P62S1_43012EVB_01)

add_library(mbed-cyw9p62s1-43438evb-01-whd INTERFACE)
target_include_directories(mbed-cyw9p62s1-43438evb-01-whd INTERFACE resources/nvram/TARGET_CYW9P62S1_43438EVB_01)
target_include_directories(mbed-cyw9p62s1-43438evb-01-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CYW9P62S1_43438EVB_01)

add_library(mbed-cy8ckit-064b0s2-4343w-whd INTERFACE)
target_include_directories(mbed-cy8ckit-064b0s2-4343w-whd INTERFACE resources/nvram/TARGET_CY8CKIT_064B0S2_4343W)
target_include_directories(mbed-cy8ckit-064b0s2-4343w-whd INTERFACE wifi-host-driver/resources/nvram/TARGET_CY8CKIT_064B0S2_4343W)


add_library(mbed-cy-psoc6-whd INTERFACE)

target_include_directories(mbed-cy-psoc6-whd
INTERFACE
.
inc
resources/resource_imp
src
src/include
src/bus_protocols
wifi-host-driver
wifi-host-driver/inc
wifi-host-driver/resources/resource_imp
wifi-host-driver/src
wifi-host-driver/src/include
wifi-host-driver/src/bus_protocols
)

target_sources(mbed-cy-psoc6-whd
INTERFACE
resources/resource_imp/whd_resources.c

src/whd_ap.c
src/whd_buffer_api.c
src/whd_cdc_bdc.c
src/whd_chip.c
src/whd_chip_constants.c
src/whd_clm.c
src/whd_debug.c
src/whd_events.c
src/whd_logging.c
src/whd_management.c
src/whd_network_if.c
src/whd_resource_if.c
src/whd_sdpcm.c
src/whd_thread.c
src/whd_utils.c
src/whd_wifi.c
src/whd_wifi_api.c
src/whd_wifi_p2p.c

src/bus_protocols/whd_bus.c
src/bus_protocols/whd_bus_common.c
src/bus_protocols/whd_bus_sdio_protocol.c
src/bus_protocols/whd_bus_spi_protocol.c
wifi-host-driver/resources/resource_imp/whd_resources.c

wifi-host-driver/src/whd_ap.c
wifi-host-driver/src/whd_buffer_api.c
wifi-host-driver/src/whd_cdc_bdc.c
wifi-host-driver/src/whd_chip.c
wifi-host-driver/src/whd_chip_constants.c
wifi-host-driver/src/whd_clm.c
wifi-host-driver/src/whd_debug.c
wifi-host-driver/src/whd_events.c
wifi-host-driver/src/whd_logging.c
wifi-host-driver/src/whd_management.c
wifi-host-driver/src/whd_network_if.c
wifi-host-driver/src/whd_resource_if.c
wifi-host-driver/src/whd_sdpcm.c
wifi-host-driver/src/whd_thread.c
wifi-host-driver/src/whd_utils.c
wifi-host-driver/src/whd_wifi.c
wifi-host-driver/src/whd_wifi_api.c
wifi-host-driver/src/whd_wifi_p2p.c

wifi-host-driver/src/bus_protocols/whd_bus.c
wifi-host-driver/src/bus_protocols/whd_bus_common.c
wifi-host-driver/src/bus_protocols/whd_bus_sdio_protocol.c
wifi-host-driver/src/bus_protocols/whd_bus_spi_protocol.c
)

target_compile_definitions(mbed-cy-psoc6-whd
Expand Down
3 changes: 0 additions & 3 deletions connectivity/drivers/wifi/COMPONENT_WHD/inc/whd_version.h

This file was deleted.

Binary file not shown.
Loading