Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Rename uasyncio to asyncio. | Jim Mussared | 2023-06-19 |
| | | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | ||
* | tests: Replace umodule with module everywhere. | Jim Mussared | 2023-06-08 |
| | | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | ||
* | tests/extmod: Add test for sleep_ms value that overflows ticks. | Damien George | 2022-10-14 |
| | | | | | | Addresses #9516. Signed-off-by: Damien George <damien@micropython.org> | ||
* | extmod/uasyncio: Add asyncio.wait_for_ms function. | Damien George | 2020-06-10 |
Fixes issue #6107. |