Skip to content

Commit

Permalink
Merge pull request #12421 from dustin-crossman/pr/cy_targets_reorgani…
Browse files Browse the repository at this point in the history
…zation

Cypress Targets Reorganization
  • Loading branch information
0xc0170 authored Feb 24, 2020
2 parents bb48fa4 + 286af23 commit 1629103
Show file tree
Hide file tree
Showing 50 changed files with 22 additions and 67 deletions.
89 changes: 22 additions & 67 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -13514,7 +13514,7 @@
],
"public": false
},
"CY8CMOD_062_4343W": {
"CY8CPROTO_062_4343W": {
"inherits": [
"MCU_PSOC6_M4"
],
Expand All @@ -13538,12 +13538,21 @@
"CY8C624ABZI_D44",
"CYBSP_WIFI_CAPABLE"
],
"public": false,
"detect_code": [
"1901"
],
"bootloader_supported": false,
"sectors": [
[
268435456,
512
]
],
"overrides": {
"network-default-interface-type": "WIFI"
}
},
"CY8CMOD_062S2_43012": {
"CY8CKIT_062S2_43012": {
"inherits": [
"MCU_PSOC6_M4"
],
Expand All @@ -13555,6 +13564,9 @@
"43012",
"CYW43XXX"
],
"supported_form_factors": [
"ARDUINO"
],
"device_has_remove": [
"ANALOGOUT"
],
Expand All @@ -13567,12 +13579,14 @@
"CY8C624ABZI_D44",
"CYBSP_WIFI_CAPABLE"
],
"public": false,
"detect_code": [
"190B"
],
"overrides": {
"network-default-interface-type": "WIFI"
}
},
"CY8CMOD_062S3_4343W": {
"CY8CPROTO_062S3_4343W": {
"inherits": [
"MCU_PSOC6_M4"
],
Expand All @@ -13598,7 +13612,9 @@
"CY_ENABLE_XIP_PROGRAM",
"CY_STORAGE_WIFI_DATA=\".cy_xip\""
],
"public": false,
"detect_code": [
"190E"
],
"overrides": {
"network-default-interface-type": "WIFI",
"xip-enable": true
Expand Down Expand Up @@ -13675,9 +13691,6 @@
"detect_code": [
"1900"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"bootloader_supported": false,
"sectors": [
[
Expand All @@ -13690,49 +13703,6 @@
},
"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": {
"inherits": [
"MCU_PSOC6_M4"
Expand All @@ -13753,9 +13723,6 @@
"detect_code": [
"1902"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"sectors": [
[
268443648,
Expand Down Expand Up @@ -13785,9 +13752,6 @@
"detect_code": [
"1904"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"sectors": [
[
268443648,
Expand Down Expand Up @@ -13854,9 +13818,6 @@
"detect_code": [
"1900"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"bootloader_supported": false,
"sectors": [
[
Expand Down Expand Up @@ -13894,9 +13855,6 @@
"detect_code": [
"1906"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"overrides": {
"network-default-interface-type": "WIFI"
}
Expand Down Expand Up @@ -13936,9 +13894,6 @@
"detect_code": [
"1903"
],
"post_binary_hook": {
"function": "PSOC6Code.complete"
},
"overrides": {
"network-default-interface-type": "WIFI"
}
Expand Down

0 comments on commit 1629103

Please sign in to comment.