Searched refs:detected (Results 1 – 25 of 71) sorted by relevance
123
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 150 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/ |
D | README.rst | 22 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/ |
D | Kconfig.cc13xx_cc26xx | 35 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/ |
D | README | 22 No errors detected
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/scripts/tests/twister/ |
D | test_hardwaremap.py | 36 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/ |
D | README.rst | 15 automatically detected from the devicetree, you only need to set aliases from
|
/Zephyr-Core-3.7.0/cmake/makefile_exports/ |
D | CMakeLists.txt | 24 # file per detected configuration, in this case, each COMPILE_LANGUAGE
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/samples/subsys/usb/hid/ |
D | README.rst | 34 The board will be detected as shown by the Linux journalctl command:
|
/Zephyr-Core-3.7.0/samples/subsys/video/tcpserversink/ |
D | README.rst | 47 Video device detected, format: RGBP 480x272
|
/Zephyr-Core-3.7.0/cmake/sca/codechecker/ |
D | sca.cmake | 44 # issues were detected. Suppress the exit status by default, but permit opting
|
/Zephyr-Core-3.7.0/doc/develop/toolchains/ |
D | designware_arc_mwdt.rst | 29 :envvar:`ARCMWDT_TOOLCHAIN_PATH` - it would be detected automatically.
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/subsys/usb/shell/ |
D | README.rst | 64 [611:00:28.620,000] <wrn> usbd_core: VBUS detected event
|
/Zephyr-Core-3.7.0/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 22 provision detected devices automatically. Once provisioning is done, the
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/sensor/adi/adxl367/ |
D | Kconfig | 60 threshold for an inactivity event to be detected. Value is the
|
/Zephyr-Core-3.7.0/scripts/net/ |
D | run-sample-tests.sh | 308 The automatically detected directories are:
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | west.cmake | 68 message(FATAL_ERROR "The detected west version, ${west_version}, is unsupported.\n\
|
/Zephyr-Core-3.7.0/share/sysbuild/cmake/modules/ |
D | sysbuild_kconfig.cmake | 72 # will be automatically detected.
|
/Zephyr-Core-3.7.0/drivers/sensor/adi/adxl372/ |
D | Kconfig | 70 threshold for an inactivity event to be detected. Number of multiples
|
123