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/9481/head
Volodymyr Medvid 2019-01-30 01:20:00 +02:00
parent a16811532b
commit 022bd8eeef
13 changed files with 5 additions and 4 deletions

View File

@ -7847,7 +7847,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",
@ -7859,7 +7859,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
},
@ -7874,6 +7874,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",
@ -7886,7 +7887,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",
@ -7897,7 +7898,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",