mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-13 14:48:33 -04:00
Add additional event group tests - and update implementation as required by test results.
This commit is contained in:
parent
a22d5ff5a5
commit
9dc39ee2a7
6 changed files with 177 additions and 24 deletions
|
@ -132,6 +132,7 @@ to exclude the API function. */
|
|||
#define INCLUDE_pcTaskGetTaskName 1
|
||||
#define INCLUDE_eTaskGetState 1
|
||||
#define INCLUDE_xSemaphoreGetMutexHolder 1
|
||||
#define INCLUDE_xTimerPendCallbackFromISR 1
|
||||
|
||||
/* Standard assert semantics. */
|
||||
extern void vAssertCalled( unsigned long ulLine, const char * const pcFileName );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue