Re: [PATCH] Add a user argument to 'rtems_iterate_over_all_threads'.

2016-07-12 Thread Sebastian Huber
Since this rtems_iterate_over_all_threads() is documented in the user manual should we keep it as is and just add a new variant? There is also a related ticket: https://devel.rtems.org/ticket/2423 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phon

[PATCH] Add a user argument to 'rtems_iterate_over_all_threads'.

2016-07-12 Thread Chris Johns
Pass a user argument to the iterator to allow local data. Update all users in the source tree. --- cpukit/libcsupport/src/sync.c | 8 +++-- cpukit/libmisc/capture/capture-cli.c | 15 ++ cpukit/libmisc/capture/capture.c | 15 ++ cpukit/libmisc/cpuuse/cpuu

Re: Updates and Problems on "Raspberry Pi USB and Ethernet Support" Project

2016-07-12 Thread Chris Johns
On 12/07/2016 23:32, Alan Cudmore wrote: I'm not sure what I did to get the extra debug messages. When I run the usb01 example, I just see: nexus0: I will have to read up on how the libbsd drivers are used, and what needs to be done to set them up in nexus-devices.h I would work backwards fr

Re: Updates and Problems on "Raspberry Pi USB and Ethernet Support" Project

2016-07-12 Thread Alan Cudmore
I'm not sure what I did to get the extra debug messages. When I run the usb01 example, I just see: nexus0: I will have to read up on how the libbsd drivers are used, and what needs to be done to set them up in nexus-devices.h Chris: do you know if it would help to boot FreeBSD on the Pi to see t

Re: Updates and Problems on "Raspberry Pi USB and Ethernet Support" Project

2016-07-12 Thread Chris Johns
On 12/07/2016 7:13 PM, Deval Shah wrote: > > > On Tue, Jul 12, 2016 at 11:07 AM, Chris Johns > wrote: > > On 12/07/2016 14:41, Deval Shah wrote: > > The problem with the RaspberryPi_USB was that due to some other > updates > in mainline, I w

Re: Updates and Problems on "Raspberry Pi USB and Ethernet Support" Project

2016-07-12 Thread Deval Shah
On Tue, Jul 12, 2016 at 11:07 AM, Chris Johns wrote: > On 12/07/2016 14:41, Deval Shah wrote: > >> The problem with the RaspberryPi_USB was that due to some other updates >> in mainline, I was not getting the device_printfs. So I switched back to >> the old repo of mine. >> > > It would help if y