Re: RTEMS_SYSINIT_ITEM not working sometimes?

2023-07-03 Thread Sebastian Huber
Hello Karel, On 01.07.23 00:41, Karel Gardas wrote:   Hello, while working on STM32H7 I've noticed that rng is not working well. Tracked that down to stm32h7_rng_enable function not being properly called as it should be. The function call should be enforced by: RTEMS_SYSINIT_ITEM(  

RTEMS_SYSINIT_ITEM not working sometimes?

2023-06-30 Thread Karel Gardas
Hello, while working on STM32H7 I've noticed that rng is not working well. Tracked that down to stm32h7_rng_enable function not being properly called as it should be. The function call should be enforced by: RTEMS_SYSINIT_ITEM( stm32h7_rng_enable, RTEMS_SYSINIT_DEVICE_DRIVERS,