Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

asyncio is invalid with esp32-c3-s32 board

Open lkiarest opened this issue 3 years ago • 1 comments

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

lkiarest avatar Jun 19 '22 04:06 lkiarest

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.

sjev avatar Apr 01 '24 17:04 sjev