Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
rtos_mon_arch.c File Reference
#include "modules/core/sys_mon_rtos.h"
#include <ch.h>
+ Include dependency graph for rtos_mon_arch.c:

Go to the source code of this file.

Functions

static uint16_t get_stack_free (const thread_t *tp)
 
void rtos_mon_init_arch (void)
 
void rtos_mon_periodic_arch (void)
 

Variables

static uint32_t thread_p_time [RTOS_MON_MAX_THREADS]
 

Detailed Description

Author
Gautier Hattenberger RTOS monitoring tool ChibiOS implementation

Definition in file rtos_mon_arch.c.

Function Documentation

◆ get_stack_free()

static uint16_t get_stack_free ( const thread_t *  tp)
static

Definition at line 227 of file rtos_mon_arch.c.

Referenced by rtos_mon_periodic_arch().

+ Here is the caller graph for this function:

◆ rtos_mon_init_arch()

void rtos_mon_init_arch ( void  )

Definition at line 161 of file rtos_mon_arch.c.

References shell_add_entry().

Referenced by init_sysmon().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ rtos_mon_periodic_arch()

Variable Documentation

◆ thread_p_time

uint32_t thread_p_time[RTOS_MON_MAX_THREADS]
static

Definition at line 35 of file rtos_mon_arch.c.

Referenced by rtos_mon_periodic_arch().