Make FreeRTOS hooks weak; Add example

This commit is contained in:
Andrew Clink 2017-03-20 12:56:17 -07:00
parent 32328713f5
commit 03597d9162
4 changed files with 71 additions and 2 deletions

View file

@ -0,0 +1,10 @@
/**
Configuration overrides for FreeRTOS.
**/
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1
#include_next "FreeRTOSConfig.h"