Skip to content

Commit 095e8df

Browse files
author
Kyle Kearney
committed
Remove WATCHDOG from TARGET_SEQUANA
This was added to TARGET_PSOC6 which TARGET_SEQUANA inherits from, but TARGET_SEQUANA doesn't implement WATCHDOG
1 parent 3898fed commit 095e8df

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
@@ -8677,7 +8677,7 @@
86778677
"supported_form_factors": ["ARDUINO"],
86788678
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "FUTURE_SEQUANA"],
86798679
"extra_labels_remove": ["PSOC6"],
8680-
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI"],
8680+
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI", "WATCHDOG"],
86818681
"macros_add": ["CY8C6347BZI_BLD53"],
86828682
"detect_code": ["6000"],
86838683
"post_binary_hook": {
@@ -8710,7 +8710,7 @@
87108710
"components_remove": ["QSPIF"],
87118711
"extra_labels_add": ["PSOC6_FUTURE", "CY8C63XX", "CORDIO"],
87128712
"extra_labels_remove": ["PSOC6"],
8713-
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI"],
8713+
"device_has_remove": ["TRNG", "CRC", "I2CSLAVE", "USBDEVICE", "QSPI", "WATCHDOG"],
87148714
"macros_add": ["CY8C6347BZI_BLD53"],
87158715
"detect_code": ["6000"],
87168716
"hex_filename": "psoc63_m0_default_1.03.hex",

0 commit comments

Comments
 (0)