FreeRTOS Tetris
Macros | Functions
TUM_FreeRTOS_Utils.c File Reference

Small verbose utilities for showing FreeRTOS functionality. More...

#include <string.h>
#include <stdio.h>
#include "FreeRTOS.h"
#include "task.h"
Include dependency graph for TUM_FreeRTOS_Utils.c:

Macros

#define STATE_LIST_HEADER   ("NAME STATE PRIORITY STACK NUM\n")
 
#define UTIL_LIST_HEADER   ("NAME RUN TIME \%\n")
 

Functions

void tumFUtilPrintTaskStateList (void)
 Prints a list of the current tasks executing on the system and their states.
 
void tumFUtilPrintTaskUtils (void)
 Prints a list of the current tasks executing on the system and their utilizations. More...
 

Detailed Description

Small verbose utilities for showing FreeRTOS functionality.

Author
Alex Hoffman
Date
24 August 2020
----------------------------------------------------------------------
Copyright (C) Alexander Hoffman, 2020
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------