Re: Print stack info using rtems_stack_checker_report_usage_with_plugin()

2019-12-12 Thread Joel Sherrill
On Thu, Dec 12, 2019, 7:21 AM Fernando Domínguez Pousa wrote: > > > > > *From:* Joel Sherrill [mailto:j...@rtems.org] > *Sent:* 10 December 2019 17:36 > *To:* Fernando Domínguez Pousa > *Subject:* Re: Print stack info using > rtems_stack_checker_report_usage_with_plugin() > > > > > > On Tue, Dec

RE: Print stack info using rtems_stack_checker_report_usage_with_plugin()

2019-12-12 Thread Fernando Domínguez Pousa
From: Joel Sherrill [mailto:j...@rtems.org] Sent: 10 December 2019 17:36 To: Fernando Domínguez Pousa Subject: Re: Print stack info using rtems_stack_checker_report_usage_with_plugin() On Tue, Dec 10, 2019, 8:37 AM Fernando Domínguez Pousa mailto:fdpo...@gmv.com>> wrote: Hi all, I’m interes

Re: login_check functions

2019-12-12 Thread Sebastian Huber
On 12/12/2019 11:30, Matthew J Fletcher wrote: Hi, What is the correct return type for the 'rtems_telnetd_config.login_check' and 'rtems_ftpd_configuration.login' functions ? It looks like a bool, but that gives me a compiler warning, do i have to cast the bool to a rtems_shell_login_check_

login_check functions

2019-12-12 Thread Matthew J Fletcher
Hi, What is the correct return type for the 'rtems_telnetd_config.login_check' and 'rtems_ftpd_configuration.login' functions ? It looks like a bool, but that gives me a compiler warning, do i have to cast the bool to a rtems_shell_login_check_t regards --- Matthew J Fletcher __

Re: Shell in RTEMS

2019-12-12 Thread Vishav.Vishav
Hello, Thank you very much for your input. I added the mentioned configurations and it works. Regards Vishav From: Sebastian Huber Sent: 12 December 2019 09:06:09 To: Vishav, Vishav Cc: users@rtems.org Subject: Re: Shell in RTEMS On 12/12/2019 08:19, vishav

Re: Shell in RTEMS

2019-12-12 Thread Sebastian Huber
On 12/12/2019 08:19, vishav.vis...@dlr.de wrote: Hello, I will check if I am compiling with NDEBUG. As far as failed assertion is concerned, I printed the return value of rtems_shell_init and it was 0 meaning RTEMS_SUCCESSFUL. I think it is impossible to start a shell with your configuration