RTEMS CPU Kit with SuperCore
Functions | Variables
main_wkspaceinfo.c File Reference
#include <inttypes.h>
#include <rtems.h>
#include <rtems/malloc.h>
#include <rtems/shell.h>
#include <rtems/score/protectedheap.h>
#include <rtems/score/wkspace.h>
#include "internal.h"
Include dependency graph for main_wkspaceinfo.c:

Functions

void rtems_shell_print_unified_work_area_message (void)
 

Variables

rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command
 

Variable Documentation

◆ rtems_shell_WKSPACE_INFO_Command

rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command
Initial value:
= {
"wkspace",
"Report on RTEMS Executive Workspace",
"rtems",
rtems_shell_main_wkspace_info,
NULL,
NULL
}