mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-25 08:47:10 +00:00
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:
@@ -28,7 +28,7 @@
|
||||
#ifndef MESSAGE_BUFFER_AMP_H
|
||||
#define MESSAGE_BUFFER_AMP_H
|
||||
|
||||
void vStartMessageBufferAMPTasks( void );
|
||||
void vStartMessageBufferAMPTasks( configSTACK_DEPTH_TYPE xStackSize );
|
||||
BaseType_t xAreMessageBufferAMPTasksStillRunning( void );
|
||||
void vGenerateCoreBInterrupt( void * xUpdatedMessageBuffer );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user