URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [MB96340_Softune/] [FreeRTOS_96348hs_SK16FX100PMC/] [Src/] [utility/] [taskutility.h] - Rev 595
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef TASK_UTILITY_H #define TASK_UTILITY_H /* Start the task that writes the tace information to the UART. */ void vUtilityStartTraceTask( unsigned portBASE_TYPE uxPriority ); #endif
Go to most recent revision | Compare with Previous | Blame | View Log