mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
bb9f1dc554
commit
881b806549
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -7846,7 +7846,7 @@
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"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"],
|
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"detect_code": ["1900"],
|
"detect_code": ["1900"],
|
||||||
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
||||||
|
@ -7858,7 +7858,7 @@
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"device_has_remove": ["ANALOGOUT"],
|
"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"],
|
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"public": false
|
"public": false
|
||||||
},
|
},
|
||||||
|
@ -7873,6 +7873,7 @@
|
||||||
"CY8CKIT_062_BLE": {
|
"CY8CKIT_062_BLE": {
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
|
"extra_labels_add": ["PSOC6_01"],
|
||||||
"macros_add": ["CY8C6347BZI_BLD53", "PSOC6_DYNSRM_DISABLE=1"],
|
"macros_add": ["CY8C6347BZI_BLD53", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"detect_code": ["1902"],
|
"detect_code": ["1902"],
|
||||||
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
||||||
|
@ -7885,7 +7886,7 @@
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"device_has_remove": ["ANALOGOUT"],
|
"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"],
|
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"detect_code": ["1905"],
|
"detect_code": ["1905"],
|
||||||
"hex_filename": "psoc6_02_cm0p_sleep.hex",
|
"hex_filename": "psoc6_02_cm0p_sleep.hex",
|
||||||
|
@ -7896,7 +7897,7 @@
|
||||||
"CYW943012P6EVB_01": {
|
"CYW943012P6EVB_01": {
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"extra_labels_add": ["CYW43XXX", "CORDIO"],
|
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
|
||||||
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
|
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"detect_code": ["1906"],
|
"detect_code": ["1906"],
|
||||||
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
||||||
|
|
Loading…
Reference in New Issue