Searched refs:detected (Results 1 – 25 of 74) sorted by relevance
123
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 172 self.detected = [] 381 self.detected.append(s_dev) 387 self.detected = natsorted(self.detected, key=lambda x: x.serial or '') 399 for _detected in self.detected: 412 new_duts = list(filter(lambda d: not d.match, self.detected)) 432 for _connected in self.detected: 450 self.dump(detected=True) 452 def dump(self, filtered=None, header=None, connected_only=False, detected=False): argument 459 if detected: 460 to_show = self.detected
|
/Zephyr-latest/tests/net/lib/http_header_fields/ |
D | README | 22 No errors detected
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 35 int "Threshold for detected repeated patterns" 39 The number of samples detected with repeating patterns before an alarm
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 42 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-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 36 hm.detected = duts[:5] 454 assert sorted([d.__repr__() for d in mocked_hm.detected]) == \ 728 detected, argument 731 mocked_hm.dump(filtered, header, connected_only, detected)
|
/Zephyr-latest/samples/sensor/proximity_polling/ |
D | README.rst | 16 automatically detected from the devicetree, you only need to set aliases from
|
/Zephyr-latest/cmake/makefile_exports/ |
D | CMakeLists.txt | 24 # file per detected configuration, in this case, each COMPILE_LANGUAGE
|
/Zephyr-latest/samples/subsys/usb/console/ |
D | README.rst | 31 The board will be detected as a CDC_ACM serial device. To see the console output
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 58 * Correctable Error (CE) - error is detected and corrected by IBECC module. 60 * Uncorrectable Error (UE) - error is detected by IBECC module and not
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 43 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-latest/samples/fuel_gauge/max17048/ |
D | README.rst | 33 if you plug/unplug a charger it will take some time until it is actually detected by the chip. Don'…
|
/Zephyr-latest/samples/drivers/video/tcpserversink/ |
D | README.rst | 47 Video device detected, format: RGBP 480x272
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 24 a stop is detected using :c:func:`stepper_run`.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | designware_arc_mwdt.rst | 29 :envvar:`ARCMWDT_TOOLCHAIN_PATH` - it would be detected automatically.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 61 can be trivially detected. 63 * The head and tail of the list can be detected by comparing the
|
/Zephyr-latest/drivers/sensor/st/lis2dw12/ |
D | Kconfig | 71 Enable sleep (inactivity) mode with ODR change when detected
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 64 [611:00:28.620,000] <wrn> usbd_core: VBUS detected event
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 80 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-latest/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 23 provision detected devices automatically. Once provisioning is done, the
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 308 The automatically detected directories are:
|
/Zephyr-latest/cmake/modules/ |
D | west.cmake | 68 message(FATAL_ERROR "The detected west version, ${west_version}, is unsupported.\n\
|
/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 110 # issues were detected. Suppress the exit status by default, but permit opting
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_kconfig.cmake | 77 # will be automatically detected.
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 62 threshold for an inactivity event to be detected. Value is the
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 89 If local data cache line is detected at runtime then it should be
|
123