Ignore:
Timestamp:
08/02/22 11:00:09 (14 months ago)
Author:
Chris Johns <chrisj@…>
Branches:
master
Children:
c64c638
Parents:
4d77f725
git-author:
Chris Johns <chrisj@…> (08/02/22 11:00:09)
git-committer:
Chris Johns <chrisj@…> (08/03/22 00:46:10)
Message:

libmisc/shell: Add an 'rtems' command to report a running build

  • Report version, cpu, bsp, tools and options.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/shellconfig.h

    r4d77f725 r071640d  
    111111extern rtems_shell_cmd_t rtems_shell_PROFREPORT_Command;
    112112extern rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command;
     113extern rtems_shell_cmd_t rtems_shell_RTEMS_Command;
    113114extern rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command;
    114115extern rtems_shell_cmd_t rtems_shell_RTRACE_Command;
     
    490491      &rtems_shell_WKSPACE_INFO_Command,
    491492    #endif
     493    #if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
     494         !defined(CONFIGURE_SHELL_NO_COMMAND_RTEMS)) || \
     495        defined(CONFIGURE_SHELL_COMMAND_RTEMS)
     496      &rtems_shell_RTEMS_Command,
     497    #endif
    492498
    493499    /*
Note: See TracChangeset for help on using the changeset viewer.