Debug
There are debug functionality which can be enabled or disabled using BCT flag.
|
Debug Control Fields |
Description |
Configuration Example |
|---|---|---|
|
uart_instance |
Configures the UART instance for console prints. |
debug.uart_instance = <1>; |
|
log_level |
Sets the log level |
log_level = <4>; |
|
wdt_period_secs |
WDT Period in Seconds |
wdt_period_secs = <0>; |
| enable_wdt | Knob to enable wdt | enable_wdt = <0>; |
| disable_wdt_globally = <0>; | Knob to to disable WDT globally | disable_wdt_globally = <0>; |