Skip to content

Commit d35c9f1

Browse files
Removed CY8CMODs from targets.json.
1 parent 84c9303 commit d35c9f1

File tree

1 file changed

+32
-50
lines changed

1 file changed

+32
-50
lines changed

targets/targets.json

Lines changed: 32 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -13461,7 +13461,7 @@
1346113461
],
1346213462
"public": false
1346313463
},
13464-
"CY8CMOD_062_4343W": {
13464+
"CY8CPROTO_062_4343W": {
1346513465
"inherits": [
1346613466
"MCU_PSOC6_M4"
1346713467
],
@@ -13485,12 +13485,24 @@
1348513485
"CY8C624ABZI_D44",
1348613486
"CYBSP_WIFI_CAPABLE"
1348713487
],
13488-
"public": false,
13488+
"detect_code": [
13489+
"1901"
13490+
],
13491+
"post_binary_hook": {
13492+
"function": "PSOC6Code.complete"
13493+
},
13494+
"bootloader_supported": false,
13495+
"sectors": [
13496+
[
13497+
268435456,
13498+
512
13499+
]
13500+
],
1348913501
"overrides": {
1349013502
"network-default-interface-type": "WIFI"
1349113503
}
1349213504
},
13493-
"CY8CMOD_062S2_43012": {
13505+
"CY8CKIT_062S2_43012": {
1349413506
"inherits": [
1349513507
"MCU_PSOC6_M4"
1349613508
],
@@ -13502,6 +13514,9 @@
1350213514
"43012",
1350313515
"CYW43XXX"
1350413516
],
13517+
"supported_form_factors": [
13518+
"ARDUINO"
13519+
],
1350513520
"device_has_remove": [
1350613521
"ANALOGOUT"
1350713522
],
@@ -13514,12 +13529,17 @@
1351413529
"CY8C624ABZI_D44",
1351513530
"CYBSP_WIFI_CAPABLE"
1351613531
],
13517-
"public": false,
13532+
"detect_code": [
13533+
"190B"
13534+
],
13535+
"post_binary_hook": {
13536+
"function": "PSOC6Code.complete"
13537+
},
1351813538
"overrides": {
1351913539
"network-default-interface-type": "WIFI"
1352013540
}
1352113541
},
13522-
"CY8CMOD_062S3_4343W": {
13542+
"CY8CPROTO_062S3_4343W": {
1352313543
"inherits": [
1352413544
"MCU_PSOC6_M4"
1352513545
],
@@ -13545,7 +13565,12 @@
1354513565
"CY_ENABLE_XIP_PROGRAM",
1354613566
"CY_STORAGE_WIFI_DATA=\".cy_xip\""
1354713567
],
13548-
"public": false,
13568+
"detect_code": [
13569+
"190E"
13570+
],
13571+
"post_binary_hook": {
13572+
"function": "PSOC6Code.complete"
13573+
},
1354913574
"overrides": {
1355013575
"network-default-interface-type": "WIFI",
1355113576
"xip-enable": true
@@ -13637,49 +13662,6 @@
1363713662
},
1363813663
"program_cycle_s": 10
1363913664
},
13640-
"CY8CPROTO_062_4343W": {
13641-
"inherits": [
13642-
"CY8CMOD_062_4343W"
13643-
],
13644-
"detect_code": [
13645-
"1901"
13646-
],
13647-
"post_binary_hook": {
13648-
"function": "PSOC6Code.complete"
13649-
},
13650-
"bootloader_supported": false,
13651-
"sectors": [
13652-
[
13653-
268435456,
13654-
512
13655-
]
13656-
]
13657-
},
13658-
"CY8CPROTO_062S3_4343W": {
13659-
"inherits": [
13660-
"CY8CMOD_062S3_4343W"
13661-
],
13662-
"detect_code": [
13663-
"190E"
13664-
],
13665-
"post_binary_hook": {
13666-
"function": "PSOC6Code.complete"
13667-
}
13668-
},
13669-
"CY8CKIT_062S2_43012": {
13670-
"inherits": [
13671-
"CY8CMOD_062S2_43012"
13672-
],
13673-
"supported_form_factors": [
13674-
"ARDUINO"
13675-
],
13676-
"detect_code": [
13677-
"190B"
13678-
],
13679-
"post_binary_hook": {
13680-
"function": "PSOC6Code.complete"
13681-
}
13682-
},
1368313665
"CY8CKIT_062_BLE": {
1368413666
"inherits": [
1368513667
"MCU_PSOC6_M4"
@@ -14745,4 +14727,4 @@
1474514727
"version": "1",
1474614728
"public": false
1474714729
}
14748-
}
14730+
}

0 commit comments

Comments
 (0)