adafruit / Adafruit_Learning_System_Guides

Programs and scripts to display "inline" in Adafruit Learning System guides
MIT License
976 stars 768 forks source link

asyncio is invalid with esp32-c3-s32 board #2198

Open lkiarest opened 2 years ago

lkiarest commented 2 years ago

I have tried example code below on esp32-c3-s32 board:

https://learn.adafruit.com/cooperative-multitasking-in-circuitpython-with-asyncio/concurrent-tasks

and found it always blocked when async task running.

Anyone knows whether this board is support or not ?

The board's specification:

https://docs.ai-thinker.com/_media/esp32/docs/esp-c3-32s-kit-v1.0_%E8%A7%84%E6%A0%BC%E4%B9%A6.pdf
sjev commented 3 months ago

current examples run just fine on Seeed Studio XIAO ESP32C3 (using CircuitPython 8.2.10). The issue does not specify what snippet exactly caused the problem.