Re: RTEMS monitor commands and the shell

2018-03-18 Thread Chris Johns
Thomas, Paul and Sebastian, thank you for the feedback. It seems like it would be nice to have this command controlled somehow and it is something that should be fixed. I will take a look and see what I can do and will report back with any issues or a patch. Again thanks Chris On 16/03/2018 18:4

Re: RTEMS monitor commands and the shell

2018-03-16 Thread Sebastian Huber
On 16/03/18 08:01, Chris Johns wrote: Hi, The monitor commands are registered automatically in `rtems_shell_init_once()` which means an application has no control over these being present, the command mix and naming, for example there is a `config` command in the monitor. I am not sure what to

RE: RTEMS monitor commands and the shell

2018-03-16 Thread Paul Whitfield
We have hit this problem with rtems 4.10. I think the monitor commands should be treated the same as the other shell commands. It should be possible to disable via shellconfig.h - by default all are enabled, but that can be disabled. In our application, the monitor 'exit' command was particula

Re: RTEMS monitor commands and the shell

2018-03-16 Thread Thomas Dörfler
Hi, just my two cents: Would an additional call 'rtems_shell_init_once_commandset()' make sense, where the user can specify, which comamnds are available? I agree that changing the functionality of an existing call is not a good idea. Thomas. - Ursprüngliche Mail - Von: "Chris Johns"