Add the option to specify a stack size in the standard demo MessageBuffer tests.

Add stream and message buffer tests into the Zynq demo project.
This commit is contained in:
Richard Barry 2018-06-13 16:50:16 +00:00
parent 4fbcdbf13b
commit d6fcd5dbba
14 changed files with 134 additions and 54 deletions

View file

@ -191,7 +191,7 @@ void main_full( void )
vStartTaskNotifyTask();
vStartInterruptSemaphoreTasks();
vStartStreamBufferTasks();
vStartMessageBufferTasks();
vStartMessageBufferTasks( configMINIMAL_STACK_SIZE );
/* Create the register check tasks, as described at the top of this file */
xTaskCreate( prvRegTestTaskEntry1, "Reg1", configMINIMAL_STACK_SIZE, mainREG_TEST_TASK_1_PARAMETER, tskIDLE_PRIORITY, NULL );