If I configure watchdog and try it out with for example ``` while(1); ``` a wdt reset is always triggered. But if I try to trigger it with ``` k_panic(); ``` the watchdog does nothing. The system just hangs indefinitely.