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
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
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