Changeset 071640d in rtems


Ignore:
Timestamp:
08/02/22 11:00:09 (10 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.
Files:
1 added
2 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    /*
  • spec/build/cpukit/objshell.yml

    r4d77f725 r071640d  
    8383- cpukit/libmisc/shell/main_rmdir.c
    8484- cpukit/libmisc/shell/main_rtc.c
     85- cpukit/libmisc/shell/main_rtems.c
    8586- cpukit/libmisc/shell/main_rtrace.c
    8687- cpukit/libmisc/shell/main_setenv.c
Note: See TracChangeset for help on using the changeset viewer.