Lines Matching refs:timer

22     + Update vTaskEndScheduler to delete the timer and idle tasks,
53 + Update the POSIX port to use a timer thread for tick interrupts instead of
391 the case when the SysTick timer is not clocked from the same source as the CPU.
414 + Changed uxAutoReload parameter in timer functions to xAutoReload. The
637 + The RISC-V machine timer compare register can now be for any HART, whereas
639 + Update the sequence used to update the 64-bit machine timer
701 + Update the method used to detect if a timer is active. Previously the
702 timer was deemed to be inactive if it was not referenced from a list.
703 However, when a timer is updated it is temporarily removed from, then
704 re-added to a list, so now the timer's active status is stored separately.
723 + Change the method used to determine if a timer is active or not from just
724 seeing if it is referenced from the active timer list to storing its
725 active state explicitly. The change prevents the timer reporting that it
872 names of the timer service and idle tasks respectively.
1009 daemon task (which used to be called the timer service task) starts
1059 + Fix bug identified in a modification made in V8.2.2 to the software timer
1105 timer functions.
1159 function to allow the timer's ID to be used as timer local storage.
1639 issue that could occur if the priority of the timer daemon task was set
1640 below the priority of tasks that used timer services.
1723 + The software timer service (daemon) task is now created in a way that
1807 + Updated the TCP/IP periodic timer frequency in numerous uIP demos to be
1974 + Introduced a new software timer implementation.
1975 + Introduced a new common demo application file to exercise the new timer
1977 + Updated the Win32/MSVC simulator project to include the new software timer
1978 demo tasks and software timer tick hook test. Much simpler software timer
1993 of the new software timer implementation.
2715 + The various LPC2000 ports had a mistake in the timer setup where the
2788 + The accuracy of the AVR port timer setup has been improved. Thanks to