still uses select which requires
the FD_SETSIZE parameter.
regards,
Ian Caddy
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
);
/* Upon exit from the shell */
fclose(stdin);
fclose(stdout);
fclose(stderr);
stderr = ostd[2];
stdout = ostd[1];
stdin = ostd[0];
This works fine for us on 4.10.
regards,
Ian Caddy
On 5/10/2015 9:20 PM, Isaac Gutekunst wrote:
Hi Ian,
That's exciting! I clea
where you want them to go.
regards,
Ian Caddy
--
Ian Caddy
Goanna Technologies Pty Ltd
+61 8 9444 2634
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
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
CanOpen works.
I did a lot of work in our master to make it not require configuration,
and it can talk to a number of IO modules / types all without
configuration which is not really the CANFestival way.
regards,
Ian C.
--
Ian Caddy
Goanna Technologies Pty
between these
applications and the Base/RTEMS.
We have used CANFestival in one of these applications. It is setup as a
CAN master node. If you have any specific questions I would be more
than happy to help out.
regards,
Ian Caddy
On 20/08/2015 12:51 AM, Isaac Gutekunst wrote:
Hi
I