FreeRTOSBSP: Update tcl file to fix issues for CortexA9 case
For CortexA9, the tcl was exporting a wrong hash define to clear the interrupts. This patch fixes that issue. Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com> Acked by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
parent
7d03f237e7
commit
661f0db024
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ proc generate {os_handle} {
|
|||
puts $config_file "void FreeRTOS_SetupTickInterrupt( void );"
|
||||
puts $config_file "#define configSETUP_TICK_INTERRUPT() FreeRTOS_SetupTickInterrupt()\n"
|
||||
puts $config_file "void FreeRTOS_ClearTickInterrupt( void );"
|
||||
puts $config_file "#define portCLEAR_TICK_INTERRUPT() FreeRTOS_ClearTickInterrupt()\n"
|
||||
puts $config_file "#define configCLEAR_TICK_INTERRUPT() FreeRTOS_ClearTickInterrupt()\n"
|
||||
}
|
||||
# end of if $proctype == "ps7_cortexa9"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue