Initial addition of wdt and brownout code

This commit is contained in:
Jeroen Domburg
2016-10-21 17:59:57 +08:00
parent 922839d131
commit 53146799a0
9 changed files with 424 additions and 2 deletions

View File

@@ -152,9 +152,9 @@
*----------------------------------------------------------*/
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 0
#define configUSE_IDLE_HOOK ( CONFIG_TASK_WDT_CHECK_IDLE_TASK )
#define configUSE_TICK_HOOK 0
#define configUSE_TICK_HOOK ( CONFIG_INT_WDT )
#define configTICK_RATE_HZ ( CONFIG_FREERTOS_HZ )