Removed CY8CMODs from targets.json.

pull/12421/head
Dustin Crossman 2020-02-10 12:10:20 -08:00
parent 84c9303ea0
commit d35c9f1895
1 changed files with 32 additions and 50 deletions

View File

@ -13461,7 +13461,7 @@
], ],
"public": false "public": false
}, },
"CY8CMOD_062_4343W": { "CY8CPROTO_062_4343W": {
"inherits": [ "inherits": [
"MCU_PSOC6_M4" "MCU_PSOC6_M4"
], ],
@ -13485,12 +13485,24 @@
"CY8C624ABZI_D44", "CY8C624ABZI_D44",
"CYBSP_WIFI_CAPABLE" "CYBSP_WIFI_CAPABLE"
], ],
"public": false, "detect_code": [
"1901"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"bootloader_supported": false,
"sectors": [
[
268435456,
512
]
],
"overrides": { "overrides": {
"network-default-interface-type": "WIFI" "network-default-interface-type": "WIFI"
} }
}, },
"CY8CMOD_062S2_43012": { "CY8CKIT_062S2_43012": {
"inherits": [ "inherits": [
"MCU_PSOC6_M4" "MCU_PSOC6_M4"
], ],
@ -13502,6 +13514,9 @@
"43012", "43012",
"CYW43XXX" "CYW43XXX"
], ],
"supported_form_factors": [
"ARDUINO"
],
"device_has_remove": [ "device_has_remove": [
"ANALOGOUT" "ANALOGOUT"
], ],
@ -13514,12 +13529,17 @@
"CY8C624ABZI_D44", "CY8C624ABZI_D44",
"CYBSP_WIFI_CAPABLE" "CYBSP_WIFI_CAPABLE"
], ],
"public": false, "detect_code": [
"190B"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"overrides": { "overrides": {
"network-default-interface-type": "WIFI" "network-default-interface-type": "WIFI"
} }
}, },
"CY8CMOD_062S3_4343W": { "CY8CPROTO_062S3_4343W": {
"inherits": [ "inherits": [
"MCU_PSOC6_M4" "MCU_PSOC6_M4"
], ],
@ -13545,7 +13565,12 @@
"CY_ENABLE_XIP_PROGRAM", "CY_ENABLE_XIP_PROGRAM",
"CY_STORAGE_WIFI_DATA=\".cy_xip\"" "CY_STORAGE_WIFI_DATA=\".cy_xip\""
], ],
"public": false, "detect_code": [
"190E"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"overrides": { "overrides": {
"network-default-interface-type": "WIFI", "network-default-interface-type": "WIFI",
"xip-enable": true "xip-enable": true
@ -13637,49 +13662,6 @@
}, },
"program_cycle_s": 10 "program_cycle_s": 10
}, },
"CY8CPROTO_062_4343W": {
"inherits": [
"CY8CMOD_062_4343W"
],
"detect_code": [
"1901"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"bootloader_supported": false,
"sectors": [
[
268435456,
512
]
]
},
"CY8CPROTO_062S3_4343W": {
"inherits": [
"CY8CMOD_062S3_4343W"
],
"detect_code": [
"190E"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
}
},
"CY8CKIT_062S2_43012": {
"inherits": [
"CY8CMOD_062S2_43012"
],
"supported_form_factors": [
"ARDUINO"
],
"detect_code": [
"190B"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
}
},
"CY8CKIT_062_BLE": { "CY8CKIT_062_BLE": {
"inherits": [ "inherits": [
"MCU_PSOC6_M4" "MCU_PSOC6_M4"