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).
pull/9646/head
Volodymyr Medvid 2019-01-30 01:20:00 +02:00 committed by adbridge
parent bb9f1dc554
commit 881b806549
13 changed files with 5 additions and 4 deletions

View File

@ -7846,7 +7846,7 @@
"inherits": ["MCU_PSOC6_M4"],
"features": ["BLE"],
"supported_form_factors": ["ARDUINO"],
"extra_labels_add": ["CYW43XXX", "CORDIO"],
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
"detect_code": ["1900"],
"hex_filename": "psoc6_01_cm0p_sleep.hex",
@ -7858,7 +7858,7 @@
"inherits": ["MCU_PSOC6_M4"],
"features": ["BLE"],
"device_has_remove": ["ANALOGOUT"],
"extra_labels_add": ["CYW43XXX", "CORDIO"],
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
"public": false
},
@ -7873,6 +7873,7 @@
"CY8CKIT_062_BLE": {
"inherits": ["MCU_PSOC6_M4"],
"supported_form_factors": ["ARDUINO"],
"extra_labels_add": ["PSOC6_01"],
"macros_add": ["CY8C6347BZI_BLD53", "PSOC6_DYNSRM_DISABLE=1"],
"detect_code": ["1902"],
"hex_filename": "psoc6_01_cm0p_sleep.hex",
@ -7885,7 +7886,7 @@
"features": ["BLE"],
"supported_form_factors": ["ARDUINO"],
"device_has_remove": ["ANALOGOUT"],
"extra_labels_add": ["CYW43XXX", "CORDIO"],
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
"detect_code": ["1905"],
"hex_filename": "psoc6_02_cm0p_sleep.hex",
@ -7896,7 +7897,7 @@
"CYW943012P6EVB_01": {
"inherits": ["MCU_PSOC6_M4"],
"features": ["BLE"],
"extra_labels_add": ["CYW43XXX", "CORDIO"],
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
"detect_code": ["1906"],
"hex_filename": "psoc6_01_cm0p_sleep.hex",