List of known bugs
Posted: Thu May 19, 2022 11:21 am
Is there a list of known bugs + the IDF version that fixes them?
For example, I discovered a bug that caused uart_wait_tx_done to never return, if someone is facing an issue it might be worth it to have that somewhere so they can check if it might be an IDF bug.
My current problem: I'm stuck on IDF 3.2, and apparently one of my UART stops working (it reads but it might not be writing). This persists even after my watchdog ends up aborting due to a loss of communication with a peripheral. Restarting with the enable pin solves the issue. I'm suspicious that this might be a bug on the IDF side. At the very minimum restarting/aborting the ESP should solve the problem (which happens very rarely, once every few months).
For example, I discovered a bug that caused uart_wait_tx_done to never return, if someone is facing an issue it might be worth it to have that somewhere so they can check if it might be an IDF bug.
My current problem: I'm stuck on IDF 3.2, and apparently one of my UART stops working (it reads but it might not be writing). This persists even after my watchdog ends up aborting due to a loss of communication with a peripheral. Restarting with the enable pin solves the issue. I'm suspicious that this might be a bug on the IDF side. At the very minimum restarting/aborting the ESP should solve the problem (which happens very rarely, once every few months).