FreeRTOS timer

Which timer does freeRTOS use in SAM7 port?? Is it the PIT or one of the three harware timers?? My guess is the PIT but I need to be sure! Thanks //MB

FreeRTOS timer

check out prvSetupTimerInterrupt() in SourceportableIARAtmelSAM7S64port.c It is the PIT.