RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_stackuse.c File Reference

stackuse Command Implementation More...

#include <stdio.h>
#include <rtems.h>
#include <rtems/printer.h>
#include <rtems/stackchk.h>
#include <rtems/shell.h>
#include <rtems/score/threadimpl.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_STACKUSE_Command
 

Detailed Description

stackuse Command Implementation

Variable Documentation

◆ rtems_shell_STACKUSE_Command

rtems_shell_cmd_t rtems_shell_STACKUSE_Command
Initial value:
= {
.name = "stackuse",
.usage = "print per thread stack usage",
.topic = "rtems",
.command = rtems_shell_main_stackuse,
.alias = NULL,
.next = NULL
}