Include a detailed description of the bug or suggestion I was following the test layout in Good Integration Practices and I couldn't get my tests that were in a similar configuration to run or the simple example I created below. pip list...
My app is full, and enough complex. It is in Arduino environment. I build MicroPython 1.15 as a library to my app. It's built with ESP-IDF v3.3.5. Basically my app has some heavy FreeRTOS threads as follow: FreeRTOS task, Arduino main loop, priority 1, IO & CPU bound, especially...