File tree Expand file tree Collapse file tree 9 files changed +75
-25
lines changed
connectivity/drivers/wifi
targets/TARGET_Cypress/TARGET_PSOC6
TARGET_CY8CKIT064B0S2_4343W
TARGET_CY8CKIT_062S2_43012
TARGET_CY8CKIT_062_WIFI_BT
TARGET_CY8CPROTO_062S3_4343W
TARGET_CY8CPROTO_062_4343W
TARGET_CYTFM_064B0S2_4343W
TARGET_CYW9P62S1_43012EVB_01
TARGET_CYW9P62S1_43438EVB_01 Expand file tree Collapse file tree 9 files changed +75
-25
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ add_subdirectory(TARGET_WICED EXCLUDE_FROM_ALL)
5
5
6
6
add_subdirectory (TARGET_STM EXCLUDE_FROM_ALL )
7
7
8
- add_subdirectory (COMPONENT_WHD EXCLUDE_FROM_ALL )
8
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
9
+ add_subdirectory (COMPONENT_WHD EXCLUDE_FROM_ALL )
10
+ endif ()
9
11
10
12
add_subdirectory (esp8266-driver )
11
13
Original file line number Diff line number Diff line change @@ -67,11 +67,17 @@ target_link_libraries(mbed-cy8ckit064b0s2-4343w
67
67
mbed-cy8ckit064b0s2-4343w-bsp-design-modus
68
68
mbed-cm0p-secure
69
69
mbed-psoc6
70
- mbed-cy-psoc6-whd
71
- mbed-cy-psoc6-whd-4343w
72
- mbed-cy8ckit-064b0s2-4343w-whd
73
70
)
74
71
72
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
73
+ target_link_libraries (mbed-cy8ckit064b0s2-4343w
74
+ INTERFACE
75
+ mbed-cy-psoc6-whd
76
+ mbed-cy-psoc6-whd-4343w
77
+ mbed-cy8ckit-064b0s2-4343w-whd
78
+ )
79
+ endif ()
80
+
75
81
target_compile_definitions (mbed-cy8ckit064b0s2-4343w
76
82
INTERFACE
77
83
"CYB0644ABZI_S2D44"
Original file line number Diff line number Diff line change @@ -65,11 +65,17 @@ target_link_libraries(mbed-cy8ckit-062s2-43012
65
65
mbed-cy8ckit-062s2-43012-bsp-design-modus
66
66
mbed-cm0p-sleep
67
67
mbed-psoc6
68
- mbed-cy-psoc6-whd
69
- mbed-cy-psoc6-whd-43012
70
- mbed-cy8ckit-062s2-43012-whd
71
68
)
72
69
70
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
71
+ target_link_libraries (mbed-cy8ckit-062s2-43012
72
+ INTERFACE
73
+ mbed-cy-psoc6-whd
74
+ mbed-cy-psoc6-whd-43012
75
+ mbed-cy8ckit-062s2-43012-whd
76
+ )
77
+ endif ()
78
+
73
79
target_compile_definitions (mbed-cy8ckit-062s2-43012
74
80
INTERFACE
75
81
"CY8C624ABZI_D44"
Original file line number Diff line number Diff line change @@ -65,12 +65,18 @@ target_link_libraries(mbed-cy8ckit-062-wifi-bt
65
65
mbed-cy8ckit-062-wifi-bt-bsp-design-modus
66
66
mbed-cm0p-sleep
67
67
mbed-psoc6
68
- mbed-cy-psoc6-whd
69
- mbed-cy-psoc6-whd-4343w
70
- mbed-cy8ckit-062-wifi-bt-whd
71
68
mbed-udb-sdio-p12
72
69
)
73
70
71
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
72
+ target_link_libraries (mbed-cy8ckit-062-wifi-bt
73
+ INTERFACE
74
+ mbed-cy-psoc6-whd
75
+ mbed-cy-psoc6-whd-4343w
76
+ mbed-cy8ckit-062-wifi-bt-whd
77
+ )
78
+ endif ()
79
+
74
80
target_compile_definitions (mbed-cy8ckit-062-wifi-bt
75
81
INTERFACE
76
82
"CY8C6247BZI_D54"
Original file line number Diff line number Diff line change @@ -66,12 +66,18 @@ target_link_libraries(mbed-cy8cproto-062s3-4343w
66
66
mbed-cy8cproto-062s3-4343w-bsp-design-modus
67
67
mbed-cm0p-sleep
68
68
mbed-psoc6
69
- mbed-cy-psoc6-whd
70
- mbed-cy-psoc6-whd-4343w
71
- mbed-cy8cproto-062s3-4343w-whd
72
69
mbed-cy-external-wifi-fw
73
70
)
74
71
72
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
73
+ target_link_libraries (mbed-cy8cproto-062s3-4343w
74
+ INTERFACE
75
+ mbed-cy-psoc6-whd
76
+ mbed-cy-psoc6-whd-4343w
77
+ mbed-cy8cproto-062s3-4343w-whd
78
+ )
79
+ endif ()
80
+
75
81
target_compile_definitions (mbed-cy8cproto-062s3-4343w
76
82
INTERFACE
77
83
"CY8C6245LQI_S3D72"
Original file line number Diff line number Diff line change @@ -66,11 +66,17 @@ target_link_libraries(mbed-cy8cproto-062-4343w
66
66
mbed-cy8cproto-062-4343w-bsp-design-modus
67
67
mbed-cm0p-sleep
68
68
mbed-psoc6
69
- mbed-cy-psoc6-whd
70
- mbed-cy-psoc6-whd-4343w
71
- mbed-cy8cproto-062-4343w-whd
72
69
)
73
70
71
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
72
+ target_link_libraries (mbed-cy8cproto-062-4343w
73
+ INTERFACE
74
+ mbed-cy-psoc6-whd
75
+ mbed-cy-psoc6-whd-4343w
76
+ mbed-cy8cproto-062-4343w-whd
77
+ )
78
+ endif ()
79
+
74
80
target_compile_definitions (mbed-cy8cproto-062-4343w
75
81
INTERFACE
76
82
"CY8C624ABZI_D44"
Original file line number Diff line number Diff line change @@ -58,11 +58,17 @@ target_link_libraries(mbed-cytfm-064b0s2-4343w
58
58
mbed-cytfm-064b0s2-4343w-cm4
59
59
mbed-cytfm-064b0s2-4343w-bsp-design-modus
60
60
mbed-psoc6
61
- mbed-cy-psoc6-whd
62
- mbed-cy-psoc6-whd-4343w
63
- mbed-cytfm-064b0s2-4343w-whd
64
61
)
65
62
63
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
64
+ target_link_libraries (mbed-cytfm-064b0s2-4343w
65
+ INTERFACE
66
+ mbed-cy-psoc6-whd
67
+ mbed-cy-psoc6-whd-4343w
68
+ mbed-cytfm-064b0s2-4343w-whd
69
+ )
70
+ endif ()
71
+
66
72
target_compile_definitions (mbed-cytfm-064b0s2-4343w
67
73
INTERFACE
68
74
"CYB0644ABZI_S2D44"
Original file line number Diff line number Diff line change @@ -67,12 +67,18 @@ target_link_libraries(mbed-cyw9p62s1-43012evb-01
67
67
mbed-cyw9p62s1-43012evb-01-bsp-design-modus
68
68
mbed-cm0p-sleep
69
69
mbed-psoc6
70
- mbed-cy-psoc6-whd
71
- mbed-cy-psoc6-whd-43012
72
- mbed-cyw9p62s1-43012evb-01-whd
73
70
mbed-udb-sdio-p12
74
71
)
75
72
73
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
74
+ target_link_libraries (mbed-cyw9p62s1-43012evb-01
75
+ INTERFACE
76
+ mbed-cy-psoc6-whd
77
+ mbed-cy-psoc6-whd-43012
78
+ mbed-cyw9p62s1-43012evb-01-whd
79
+ )
80
+ endif ()
81
+
76
82
target_compile_definitions (mbed-cyw9p62s1-43012evb-01
77
83
INTERFACE
78
84
"CY8C6247FDI_D52"
Original file line number Diff line number Diff line change @@ -66,12 +66,18 @@ target_link_libraries(mbed-cyw9p62s1-43438evb-01
66
66
mbed-cyw9p62s1-43438evb-01-bsp-design-modus
67
67
mbed-cm0p-sleep
68
68
mbed-psoc6
69
- mbed-cy-psoc6-whd
70
- mbed-cy-psoc6-whd-43438
71
- mbed-cyw9p62s1-43438evb-01-whd
72
69
mbed-udb-sdio-p2
73
70
)
74
71
72
+ if ("WHD" IN_LIST MBED_TARGET_LABELS )
73
+ target_link_libraries (mbed-cyw9p62s1-43438evb-01
74
+ INTERFACE
75
+ mbed-cy-psoc6-whd
76
+ mbed-cy-psoc6-whd-43438
77
+ mbed-cyw9p62s1-43438evb-01-whd
78
+ )
79
+ endif ()
80
+
75
81
target_compile_definitions (mbed-cyw9p62s1-43438evb-01
76
82
INTERFACE
77
83
"CY8C6247BZI_D54"
You can’t perform that action at this time.
0 commit comments