QUERY · ISSUE
esp8266: multi threading
enhancementport-esp8266
Is it possible to build MicroPython for esp8266 with _thread support and how?
CANDIDATE · PULL REQUEST
esp32: minor threading improvements
port-esp32
- don't free thread struct memory in
vPortCleanUpTCB()because it's not legal - use a binary semaphore for thread mutex implementation
- add a new thread test
- get existing threat tests running on esp32 (those that didn't)