On 2015-09-18 00:10, Chris Johns wrote:
On 18/09/2015 11:01 am, Ian Caddy wrote:
We use 4.10 and add our application shell commands programmatically.
For
example:
rtems_shell_add_cmd("findnb", "nameblock", "findnb# list
nameblocks", main_findnb);
I do the same thing on 4.11.
Chri
On 18/09/2015 11:01 am, Ian Caddy wrote:
>
> We use 4.10 and add our application shell commands programmatically. For
> example:
>
> rtems_shell_add_cmd("findnb", "nameblock", "findnb# list
> nameblocks", main_findnb);
>
I do the same thing on 4.11.
Chris
__
Hi,
You did not indicate which version of RTEMS you are using.
We use 4.10 and add our application shell commands programmatically.
For example:
rtems_shell_add_cmd("findnb", "nameblock", "findnb# list
nameblocks", main_findnb);
regards,
Ian Caddy
On 17/09/2015 10:35 PM, sudars