Home
last modified time | relevance | path

Searched refs:adapter (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md3 `spi-hdlc-adapter` is an adapter tool for using a SPI interface as if it were an HDLC-lite encoded …
9 spi-hdlc-adapter [options] <spi-device-path>
17 …xported GPIO directory for the `I̅N̅T̅` pin. If not specified, `spi-hdlc-adapter` will fall back t…
21 … Default is 20µs. Note that this may need to be set to zero for spi-hdlc-adapter to work with some…
29 …l directory for that GPIO. They must be already be exported before `spi-hdlc-adapter` can use them.
35 When started, `spi-hdlc-adapter` will configure the following properties on the GPIOs:
49 …IGUSR1` signal is received. The easiest way to send that signal to `spi-hdlc-adapter` is like this:
51 # killall -sigusr1 spi-hdlc-adapter
55 spi-hdlc-adapter[18408]: INFO: sSlaveResetCount=16
56 spi-hdlc-adapter[18408]: INFO: sSpiFrameCount=2673
[all …]
D.gitignore1 spi-hdlc-adapter
/openthread-latest/third_party/mbedtls/repo/scripts/
Dconfig.py130 def adapt(self, adapter): argument
141 setting.active = adapter(setting.name, setting.active,
322 def crypto_adapter(adapter): argument
331 if adapter is None:
333 return adapter(name, active, section)
339 def no_deprecated_adapter(adapter): argument
351 if adapter is None:
353 return adapter(name, active, section)
356 def no_platform_adapter(adapter): argument
367 if adapter is None:
[all …]
/openthread-latest/tools/tcat_ble_client/ble/
Dble_scanner.py49 async def scan_tcat_devices(adapter: Optional[str] = None):
53 …red_devices = await scanner.discover(return_adv=True, service_uuids=service_uuids, adapter=adapter)
/openthread-latest/tools/tcat_ble_client/
Dbbtc.py126 tcat_devices = await ble_scanner.scan_tcat_devices(adapter=args.adapter)
/openthread-latest/tools/harness-thci/
DREADME.md38 …Os (for Raspberry Pi 3B, link Pin8 as TXD, Pin10 as RXD, and Pin14 as GND) with a UART2USB adapter.
40 6. Connect the DUT (with Step 5's adapter), sniffer, and other golden devices (as reference devices…