Closed todbot closed 2 years ago
yeah small boards without ext flash like the trinket m0 could not fit async :/ you could use a qt py rp2040?
Oh I see this is a dupe of #14. Never mind! I see it at the bottom of the FAQ now: https://learn.adafruit.com/cooperative-multitasking-in-circuitpython-with-asyncio/overview#hardware-3106572-11
I will see about adding a better message at the beginning of asyncio to warn you async/await is not supported.
If I solder a flash chip to my QT Py, will it be able to support Asyncio
(assuming I'm using the correct flavor of Circuitpython)? Or is it a total non-starter on the M0 boards?
If I solder a flash chip to my QT Py, will it be able to support
Asyncio
(assuming I'm using the correct flavor of Circuitpython)? Or is it a total non-starter on the M0 boards?
Sorry @JRiggles, a non-starter. There's also not enough RAM on SAMD21 parts, something we can't just add.
@todbot No worries - I figured that might be the case. Thanks for the clarification.
On Trinket M0, you get the error:
Apparently small CircuitPython builds do not have
select
?