Home
last modified time | relevance | path

Searched refs:testing (Results 76 – 100 of 295) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/connectivity/networking/api/
Dnet_config.rst30 is only usable in testing and should not be used in production code. See
56 useful in testing setups where the application can connect to a pre-defined host."
64 useful in testing setups where the application can connect to a pre-defined host."
/Zephyr-latest/drivers/adc/
DKconfig.adc_emul11 is used for testing higher-level API for ADC devices.
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.dummy16 Enables the dummy SMP backend which can be used for unit testing
/Zephyr-latest/drivers/espi/
DKconfig.espi_emul13 used for testing drivers for eSPI devices.
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
DKconfig16 Disable hw registers interaction for testing.
/Zephyr-latest/doc/_doxygen/
Dgroups.dox38 @defgroup testing Testing
/Zephyr-latest/tests/drivers/pinctrl/gd32/boards/
Dgd32f450i_eval.overlay16 /* Note: the groups are just meant for testing if properties and
Dgd32f403z_eval.overlay18 /* Note: the groups are just meant for testing if properties and
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst22 * Samples must not use Zephyr's testing framework.
28 expected value to have some level of testing for the sample itself.
36 are testing the sample, not the subsystem it builds on top.
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
DREADME.rst11 BabbleSim_ is :ref:`integrated in zephyr <bsim>` and used for testing the Bluetooth stack.
/Zephyr-latest/samples/net/wifi/shell/
DREADME.rst10 This sample allows testing Wi-Fi drivers for various boards by
/Zephyr-latest/drivers/led/
DKconfig27 Enable LED shell for testing.
/Zephyr-latest/tests/drivers/build_all/fpga/
Dapp.overlay6 * Application overlay for testing driver builds
/Zephyr-latest/boards/luatos/esp32c3_luatos_core/
Desp32c3_luatos_core.dtsi90 /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */
/Zephyr-latest/boards/m5stack/stamp_c3/
Dstamp_c3.dts90 /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */
/Zephyr-latest/samples/drivers/mspi/mspi_flash/
DREADME.rst36 JEDEC MSPI-NOR flash testing
/Zephyr-latest/samples/drivers/spi_flash/
DREADME.rst39 JEDEC QSPI-NOR SPI flash testing
/Zephyr-latest/tests/drivers/build_all/w1/
Dapp.overlay6 * Application overlay for testing driver builds
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DREADME.rst25 For testing purposes without the need of any hardware, the :ref:`native_sim <native_sim>`
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst34 For testing, this option allows a non-random number generator to be used and
52 generator is not random and used for testing only.
/Zephyr-latest/doc/hardware/peripherals/
Drtc.rst82 for testing. To test the optional alarms, update event callback
91 To build the test application with the default configuration, testing
128 The tests take up to 30 seconds each if they are testing real hardware.
/Zephyr-latest/boards/we/orthosie1ev/
Dwe_orthosie1ev.dts101 /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */
/Zephyr-latest/boards/espressif/esp32c3_devkitm/
Desp32c3_devkitm.dts97 /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */
/Zephyr-latest/boards/espressif/esp32c3_devkitc/
Desp32c3_devkitc.dts91 /* requires external CAN transceiver or jumper on RX and TX pins for loopback testing */
/Zephyr-latest/doc/develop/test/
Dztest.rst6 The Zephyr Test Framework (Ztest) provides a simple testing framework intended
11 integration testing, or for unit testing specific modules.
218 Quick start - Integration testing
241 file, which is like ``sample.testing.ztest`` in the boilerplate test suite sample.
280 either can be testing functionality or APIs. Functions implementing a test case
354 Quick start - Unit testing
357 Ztest can be used for unit testing. This means that rather than including the
358 entire Zephyr OS for testing a single function, you can focus the testing
359 efforts into the specific module in question. This will speed up testing since

12345678910>>...12