mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update the queue peek behaviour and add QPeek test files.
This commit is contained in:
parent
5f16b0abca
commit
c77358491a
6 changed files with 588 additions and 92 deletions
|
@ -120,6 +120,7 @@ Changes from V3.2.4
|
|||
#include "crhook.h"
|
||||
#include "blocktim.h"
|
||||
#include "GenQTest.h"
|
||||
#include "QPeek.h"
|
||||
|
||||
/* Priority definitions for the tasks in the demo application. */
|
||||
#define mainLED_TASK_PRIORITY ( tskIDLE_PRIORITY + 1 )
|
||||
|
@ -182,6 +183,7 @@ portSHORT main( void )
|
|||
vStartSemaphoreTasks( mainSEMAPHORE_TASK_PRIORITY );
|
||||
vStartDynamicPriorityTasks();
|
||||
vStartMultiEventTasks();
|
||||
vStartQueuePeekTasks();
|
||||
|
||||
/* Create the "Print" task as described at the top of the file. */
|
||||
xTaskCreate( vErrorChecks, "Print", mainPRINT_STACK_SIZE, NULL, mainPRINT_TASK_PRIORITY, NULL );
|
||||
|
@ -399,6 +401,12 @@ static portSHORT sErrorHasOccurred = pdFALSE;
|
|||
sErrorHasOccurred = pdTRUE;
|
||||
}
|
||||
|
||||
if( xAreQueuePeekTasksStillRunning() != pdTRUE )
|
||||
{
|
||||
vDisplayMessage( "Error in queue peek test task!\r\n" );
|
||||
sErrorHasOccurred = pdTRUE;
|
||||
}
|
||||
|
||||
if( sErrorHasOccurred == pdFALSE )
|
||||
{
|
||||
vDisplayMessage( "OK " );
|
||||
|
|
|
@ -75,7 +75,7 @@ WVList
|
|||
0
|
||||
19
|
||||
WPickList
|
||||
52
|
||||
53
|
||||
20
|
||||
MItem
|
||||
3
|
||||
|
@ -778,8 +778,8 @@ WVList
|
|||
0
|
||||
184
|
||||
MItem
|
||||
15
|
||||
fileio\fileio.c
|
||||
25
|
||||
..\COMMON\MINIMAL\QPeek.c
|
||||
185
|
||||
WString
|
||||
4
|
||||
|
@ -796,8 +796,8 @@ WVList
|
|||
0
|
||||
188
|
||||
MItem
|
||||
6
|
||||
main.c
|
||||
15
|
||||
fileio\fileio.c
|
||||
189
|
||||
WString
|
||||
4
|
||||
|
@ -814,8 +814,8 @@ WVList
|
|||
0
|
||||
192
|
||||
MItem
|
||||
17
|
||||
partest\partest.c
|
||||
6
|
||||
main.c
|
||||
193
|
||||
WString
|
||||
4
|
||||
|
@ -832,8 +832,8 @@ WVList
|
|||
0
|
||||
196
|
||||
MItem
|
||||
15
|
||||
serial\serial.c
|
||||
17
|
||||
partest\partest.c
|
||||
197
|
||||
WString
|
||||
4
|
||||
|
@ -850,26 +850,26 @@ WVList
|
|||
0
|
||||
200
|
||||
MItem
|
||||
3
|
||||
*.h
|
||||
15
|
||||
serial\serial.c
|
||||
201
|
||||
WString
|
||||
3
|
||||
NIL
|
||||
4
|
||||
COBJ
|
||||
202
|
||||
WVList
|
||||
0
|
||||
203
|
||||
WVList
|
||||
0
|
||||
-1
|
||||
20
|
||||
1
|
||||
1
|
||||
0
|
||||
0
|
||||
204
|
||||
MItem
|
||||
31
|
||||
..\..\SOURCE\INCLUDE\croutine.h
|
||||
3
|
||||
*.h
|
||||
205
|
||||
WString
|
||||
3
|
||||
|
@ -880,14 +880,14 @@ WVList
|
|||
207
|
||||
WVList
|
||||
0
|
||||
200
|
||||
1
|
||||
-1
|
||||
1
|
||||
0
|
||||
0
|
||||
208
|
||||
MItem
|
||||
27
|
||||
..\..\source\include\list.h
|
||||
31
|
||||
..\..\SOURCE\INCLUDE\croutine.h
|
||||
209
|
||||
WString
|
||||
3
|
||||
|
@ -898,14 +898,14 @@ WVList
|
|||
211
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
212
|
||||
MItem
|
||||
31
|
||||
..\..\source\include\portable.h
|
||||
27
|
||||
..\..\source\include\list.h
|
||||
213
|
||||
WString
|
||||
3
|
||||
|
@ -916,14 +916,14 @@ WVList
|
|||
215
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
216
|
||||
MItem
|
||||
31
|
||||
..\..\source\include\projdefs.h
|
||||
..\..\source\include\portable.h
|
||||
217
|
||||
WString
|
||||
3
|
||||
|
@ -934,14 +934,14 @@ WVList
|
|||
219
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
220
|
||||
MItem
|
||||
28
|
||||
..\..\source\include\queue.h
|
||||
31
|
||||
..\..\source\include\projdefs.h
|
||||
221
|
||||
WString
|
||||
3
|
||||
|
@ -952,14 +952,14 @@ WVList
|
|||
223
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
224
|
||||
MItem
|
||||
29
|
||||
..\..\source\include\semphr.h
|
||||
28
|
||||
..\..\source\include\queue.h
|
||||
225
|
||||
WString
|
||||
3
|
||||
|
@ -970,14 +970,14 @@ WVList
|
|||
227
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
228
|
||||
MItem
|
||||
27
|
||||
..\..\source\include\task.h
|
||||
29
|
||||
..\..\source\include\semphr.h
|
||||
229
|
||||
WString
|
||||
3
|
||||
|
@ -988,14 +988,14 @@ WVList
|
|||
231
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
232
|
||||
MItem
|
||||
55
|
||||
..\..\source\portable\owatcom\16bitdos\common\portasm.h
|
||||
27
|
||||
..\..\source\include\task.h
|
||||
233
|
||||
WString
|
||||
3
|
||||
|
@ -1006,14 +1006,14 @@ WVList
|
|||
235
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
236
|
||||
MItem
|
||||
53
|
||||
..\..\source\portable\owatcom\16bitdos\pc\portmacro.h
|
||||
55
|
||||
..\..\source\portable\owatcom\16bitdos\common\portasm.h
|
||||
237
|
||||
WString
|
||||
3
|
||||
|
@ -1024,14 +1024,14 @@ WVList
|
|||
239
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
240
|
||||
MItem
|
||||
26
|
||||
..\common\include\blockq.h
|
||||
53
|
||||
..\..\source\portable\owatcom\16bitdos\pc\portmacro.h
|
||||
241
|
||||
WString
|
||||
3
|
||||
|
@ -1042,14 +1042,14 @@ WVList
|
|||
243
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
244
|
||||
MItem
|
||||
28
|
||||
..\COMMON\INCLUDE\blocktim.h
|
||||
26
|
||||
..\common\include\blockq.h
|
||||
245
|
||||
WString
|
||||
3
|
||||
|
@ -1060,14 +1060,14 @@ WVList
|
|||
247
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
248
|
||||
MItem
|
||||
27
|
||||
..\common\include\comtest.h
|
||||
28
|
||||
..\COMMON\INCLUDE\blocktim.h
|
||||
249
|
||||
WString
|
||||
3
|
||||
|
@ -1078,14 +1078,14 @@ WVList
|
|||
251
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
252
|
||||
MItem
|
||||
26
|
||||
..\COMMON\INCLUDE\crhook.h
|
||||
27
|
||||
..\common\include\comtest.h
|
||||
253
|
||||
WString
|
||||
3
|
||||
|
@ -1096,14 +1096,14 @@ WVList
|
|||
255
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
256
|
||||
MItem
|
||||
25
|
||||
..\common\include\death.h
|
||||
26
|
||||
..\COMMON\INCLUDE\crhook.h
|
||||
257
|
||||
WString
|
||||
3
|
||||
|
@ -1114,14 +1114,14 @@ WVList
|
|||
259
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
260
|
||||
MItem
|
||||
27
|
||||
..\COMMON\INCLUDE\dynamic.h
|
||||
25
|
||||
..\common\include\death.h
|
||||
261
|
||||
WString
|
||||
3
|
||||
|
@ -1132,14 +1132,14 @@ WVList
|
|||
263
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
264
|
||||
MItem
|
||||
26
|
||||
..\common\include\fileio.h
|
||||
27
|
||||
..\COMMON\INCLUDE\dynamic.h
|
||||
265
|
||||
WString
|
||||
3
|
||||
|
@ -1150,14 +1150,14 @@ WVList
|
|||
267
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
268
|
||||
MItem
|
||||
25
|
||||
..\common\include\flash.h
|
||||
26
|
||||
..\common\include\fileio.h
|
||||
269
|
||||
WString
|
||||
3
|
||||
|
@ -1168,14 +1168,14 @@ WVList
|
|||
271
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
272
|
||||
MItem
|
||||
24
|
||||
..\common\include\flop.h
|
||||
25
|
||||
..\common\include\flash.h
|
||||
273
|
||||
WString
|
||||
3
|
||||
|
@ -1186,14 +1186,14 @@ WVList
|
|||
275
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
276
|
||||
MItem
|
||||
28
|
||||
..\COMMON\INCLUDE\GenQTest.h
|
||||
24
|
||||
..\common\include\flop.h
|
||||
277
|
||||
WString
|
||||
3
|
||||
|
@ -1204,14 +1204,14 @@ WVList
|
|||
279
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
280
|
||||
MItem
|
||||
27
|
||||
..\common\include\partest.h
|
||||
28
|
||||
..\COMMON\INCLUDE\GenQTest.h
|
||||
281
|
||||
WString
|
||||
3
|
||||
|
@ -1222,14 +1222,14 @@ WVList
|
|||
283
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
284
|
||||
MItem
|
||||
25
|
||||
..\common\include\pollq.h
|
||||
27
|
||||
..\common\include\partest.h
|
||||
285
|
||||
WString
|
||||
3
|
||||
|
@ -1240,14 +1240,14 @@ WVList
|
|||
287
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
288
|
||||
MItem
|
||||
25
|
||||
..\common\include\print.h
|
||||
..\common\include\pollq.h
|
||||
289
|
||||
WString
|
||||
3
|
||||
|
@ -1258,14 +1258,14 @@ WVList
|
|||
291
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
292
|
||||
MItem
|
||||
27
|
||||
..\common\include\semtest.h
|
||||
25
|
||||
..\common\include\print.h
|
||||
293
|
||||
WString
|
||||
3
|
||||
|
@ -1276,14 +1276,14 @@ WVList
|
|||
295
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
296
|
||||
MItem
|
||||
26
|
||||
..\common\include\serial.h
|
||||
27
|
||||
..\common\include\semtest.h
|
||||
297
|
||||
WString
|
||||
3
|
||||
|
@ -1294,14 +1294,14 @@ WVList
|
|||
299
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
300
|
||||
MItem
|
||||
16
|
||||
FreeRTOSConfig.h
|
||||
26
|
||||
..\common\include\serial.h
|
||||
301
|
||||
WString
|
||||
3
|
||||
|
@ -1312,7 +1312,25 @@ WVList
|
|||
303
|
||||
WVList
|
||||
0
|
||||
200
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
304
|
||||
MItem
|
||||
16
|
||||
FreeRTOSConfig.h
|
||||
305
|
||||
WString
|
||||
3
|
||||
NIL
|
||||
306
|
||||
WVList
|
||||
0
|
||||
307
|
||||
WVList
|
||||
0
|
||||
204
|
||||
1
|
||||
1
|
||||
0
|
||||
|
|
|
@ -31,7 +31,7 @@ WRect
|
|||
0
|
||||
0
|
||||
7168
|
||||
8523
|
||||
8474
|
||||
0
|
||||
0
|
||||
9
|
||||
|
@ -39,5 +39,5 @@ WFileName
|
|||
12
|
||||
rtosdemo.tgt
|
||||
0
|
||||
26
|
||||
24
|
||||
7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue