mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 13:53:50 -04:00
Add in the comtest test tasks to the MicroBlaze demo.
This commit is contained in:
parent
7b24b4c30c
commit
a4de9fa8f6
5 changed files with 112 additions and 142 deletions
|
@ -130,7 +130,7 @@ void vPortYield( void );
|
|||
#define portYIELD() vPortYield()
|
||||
|
||||
void vTaskSwitchContext();
|
||||
#define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) vTaskSwitchContext()
|
||||
#define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) vTaskSwitchContext() //_RB_ This needs re-implementing so it does not get called multiple times as multiple peripherals are servied in a single ISR. */
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Hardware specifics. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue