Skip to content

Commit 881b806

Browse files
vmedcyadbridge
authored andcommitted
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 bb9f1dc commit 881b806

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
@@ -7846,7 +7846,7 @@
78467846
"inherits": ["MCU_PSOC6_M4"],
78477847
"features": ["BLE"],
78487848
"supported_form_factors": ["ARDUINO"],
7849-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7849+
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78507850
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
78517851
"detect_code": ["1900"],
78527852
"hex_filename": "psoc6_01_cm0p_sleep.hex",
@@ -7858,7 +7858,7 @@
78587858
"inherits": ["MCU_PSOC6_M4"],
78597859
"features": ["BLE"],
78607860
"device_has_remove": ["ANALOGOUT"],
7861-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7861+
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78627862
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
78637863
"public": false
78647864
},
@@ -7873,6 +7873,7 @@
78737873
"CY8CKIT_062_BLE": {
78747874
"inherits": ["MCU_PSOC6_M4"],
78757875
"supported_form_factors": ["ARDUINO"],
7876+
"extra_labels_add": ["PSOC6_01"],
78767877
"macros_add": ["CY8C6347BZI_BLD53", "PSOC6_DYNSRM_DISABLE=1"],
78777878
"detect_code": ["1902"],
78787879
"hex_filename": "psoc6_01_cm0p_sleep.hex",
@@ -7885,7 +7886,7 @@
78857886
"features": ["BLE"],
78867887
"supported_form_factors": ["ARDUINO"],
78877888
"device_has_remove": ["ANALOGOUT"],
7888-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7889+
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78897890
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
78907891
"detect_code": ["1905"],
78917892
"hex_filename": "psoc6_02_cm0p_sleep.hex",
@@ -7896,7 +7897,7 @@
78967897
"CYW943012P6EVB_01": {
78977898
"inherits": ["MCU_PSOC6_M4"],
78987899
"features": ["BLE"],
7899-
"extra_labels_add": ["CYW43XXX", "CORDIO"],
7900+
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
79007901
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
79017902
"detect_code": ["1906"],
79027903
"hex_filename": "psoc6_01_cm0p_sleep.hex",

0 commit comments

Comments
 (0)