Skip to content

Commit a15ed11

Browse files
dustin-crossmanKyle Kearney
authored and
Kyle Kearney
committed
Backport ARMmbed#12421: Cypress target reorganization
- Remove CY8CMOD_062_4343W and merge into CY8CPROTO_062_4343W. - Remove CY8CMOD_062S2_43012 and merge into CY8CKIT_062S2_43012. - Remove CY8CMOD_062S3_4343W and merge into CY8CPROTO_062S3_4343W. - Removed CY8CMODs from targets.json. - Removed unnecessary PSOC6Code.complete post binary hook from cypress targets.
1 parent 8199e25 commit a15ed11

File tree

50 files changed

+22
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+22
-48
lines changed

targets/targets.json

Lines changed: 22 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -9164,7 +9164,7 @@
91649164
"macros_add": ["MCU_PSOC6_M4", "CY_RTOS_AWARE", "CY_USING_HAL", "MBED_TICKLESS"],
91659165
"public": false
91669166
},
9167-
"CY8CMOD_062_4343W": {
9167+
"CY8CPROTO_062_4343W": {
91689168
"inherits": ["MCU_PSOC6_M4"],
91699169
"features": ["BLE"],
91709170
"components_add": ["WHD", "4343W", "CYW43XXX"],
@@ -9175,28 +9175,42 @@
91759175
"CORDIO"
91769176
],
91779177
"macros_add": ["CY8C624ABZI_D44", "CYBSP_WIFI_CAPABLE"],
9178-
"public": false,
9178+
"detect_code": [
9179+
"1901"
9180+
],
9181+
"bootloader_supported": false,
9182+
"sectors": [
9183+
[
9184+
268435456,
9185+
512
9186+
]
9187+
],
91799188
"overrides": {
91809189
"network-default-interface-type": "WIFI"
91819190
}
91829191
},
9183-
"CY8CMOD_062S2_43012": {
9192+
"CY8CKIT_062S2_43012": {
91849193
"inherits": ["MCU_PSOC6_M4"],
91859194
"features": ["BLE"],
91869195
"components_add": ["WHD", "43012", "CYW43XXX"],
91879196
"device_has_remove": ["ANALOGOUT"],
9197+
"supported_form_factors": [
9198+
"ARDUINO"
9199+
],
91889200
"extra_labels_add": [
91899201
"PSOC6_02",
91909202
"MXCRYPTO_02",
91919203
"CORDIO"
91929204
],
91939205
"macros_add": ["CY8C624ABZI_D44", "CYBSP_WIFI_CAPABLE"],
9194-
"public": false,
9206+
"detect_code": [
9207+
"190B"
9208+
],
91959209
"overrides": {
91969210
"network-default-interface-type": "WIFI"
91979211
}
91989212
},
9199-
"CY8CMOD_062S3_4343W": {
9213+
"CY8CPROTO_062S3_4343W": {
92009214
"inherits": ["MCU_PSOC6_M4"],
92019215
"features": ["BLE"],
92029216
"components_add": ["WHD", "4343W", "CYW43XXX"],
@@ -9212,7 +9226,9 @@
92129226
"CY_ENABLE_XIP_PROGRAM",
92139227
"CY_STORAGE_WIFI_DATA=\".cy_xip\""
92149228
],
9215-
"public": false,
9229+
"detect_code": [
9230+
"190E"
9231+
],
92169232
"overrides": {
92179233
"network-default-interface-type": "WIFI",
92189234
"xip-enable": true
@@ -9253,40 +9269,13 @@
92539269
],
92549270
"macros_add": ["CY8C6247BZI_D54", "CYHAL_UDB_SDIO", "CYBSP_WIFI_CAPABLE"],
92559271
"detect_code": ["1900"],
9256-
"post_binary_hook": {
9257-
"function": "PSOC6Code.complete"
9258-
},
92599272
"bootloader_supported": false,
92609273
"sectors": [[268435456, 512]],
92619274
"overrides": {
92629275
"network-default-interface-type": "WIFI"
92639276
},
92649277
"program_cycle_s": 10
92659278
},
9266-
"CY8CPROTO_062_4343W": {
9267-
"inherits": ["CY8CMOD_062_4343W"],
9268-
"detect_code": ["1901"],
9269-
"post_binary_hook": {
9270-
"function": "PSOC6Code.complete"
9271-
},
9272-
"bootloader_supported": false,
9273-
"sectors": [[268435456, 512]]
9274-
},
9275-
"CY8CPROTO_062S3_4343W": {
9276-
"inherits": ["CY8CMOD_062S3_4343W"],
9277-
"detect_code": ["190E"],
9278-
"post_binary_hook": {
9279-
"function": "PSOC6Code.complete"
9280-
}
9281-
},
9282-
"CY8CKIT_062S2_43012": {
9283-
"inherits": ["CY8CMOD_062S2_43012"],
9284-
"supported_form_factors": ["ARDUINO"],
9285-
"detect_code": ["190B"],
9286-
"post_binary_hook": {
9287-
"function": "PSOC6Code.complete"
9288-
}
9289-
},
92909279
"CY8CKIT_062_BLE": {
92919280
"inherits": ["MCU_PSOC6_M4"],
92929281
"device_has_remove": ["USBDEVICE"],
@@ -9297,9 +9286,6 @@
92979286
],
92989287
"macros_add": ["CY8C6347BZI_BLD53"],
92999288
"detect_code": ["1902"],
9300-
"post_binary_hook": {
9301-
"function": "PSOC6Code.complete"
9302-
},
93039289
"sectors": [[268443648, 512]],
93049290
"bootloader_supported": false
93059291
},
@@ -9313,9 +9299,6 @@
93139299
],
93149300
"macros_add": ["CYBLE_416045_02"],
93159301
"detect_code": ["1904"],
9316-
"post_binary_hook": {
9317-
"function": "PSOC6Code.complete"
9318-
},
93199302
"sectors": [[268443648, 512]],
93209303
"bootloader_supported": false
93219304
},
@@ -9348,9 +9331,6 @@
93489331
],
93499332
"macros_add": ["CY8C6247BZI_D54", "CYHAL_UDB_SDIO", "CYBSP_WIFI_CAPABLE"],
93509333
"detect_code": ["1900"],
9351-
"post_binary_hook": {
9352-
"function": "PSOC6Code.complete"
9353-
},
93549334
"bootloader_supported": false,
93559335
"sectors": [[268435456, 512]],
93569336
"overrides": {
@@ -9369,9 +9349,6 @@
93699349
],
93709350
"macros_add": ["CY8C6247BZI_D54", "CYHAL_UDB_SDIO", "CYBSP_WIFI_CAPABLE"],
93719351
"detect_code": ["1906"],
9372-
"post_binary_hook": {
9373-
"function": "PSOC6Code.complete"
9374-
},
93759352
"overrides": {
93769353
"network-default-interface-type": "WIFI"
93779354
}
@@ -9390,9 +9367,6 @@
93909367
],
93919368
"macros_add": ["CY8C6247FDI_D52", "CYHAL_UDB_SDIO", "CYBSP_WIFI_CAPABLE"],
93929369
"detect_code": ["1903"],
9393-
"post_binary_hook": {
9394-
"function": "PSOC6Code.complete"
9395-
},
93969370
"overrides": {
93979371
"network-default-interface-type": "WIFI"
93989372
}

0 commit comments

Comments
 (0)