3e25d441a5
The following commit adds a real time stats example demonstrating how to obtain task CPU usage statistics over a period of time, as opposed to the current run time stats in FreeRTOS which measures task CPU usage as a percentage of total system run time.
9 lines
187 B
Makefile
9 lines
187 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := real_time_stats
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|