Skip to content

Commit b652407

Browse files
committed
PSOC6: TARGET_PSOC6_FUTURE doesn't implement DEVICE_I2CSLAVE
1 parent adfac3c commit b652407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8452,7 +8452,7 @@
84528452
"supported_form_factors": ["ARDUINO"],
84538453
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "FUTURE_SEQUANA"],
84548454
"extra_labels_remove": ["PSOC6"],
8455-
"device_has_remove": ["TRNG", "CRC"],
8455+
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE"],
84568456
"macros_add": ["CY8C6347BZI_BLD53"],
84578457
"detect_code": ["6000"],
84588458
"post_binary_hook": {
@@ -8481,7 +8481,7 @@
84818481
"supported_form_factors": ["ARDUINO"],
84828482
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "CORDIO"],
84838483
"extra_labels_remove": ["PSOC6"],
8484-
"device_has_remove": ["TRNG", "CRC"],
8484+
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE"],
84858485
"macros_add": ["CY8C6347BZI_BLD53"],
84868486
"detect_code": ["6000"],
84878487
"hex_filename": "psoc63_m0_default_1.03.hex",

0 commit comments

Comments
 (0)