LibreSolar/charge-controller-firmware

Zephyr CAN bus driver gets stuck if messages can't be sent out

Closed this issue · 1 comments

Details and interim solution are described here: zephyrproject-rtos/zephyr#22379

This bug will be fixed in zephyrproject-rtos/zephyr#20890.

As we process all ext interfaces sequentially, the ext thread gets stuck and also the display doesn't work anymore.

Fixed with c25640b.