Searched refs:testing (Results 1 – 25 of 295) sorted by relevance
12345678910>>...12
/Zephyr-latest/subsys/testsuite/soc/unit_testing/unit_testing/ |
D | Kconfig.soc | 6 bool "Unit testing SoC" 8 SoC for unit testing
|
/Zephyr-latest/subsys/testsuite/boards/unit_testing/unit_testing/ |
D | Kconfig.unit_testing | 6 bool "Unit testing board" 10 Board for unit testing
|
/Zephyr-latest/scripts/ |
D | requirements-run-test.txt | 3 # things used by twister or related in run time testing 18 # used for CAN <=> host testing
|
D | requirements-build-test.txt | 4 # testing 16 # used for west-command testing
|
/Zephyr-latest/tests/drivers/counter/counter_basic_api/boards/ |
D | frdm_rw612.overlay | 36 * For testing purposes, free up memory spaces not needed by the testing.
|
D | rd_rw612_bga.overlay | 36 * For testing purposes, free up memory spaces not needed by the testing.
|
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/ |
D | esp32c6_devkitc.overlay | 11 input-enable; /* Connect GPIO2 and GPIO3 externally for testing */ 15 output-enable; /* Connect GPIO2 and GPIO3 externally for testing */
|
/Zephyr-latest/subsys/emul/ |
D | Kconfig | 13 These drivers are used to emulate hardware devices, to support testing 18 Emulators often implement special features for testing. For example 21 yet been completed. This allows for testing that high-level code can
|
/Zephyr-latest/subsys/usb/device/ |
D | CMakeLists.txt | 24 This value is only for testing and MUST be configured for USB products." 30 This value is only for testing and MUST be configured for USB products."
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | platform.py | 111 testing = data.get("testing", {}) 112 self.ignore_tags = testing.get("ignore_tags", []) 113 self.only_tags = testing.get("only_tags", []) 114 self.default = testing.get("default", self.default) 115 self.binaries = testing.get("binaries", []) 116 self.timeout_multiplier = testing.get("timeout_multiplier", self.timeout_multiplier) 125 renode = testing.get("renode", {})
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | zperf.rst | 31 For example, the following command line must be used for UDP testing: 37 For TCP testing, the command line would look like this: 88 command line if you are testing UDP: 95 and this if you are testing TCP:
|
/Zephyr-latest/cmake/compiler/icx/ |
D | compiler_flags.cmake | 4 # Remove after testing that -Wshadow works
|
/Zephyr-latest/samples/userspace/shared_mem/boards/ |
D | nucleo_f746zg.overlay | 8 * Disable quadspi MPU region for testing
|
D | nucleo_f756zg.overlay | 8 * Disable quadspi MPU region for testing
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/boards/ |
D | nucleo_f746zg.overlay | 8 * Disable quadspi MPU region for testing
|
D | nucleo_f756zg.overlay | 8 * Disable quadspi MPU region for testing
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 314 // For testing hierarchy. 327 // For testing 'include:' 346 // For testing Node.props (derived from 'properties:' in the binding) 416 // For testing Node.props with 'default:' values in binding 426 // For testing 'enum:' 441 // For testing 'bus:' and 'on-bus:' 510 // For testing that neither 'include: [foo.yaml, bar.yaml]' nor 527 // For testing deprecated property 537 // For testing deprecated features
|
D | test-multidir.dts | 8 * Used by test_edtlib.py. Dedicated file for testing having multiple binding
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig.test | 4 # Hidden option to enable the vnd,w1 1-Wire host driver used in testing.
|
/Zephyr-latest/tests/boot/with_mcumgr/ |
D | README.rst | 1 Upgrade testing with MCUmgr 19 -p nrf52840dk/nrf52840 --device-testing --device-serial /dev/ttyACM0
|
/Zephyr-latest/drivers/video/ |
D | Kconfig.sw_generator | 12 Enable video pattern generator (for testing purposes).
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.test | 5 # used in testing.
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.test | 5 # used in testing.
|
/Zephyr-latest/tests/drivers/mipi_dsi/api/ |
D | Kconfig | 15 MIPI device channel number used for testing.
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.test | 6 # used in testing.
|
12345678910>>...12