Page 1 of 1

uasyncio missing on stm32f407vgt6

Posted: Tue Jun 01, 2021 6:35 pm
by tecdroid
Hi,

i managed to compile mp for my board but cannot find uasynio.
all i find is the import _uasyncio which only contains a Task and TaskQueue class but no functions..
how do i get my uasyncio loop, etc?

Re: uasyncio missing on stm32f407vgt6

Posted: Tue Jun 01, 2021 7:27 pm
by tecdroid
i just copied uasyncio folder into a newly created lib folder. this did the trick I think