Tasks waiting on queues get stuck

Hello, I found out the error was disappearing when I disabled the freertos_i2c driver and switched to the normal i2c driver (protected by mutexes).

I still wonder how this corrupts tasks which don’t even make calls to the library…
Anyway, I seem to have a starting point to trace my problems yet…