Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 25 of 71) sorted by relevance

123

/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dhardwaremap.py150 self.detected = []
331 self.detected.append(s_dev)
337 self.detected = natsorted(self.detected, key=lambda x: x.serial or '')
349 for _detected in self.detected:
362 new_duts = list(filter(lambda d: not d.match, self.detected))
382 for _connected in self.detected:
400 self.dump(detected=True)
402 def dump(self, filtered=[], header=[], connected_only=False, detected=False): argument
405 if detected:
406 to_show = self.detected
/Zephyr-Core-3.7.0/samples/subsys/usb/cdc_acm_composite/
DREADME.rst22 The board will be detected as shown by the Linux dmesg command:
42 and attach it to both detected CDC ACM devices:
54 Baudrate detected: 115200
55 Baudrate detected: 115200
/Zephyr-Core-3.7.0/drivers/entropy/
DKconfig.cc13xx_cc26xx35 int "Threshold for detected repeated patterns"
39 The number of samples detected with repeating patterns before an alarm
/Zephyr-Core-3.7.0/tests/net/lib/http_header_fields/
DREADME22 No errors detected
/Zephyr-Core-3.7.0/samples/subsys/usb/cdc_acm/
DREADME.rst42 The board will be detected as shown by the Linux dmesg command:
61 and attach it to detected CDC ACM device:
72 Baudrate detected: 115200
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_hardwaremap.py36 hm.detected = duts[:5]
444 assert sorted([d.__repr__() for d in mocked_hm.detected]) == \
718 detected, argument
721 mocked_hm.dump(filtered, header, connected_only, detected)
/Zephyr-Core-3.7.0/samples/sensor/proximity_polling/
DREADME.rst15 automatically detected from the devicetree, you only need to set aliases from
/Zephyr-Core-3.7.0/cmake/makefile_exports/
DCMakeLists.txt24 # file per detected configuration, in this case, each COMPILE_LANGUAGE
/Zephyr-Core-3.7.0/samples/subsys/usb/console/
DREADME.rst31 The board will be detected as a CDC_ACM serial device. To see the console output
/Zephyr-Core-3.7.0/doc/hardware/peripherals/edac/
Dibecc.rst58 * Correctable Error (CE) - error is detected and corrected by IBECC module.
60 * Uncorrectable Error (UE) - error is detected by IBECC module and not
/Zephyr-Core-3.7.0/doc/services/device_mgmt/
Dota.rst43 REST api to detect firmware updates. When a new update is detected, the binary
54 be manually triggered or monitored via polling. When a new update is detected,
/Zephyr-Core-3.7.0/samples/fuel_gauge/max17048/
DREADME.rst33 if you plug/unplug a charger it will take some time until it is actually detected by the chip. Don'…
/Zephyr-Core-3.7.0/samples/subsys/usb/hid/
DREADME.rst34 The board will be detected as shown by the Linux journalctl command:
/Zephyr-Core-3.7.0/samples/subsys/video/tcpserversink/
DREADME.rst47 Video device detected, format: RGBP 480x272
/Zephyr-Core-3.7.0/cmake/sca/codechecker/
Dsca.cmake44 # issues were detected. Suppress the exit status by default, but permit opting
/Zephyr-Core-3.7.0/doc/develop/toolchains/
Ddesignware_arc_mwdt.rst29 :envvar:`ARCMWDT_TOOLCHAIN_PATH` - it would be detected automatically.
/Zephyr-Core-3.7.0/doc/kernel/data_structures/
Ddlist.rst61 can be trivially detected.
63 * The head and tail of the list can be detected by comparing the
/Zephyr-Core-3.7.0/samples/subsys/usb/shell/
DREADME.rst64 [611:00:28.620,000] <wrn> usbd_core: VBUS detected event
/Zephyr-Core-3.7.0/samples/bluetooth/mesh_provisioner/
DREADME.rst22 provision detected devices automatically. Once provisioning is done, the
/Zephyr-Core-3.7.0/doc/services/
Dformatted_output.rst80 method scans format string and based on detected format specifiers builds the
82 * static - types of arguments are detected at compile time by the preprocessor
180 static packaging is possible and it will append all detected strings. Character pointer
/Zephyr-Core-3.7.0/drivers/sensor/adi/adxl367/
DKconfig60 threshold for an inactivity event to be detected. Value is the
/Zephyr-Core-3.7.0/scripts/net/
Drun-sample-tests.sh308 The automatically detected directories are:
/Zephyr-Core-3.7.0/cmake/modules/
Dwest.cmake68 message(FATAL_ERROR "The detected west version, ${west_version}, is unsupported.\n\
/Zephyr-Core-3.7.0/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake72 # will be automatically detected.
/Zephyr-Core-3.7.0/drivers/sensor/adi/adxl372/
DKconfig70 threshold for an inactivity event to be detected. Number of multiples

123