mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Add event group code to the PIC32MZ demo.
This commit is contained in:
parent
0f6b699eef
commit
c3dd6f6593
10 changed files with 69 additions and 31 deletions
|
@ -83,6 +83,7 @@
|
|||
#include "partest.h"
|
||||
#include "QueueOverwrite.h"
|
||||
#include "QueueSet.h"
|
||||
#include "EventGroupsDemo.h"
|
||||
|
||||
/* Hardware specific includes. */
|
||||
#include "ConfigPerformance.h"
|
||||
|
@ -222,6 +223,9 @@ void vApplicationTickHook( void )
|
|||
|
||||
/* Call the queue set ISR test function. */
|
||||
vQueueSetAccessQueueSetFromISR();
|
||||
|
||||
/* Exercise event groups from interrupts. */
|
||||
vPeriodicEventGroupsProcessing();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue