mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 06:07:45 -04:00
Increase test coverage for queue sets.
Rename the CORTEX_M0+_LPC51U68_LPCXpresso demo to CORTEX_M0+_LPC51U68_GCC_IAR_KEIL as it supports all three compilers.
This commit is contained in:
parent
b55bbe55ac
commit
b27fb82bc1
92 changed files with 347 additions and 2 deletions
|
@ -51,6 +51,8 @@
|
|||
/* Demo includes. */
|
||||
#include "QueueSetPolling.h"
|
||||
|
||||
#if( configUSE_QUEUE_SETS == 1 ) /* Remove tests if queue sets are not defined. */
|
||||
|
||||
/* The length of each created queue. */
|
||||
#define setpollQUEUE_LENGTH 10
|
||||
|
||||
|
@ -177,3 +179,4 @@ static uint32_t ulLastCycleCounter = 0;
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
#endif /* ( configUSE_QUEUE_SETS == 1 ) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue