Re: [PATCH] testsuite/psxclock: Check setting realtime clock

2022-08-03 Thread Chris Johns
On 4/8/2022 3:56 pm, Sebastian Huber wrote: > Hello Chris, > > On 02/08/2022 02:42, chr...@rtems.org wrote: >> This patch adds a test to make sure threads sleeping on a >> clock_nanosleep(CLOCK_REALTIME) call are not effected by a >> change in the realtime clock via the clock_settime(CLOCK_REALTIM

Re: [PATCH] testsuite/psxclock: Check setting realtime clock

2022-08-03 Thread Sebastian Huber
Hello Chris, On 02/08/2022 02:42, chr...@rtems.org wrote: This patch adds a test to make sure threads sleeping on a clock_nanosleep(CLOCK_REALTIME) call are not effected by a change in the realtime clock via the clock_settime(CLOCK_REALTIME). The tests checks the sleeping thread's period using

Re: i2c device initialization on MVME3100 RTEMS5 (presumably also in 6?)

2022-08-03 Thread Chris Johns
On 3/8/2022 9:52 pm, Heinz Junkes wrote: > We had a problem initialising the i2c devices on the MVME3100. > Unfortunately, I still don't understand the order of initialisation. > > However, the direct driver initialisation from bspstart no longer worked as > it did with older versions. > > My w