We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36477c commit ed3ccfdCopy full SHA for ed3ccfd
1 file changed
docs/shared_bindings_matrix.py
@@ -66,6 +66,8 @@
66
67
ADDITIONAL_MODULES = {
68
"_asyncio": "MICROPY_PY_ASYNCIO",
69
+ "_bleio (native)": "CIRCUITPY_BLEIO_NATIVE",
70
+ "_bleio (HCI co-processor)": "CIRCUITPY_BLEIO_HCI",
71
"_eve": "CIRCUITPY__EVE",
72
"adafruit_bus_device": "CIRCUITPY_BUSDEVICE",
73
"adafruit_pixelbuf": "CIRCUITPY_PIXELBUF",
0 commit comments