FreeRTOS-Kernel/FreeRTOS/Demo/WIN32-MingW
2019-01-21 23:39:48 +00:00
..
.settings
DemosModifiedForLowTickRate
Trace_Recorder_Configuration
.cproject
.project
code_coverage_additions.c Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom(). 2018-10-08 15:10:18 +00:00
FreeRTOSConfig.h
main.c Update main.c() for the WIN32-MingW project so the trace recorder is initialized even when the simple blinky demo is used - otherwise the trace recorder causes an exception as it is used without first being initialized. 2019-01-07 19:40:13 +00:00
main_blinky.c
main_full.c 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
Run-time-stats-utils.c