Re: RTEMS monitor commands and the shell

2018-03-18 Thread Chris Johns
s that were 'device restarted for no reason'. :-( > > > > Regards > Paul Whitfield > > > > > > Paul Whitfield > > -Original Message- > From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Chris Johns > Sent: Friday, 16 March 2018 3

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
Paul Whitfield -Original Message- From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Chris Johns Sent: Friday, 16 March 2018 3:01 PM To: Development Subject: RTEMS monitor commands and the shell Hi, The monitor commands are registered automatically in `rtems_shell_init_onc

Re: RTEMS monitor commands and the shell

2018-03-16 Thread Thomas Dörfler
uot;Chris Johns" An: "Development" Gesendet: Freitag, 16. März 2018 08:01:14 Betreff: RTEMS monitor commands and the shell Hi, The monitor commands are registered automatically in `rtems_shell_init_once()` which means an application has no control over these being present, t

RTEMS monitor commands and the shell

2018-03-16 Thread Chris Johns
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 do, if it is removed some applications m