Skip to content

Commit 022bd8e

Browse files
committed
Add WICED binary drivers for Cypress PSoC 6 targets
Add prebuilt WICED libraries for the PSoC 6 boards with WICED radios: * TARGET_CY8CKIT_062_4343W * TARGET_CY8CKIT_062_WIFI_BT * TARGET_CY8CPROTO_062_4343W * TARGET_CYW943012P6EVB_01 Add required extra labels to the PSoC 6 targets in targets.json: (PSOC6_01/02 labels are used during the library compilation).
1 parent a168115 commit 022bd8e

File tree

13 files changed

+5
-4
lines changed

13 files changed

+5
-4
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

targets/targets.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7847,7 +7847,7 @@
78477847
"inherits": ["MCU_PSOC6_M4"],
78487848
"features": ["BLE"],
78497849
"supported_form_factors": ["ARDUINO"],
7850-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7850+
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78517851
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
78527852
"detect_code": ["1900"],
78537853
"hex_filename": "psoc6_01_cm0p_sleep.hex",
@@ -7859,7 +7859,7 @@
78597859
"inherits": ["MCU_PSOC6_M4"],
78607860
"features": ["BLE"],
78617861
"device_has_remove": ["ANALOGOUT"],
7862-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7862+
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78637863
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
78647864
"public": false
78657865
},
@@ -7874,6 +7874,7 @@
78747874
"CY8CKIT_062_BLE": {
78757875
"inherits": ["MCU_PSOC6_M4"],
78767876
"supported_form_factors": ["ARDUINO"],
7877+
"extra_labels_add": ["PSOC6_01"],
78777878
"macros_add": ["CY8C6347BZI_BLD53", "PSOC6_DYNSRM_DISABLE=1"],
78787879
"detect_code": ["1902"],
78797880
"hex_filename": "psoc6_01_cm0p_sleep.hex",
@@ -7886,7 +7887,7 @@
78867887
"features": ["BLE"],
78877888
"supported_form_factors": ["ARDUINO"],
78887889
"device_has_remove": ["ANALOGOUT"],
7889-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7890+
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78907891
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
78917892
"detect_code": ["1905"],
78927893
"hex_filename": "psoc6_02_cm0p_sleep.hex",
@@ -7897,7 +7898,7 @@
78977898
"CYW943012P6EVB_01": {
78987899
"inherits": ["MCU_PSOC6_M4"],
78997900
"features": ["BLE"],
7900-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7901+
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
79017902
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
79027903
"detect_code": ["1906"],
79037904
"hex_filename": "psoc6_01_cm0p_sleep.hex",

0 commit comments

Comments
 (0)