Infineon: Switch to 1.9.0 code base, add xmc7000 family support, refactor memory layer
diff --git a/boot/cypress/BlinkyApp/main.c b/boot/cypress/BlinkyApp/main.c
index 900c870..5bc5a59 100644
--- a/boot/cypress/BlinkyApp/main.c
+++ b/boot/cypress/BlinkyApp/main.c
@@ -57,6 +57,11 @@
printf("[BlinkyApp] Image type: " IMAGE_TYPE " on %s core\r\n", detect_core_message);
+ /* Disable watchdog timer to mark successful start up of application. */
+ cyhal_wdt_free(NULL);
+
+ printf(WATCHDOG_FREE_MESSAGE);
+
for (;;) {
/* Toggle the user LED periodically */
Cy_SysLib_Delay(BLINK_PERIOD / 2);