mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12421 from dustin-crossman/pr/cy_targets_reorganization
Cypress Targets Reorganizationpull/12505/head
commit
1629103fb1
|
|
@ -13514,7 +13514,7 @@
|
||||||
],
|
],
|
||||||
"public": false
|
"public": false
|
||||||
},
|
},
|
||||||
"CY8CMOD_062_4343W": {
|
"CY8CPROTO_062_4343W": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
"MCU_PSOC6_M4"
|
"MCU_PSOC6_M4"
|
||||||
],
|
],
|
||||||
|
|
@ -13538,12 +13538,21 @@
|
||||||
"CY8C624ABZI_D44",
|
"CY8C624ABZI_D44",
|
||||||
"CYBSP_WIFI_CAPABLE"
|
"CYBSP_WIFI_CAPABLE"
|
||||||
],
|
],
|
||||||
"public": false,
|
"detect_code": [
|
||||||
|
"1901"
|
||||||
|
],
|
||||||
|
"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"
|
||||||
],
|
],
|
||||||
|
|
@ -13555,6 +13564,9 @@
|
||||||
"43012",
|
"43012",
|
||||||
"CYW43XXX"
|
"CYW43XXX"
|
||||||
],
|
],
|
||||||
|
"supported_form_factors": [
|
||||||
|
"ARDUINO"
|
||||||
|
],
|
||||||
"device_has_remove": [
|
"device_has_remove": [
|
||||||
"ANALOGOUT"
|
"ANALOGOUT"
|
||||||
],
|
],
|
||||||
|
|
@ -13567,12 +13579,14 @@
|
||||||
"CY8C624ABZI_D44",
|
"CY8C624ABZI_D44",
|
||||||
"CYBSP_WIFI_CAPABLE"
|
"CYBSP_WIFI_CAPABLE"
|
||||||
],
|
],
|
||||||
"public": false,
|
"detect_code": [
|
||||||
|
"190B"
|
||||||
|
],
|
||||||
"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"
|
||||||
],
|
],
|
||||||
|
|
@ -13598,7 +13612,9 @@
|
||||||
"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"
|
||||||
|
],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"network-default-interface-type": "WIFI",
|
"network-default-interface-type": "WIFI",
|
||||||
"xip-enable": true
|
"xip-enable": true
|
||||||
|
|
@ -13675,9 +13691,6 @@
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"1900"
|
"1900"
|
||||||
],
|
],
|
||||||
"post_binary_hook": {
|
|
||||||
"function": "PSOC6Code.complete"
|
|
||||||
},
|
|
||||||
"bootloader_supported": false,
|
"bootloader_supported": false,
|
||||||
"sectors": [
|
"sectors": [
|
||||||
[
|
[
|
||||||
|
|
@ -13690,49 +13703,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"
|
||||||
|
|
@ -13753,9 +13723,6 @@
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"1902"
|
"1902"
|
||||||
],
|
],
|
||||||
"post_binary_hook": {
|
|
||||||
"function": "PSOC6Code.complete"
|
|
||||||
},
|
|
||||||
"sectors": [
|
"sectors": [
|
||||||
[
|
[
|
||||||
268443648,
|
268443648,
|
||||||
|
|
@ -13785,9 +13752,6 @@
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"1904"
|
"1904"
|
||||||
],
|
],
|
||||||
"post_binary_hook": {
|
|
||||||
"function": "PSOC6Code.complete"
|
|
||||||
},
|
|
||||||
"sectors": [
|
"sectors": [
|
||||||
[
|
[
|
||||||
268443648,
|
268443648,
|
||||||
|
|
@ -13854,9 +13818,6 @@
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"1900"
|
"1900"
|
||||||
],
|
],
|
||||||
"post_binary_hook": {
|
|
||||||
"function": "PSOC6Code.complete"
|
|
||||||
},
|
|
||||||
"bootloader_supported": false,
|
"bootloader_supported": false,
|
||||||
"sectors": [
|
"sectors": [
|
||||||
[
|
[
|
||||||
|
|
@ -13894,9 +13855,6 @@
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"1906"
|
"1906"
|
||||||
],
|
],
|
||||||
"post_binary_hook": {
|
|
||||||
"function": "PSOC6Code.complete"
|
|
||||||
},
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"network-default-interface-type": "WIFI"
|
"network-default-interface-type": "WIFI"
|
||||||
}
|
}
|
||||||
|
|
@ -13936,9 +13894,6 @@
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"1903"
|
"1903"
|
||||||
],
|
],
|
||||||
"post_binary_hook": {
|
|
||||||
"function": "PSOC6Code.complete"
|
|
||||||
},
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"network-default-interface-type": "WIFI"
|
"network-default-interface-type": "WIFI"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue