Damien George
7271f1ddc7
all: Change use of "uasyncio" to "asyncio".
...
Signed-off-by: Damien George <damien@micropython.org>
2024-06-14 10:29:46 +10:00
Damien George
2c30a4e91b
aioble/multitests: Use multitest.output_metric for perf results.
...
The perf multitests now "pass" when run.
Signed-off-by: Damien George <damien@micropython.org>
2024-05-25 20:51:51 +10:00
Angus Gratton
00fc3fd37b
all: Enable ruff E401 and E402 import lints.
...
Mostly small cleanups to put each top-level import on its own line. But
explicitly disable the lint for examples/tests which insert the current
directory into the path before importing.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-05-17 17:06:33 +10:00
Jim Mussared
23b3c7fe2d
aioble/multitests: Fix existing multitests.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-11-05 14:30:31 +11:00
Jim Mussared
8631225b7f
micropython/aioble: Add asyncio-based wrapper for ubluetooth.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-05-28 18:26:49 +10:00