Make FreeRTOS hooks weak; Add example
This commit is contained in:
parent
32328713f5
commit
03597d9162
4 changed files with 71 additions and 2 deletions
10
examples/tick_idle_hooks/FreeRTOSConfig.h
Normal file
10
examples/tick_idle_hooks/FreeRTOSConfig.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
|
||||
Configuration overrides for FreeRTOS.
|
||||
|
||||
**/
|
||||
|
||||
#define configUSE_IDLE_HOOK 1
|
||||
#define configUSE_TICK_HOOK 1
|
||||
|
||||
#include_next "FreeRTOSConfig.h"
|
Loading…
Add table
Add a link
Reference in a new issue