FreeRTOS-Kernel/FreeRTOS/Demo/WIN32-MSVC
Gaurav Aggarwal 7235743749 Only check once before re-setting ready priority
The macro taskRESET_READY_PRIORITY checks if the task being removed from the
ready list is the last one and only then resets the top ready priority
by calling portRESET_READY_PRIORITY. If we already know that it is the
last ready task being removed then there is no need to perform the check
again and the macro portRESET_READY_PRIORITY can be called directly. We were
doing the unnecessary check at two places and this commit fixes them.

This commit also increases the time period of check task to ensure that all
the demo tasks get a chance to run before the check is performed.
2019-07-03 00:08:16 +00:00
..
.vs/WIN32/v14 Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. 2019-01-21 23:39:48 +00:00
Trace_Recorder_Configuration Update trace configuration files for the updated trace recorder code. 2018-09-06 18:52:45 +00:00
FreeRTOSConfig.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
main.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
main_blinky.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
main_full.c Only check once before re-setting ready priority 2019-07-03 00:08:16 +00:00
Run-time-stats-utils.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
WIN32.sln Remove configurations other than 'debug' from the Win32 demo. 2017-05-07 18:22:31 +00:00
WIN32.vcxproj Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt 2017-11-29 16:53:26 +00:00
WIN32.vcxproj.filters Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt 2017-11-29 16:53:26 +00:00