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:
Richard Barry 2019-12-20 02:54:30 +00:00
parent b55bbe55ac
commit b27fb82bc1
92 changed files with 347 additions and 2 deletions

View file

@ -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 ) */