bsp: freertos: modified portzynq7000.c for zynq openamp support
This patch modifies portzynq7000.c file to make xinterruptcontroller variable global for openamp support Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
44d2785d51
commit
5290e7629d
1 changed files with 1 additions and 2 deletions
|
@ -95,12 +95,11 @@ void vApplicationStackOverflowHook( TaskHandle_t xTask, char *pcTaskName ) __att
|
||||||
|
|
||||||
/* Timer used to generate the tick interrupt. */
|
/* Timer used to generate the tick interrupt. */
|
||||||
static XScuTimer xTimer;
|
static XScuTimer xTimer;
|
||||||
|
XScuGic xInterruptController; /* Interrupt controller instance */
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
void FreeRTOS_SetupTickInterrupt( void )
|
void FreeRTOS_SetupTickInterrupt( void )
|
||||||
{
|
{
|
||||||
static XScuGic xInterruptController; /* Interrupt controller instance */
|
|
||||||
BaseType_t xStatus;
|
BaseType_t xStatus;
|
||||||
extern void FreeRTOS_Tick_Handler( void );
|
extern void FreeRTOS_Tick_Handler( void );
|
||||||
XScuTimer_Config *pxTimerConfig;
|
XScuTimer_Config *pxTimerConfig;
|
||||||
|
|
Loading…
Add table
Reference in a new issue