]> begriffs open source - freertos/commit
Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter...
authorRichard Barry <ribarry@amazon.com>
Mon, 21 Jan 2019 23:39:48 +0000 (23:39 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 21 Jan 2019 23:39:48 +0000 (23:39 +0000)
commitdf5952f6552077e2838cccf19e916fdedfd305f2
tree2ff8c36cf578552b8d8211c6db0a4a89b02c6337
parent817783d75c841dd3f0c5444f19251c1e3c843ecc
Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations.
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/main.c
FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/.settings/language.settings.xml
FreeRTOS/Demo/WIN32-MSVC/.vs/WIN32/v14/.suo
FreeRTOS/Demo/WIN32-MingW/main_full.c
FreeRTOS/Source/include/mpu_prototypes.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/Common/mpu_wrappers.c
FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/port.c
FreeRTOS/Source/portable/GCC/RISC-V-RV32/port.c