Searched full:works (Results 1 – 25 of 414) sorted by relevance
12345678910>>...17
/Zephyr-latest/ |
D | LICENSE | 40 "Derivative Works" shall mean any work, whether in Source or Object 44 of this License, Derivative Works shall not include works that remain 46 the Work and Derivative Works thereof. 50 to that Work or Derivative Works thereof, that is intentionally 69 copyright license to reproduce, prepare Derivative Works of, 71 Work and such Derivative Works in Source or Object form. 90 Work or Derivative Works thereof in any medium, with or without 95 Derivative Works a copy of this License; and 100 (c) You must retain, in the Source form of any Derivative Works 104 the Derivative Works; and [all …]
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ctr_prng.c | 324 /**TESTPOINT: Check if init works*/ in test_prng_vector() 329 /**TESTPOINT: Check if generate works*/ in test_prng_vector() 334 /**TESTPOINT: Check if generate works*/ in test_prng_vector() 361 /**TESTPOINT: Check if init works*/ in ZTEST() 369 /**TESTPOINT: Check if generate works*/ in ZTEST() 375 /**TESTPOINT: Check if generate works*/ in ZTEST() 378 /* reseed and confirm generate works again in ZTEST() 391 /**TESTPOINT: Check if generate works again*/ in ZTEST() 404 /**TESTPOINT: Check if reseed works*/ in ZTEST() 420 /**TESTPOINT: Check if reseed works*/ in ZTEST() [all …]
|
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/ |
D | sync.h | 19 * @note Only works between two devices in a simulation, with IDs 0 and 1. 30 * @note Only works between two devices in a simulation, with IDs 0 and 1. 40 * @note Only works between two devices in a simulation, with IDs 0 and 1.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.gic | 15 The ARM Generic Interrupt Controller v1 (e.g. PL390) works with the 22 The ARM Generic Interrupt Controller v2 (e.g. GIC-400) works with the 30 works with the ARM Cortex-family processors.
|
/Zephyr-latest/tests/kernel/workq/work_queue/src/ |
D | start_stop.c | 29 struct k_work works[NUM_TEST_ITEMS]; in ZTEST() local 41 k_work_init(&works[i], work_handler); in ZTEST() 42 zassert_equal(k_work_submit_to_queue(&work_q, &works[i]), 1, in ZTEST()
|
/Zephyr-latest/tests/lib/sys_util/src/ |
D | main.c | 17 * @brief Test wait_for works as expected with typical use cases 42 * @brief Test NUM_VA_ARGS works as expected with typical use cases 57 * @brief Test NUM_VA_ARGS_LESS_1 works as expected with typical use cases
|
/Zephyr-latest/tests/drivers/hwinfo/api/src/ |
D | main.c | 15 * @brief TestPurpose: verify device id get works 75 * @brief TestPurpose: verify get reset cause works. 111 * @brief TestPurpose: verify clear reset cause works. This may 113 * works on that SoC. 165 * @brief TestPurpose: verify get supported reset cause works.
|
/Zephyr-latest/tests/ztest/error_hook/src/ |
D | main.c | 270 * @details Valid a fatal error we triggered in thread context works. 293 * @brief Test if catching an assert works 295 * @details Valid the assert in thread context works or not. If the assert 297 * assert works as expected. 324 * @brief Test if an assert fail works in ISR context 326 * @details Valid the assert in ISR context works or not. If the assert 328 * assert works as expected. 349 * @details Valid a z_oops we triggered in thread context works.
|
/Zephyr-latest/tests/kernel/fatal/no-multithreading/ |
D | README | 1 This test case verifies that kernel fatal error handling works correctly
|
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/boards/ |
D | nucleo_wb09ke.conf | 1 # Use lowest- and highest-numbered channels to make sure the whole range works
|
/Zephyr-latest/cmake/compiler/icx/ |
D | compiler_flags.cmake | 4 # Remove after testing that -Wshadow works
|
/Zephyr-latest/tests/kernel/fatal/exception/ |
D | README | 1 This test case verifies that kernel fatal error handling works correctly.
|
/Zephyr-latest/samples/sensor/bme280/ |
D | Kconfig | 13 # Enable SPI and I2C support by default so that the sample works with
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | qemu_cortext_m3.conf | 1 # The addresses are selected so that qemu<->qemu connectivity works ok.
|
D | qemu_x86.conf | 1 # The addresses are selected so that qemu<->qemu connectivity works ok.
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/ |
D | appli_debug_cmd.gdb | 5 # works if the .elf is located in "build" directory
|
/Zephyr-latest/tests/drivers/pinctrl/api/src/ |
D | main.c | 35 * Devicetree works as expected. 92 * @brief Test that pinctrl_lookup_state() works as expected 108 * @brief Test that pinctrl_apply_state() works as expected. 141 * @brief This test checks if pinctrl_update_states() works as expected.
|
/Zephyr-latest/submanifests/ |
D | README.txt | 7 For more details about how this works, see this part of the west
|
/Zephyr-latest/tests/arch/arc/arc_vpx_lock/ |
D | README.txt | 6 code that uses the ARC VPX vector registers works correctly. As this VPX
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/ |
D | README.txt | 2 One SPI instance works as a controller, second one is configured as a peripheral.
|
/Zephyr-latest/drivers/mm/ |
D | mm_drv_common.h | 118 * if this works for them. Or they can override sys_mm_drv_map_region() 144 * if this works for them. Or they can override sys_mm_drv_map_array() 170 * if this works for them. Or they can override sys_mm_drv_unmap_region() 193 * if this works for them. Or they can override sys_mm_drv_remap_region() 220 * if this works for them. Or they can override sys_mm_drv_move_region() 249 * if this works for them. Or they can override sys_mm_drv_move_array()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_linkaddr.rst | 14 connectivity works correctly in the network stack. Typically the link layer
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | compiler_flags.cmake | 11 # Remove after testing that -Wshadow works
|
/Zephyr-latest/dts/bindings/sensor/ |
D | zephyr,sensing-sensor.yaml | 33 description: sensor works on stream mode or poll mode
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | Kconfig | 17 showing how file system works on non-SD devices like internal
|
12345678910>>...17