Re: Name of the primary network interface, how to find in bsp header files?

2020-08-09 Thread Heinz Junkes
Hello, Chris, with libbsd I also realized this with the concept you suggested (still beta development): ... sc = rtems_bsd_initialize(); assert(sc == RTEMS_SUCCESSFUL); /* Let the callout timer allocate its resources */ sc = rtems_task_wake_after(2); assert(sc == RTEMS_SUCCE

Re: Name of the primary network interface, how to find in bsp header files?

2020-08-09 Thread Chris Johns
On 10/8/20 4:20 am, Heinz Junkes wrote: > Hello, Chris, > > with libbsd I also realized this with the concept you suggested (still beta > development): > > ... > sc = rtems_bsd_initialize(); > assert(sc == RTEMS_SUCCESSFUL); > > /* Let the callout timer allocate its resources */ >

Re: [PATCH] shell: Only clear std handles when the shell task exits

2020-08-09 Thread Sebastian Huber
Hello Chris, thanks for the patch. It fixes the Telnet issue. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] shell: Only clear std handles when the shell task exits

2020-08-09 Thread Chris Johns
On 10/8/20 2:52 pm, Sebastian Huber wrote: > > thanks for the patch. It fixes the Telnet issue. > Thank you for the feedback. I will push the patches and update the documentation. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/ma

[PATCH] sb/track: Add a command to track build sets.

2020-08-09 Thread chrisj
From: Chris Johns - Process a build set for a range of hosts and output a dependency tree, the used build set and configuration files. - Output the configuration files that are no referenced Closes #4044 --- bare/config/devel/libusb-1.0.18-1.cfg | 3 + source-builder/config/autoconf-2-1.cf

Re: [PATCH] sb/track: Add a command to track build sets.

2020-08-09 Thread Chris Johns
On 10/8/20 4:12 pm, chr...@rtems.org wrote: > From: Chris Johns > > - Process a build set for a range of hosts and output a dependency > tree, the used build set and configuration files. > - Output the configuration files that are no referenced > > Closes #4044 This should be #4036 and #4044

[PATCH] sb/builder: Remove sb-builder command

2020-08-09 Thread chrisj
From: Chris Johns Closes #4045 --- source-builder/sb-builder| 27 --- source-builder/sb/cmd-builder.py | 29 - 2 files changed, 56 deletions(-) delete mode 100755 source-builder/sb-builder delete mode 100755 source-builder/sb/cmd-buil

[PATCH] sb/bootstrap: Remove the sb-bootsrap command

2020-08-09 Thread chrisj
From: Chris Johns Closes #4046 --- source-builder/sb-bootstrap| 27 --- source-builder/sb/bootstrap.py | 273 - source-builder/sb/cmd-bootstrap.py | 29 --- 3 files changed, 329 deletions(-) delete mode 100755 source-builder/sb-bootstrap delete mode 10