Re: select call on a UDP socket with BSD library?

2020-08-31 Thread Ian Caddy
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

Re: Per-task file descriptors and eventually a "real" shell

2015-10-05 Thread Ian Caddy
); /* 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

Re: Per-task file descriptors and eventually a "real" shell

2015-10-04 Thread Ian Caddy
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

Re: Adding RTEMS shell commands in BSP and application

2015-09-17 Thread Ian Caddy
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

Re: Porting CANFestival to RTEMS

2015-08-20 Thread Ian Caddy
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

Re: Porting CANFestival to RTEMS

2015-08-19 Thread Ian Caddy
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&#