Home
last modified time | relevance | path

Searched refs:works (Results 1 – 25 of 187) sorted by relevance

12345678

/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dstart_stop.c29 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/kernel/fatal/no-multithreading/
DREADME1 This test case verifies that kernel fatal error handling works correctly
/Zephyr-latest/cmake/compiler/icx/
Dcompiler_flags.cmake4 # Remove after testing that -Wshadow works
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.gic15 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/fatal/exception/
DREADME1 This test case verifies that kernel fatal error handling works correctly.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_linkaddr.rst14 connectivity works correctly in the network stack. Typically the link layer
Ddhcpv6.rst19 for a detailed overview of how DHCPv6 works.
Ddhcpv4.rst19 for a detailed overview of how DHCP works.
/Zephyr-latest/samples/sensor/bme280/
DKconfig13 # Enable SPI and I2C support by default so that the sample works with
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/
Dappli_debug_cmd.gdb5 # works if the .elf is located in "build" directory
/Zephyr-latest/tests/lib/cbprintf_fp/
DREADME.txt4 This ensures that formatted output to the console works as expected with
/Zephyr-latest/submanifests/
DREADME.txt7 For more details about how this works, see this part of the west
/Zephyr-latest/tests/arch/x86/nmi/
DREADME.txt5 This test verifies that NMI registration works as expected.
/Zephyr-latest/cmake/compiler/armclang/
Dcompiler_flags.cmake11 # Remove after testing that -Wshadow works
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/
DREADME.txt2 One SPI instance works as a controller, second one is configured as a peripheral.
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dspi1_pllq_2_d1ppre_4.overlay15 * This test config ensures it still works.
/Zephyr-latest/tests/arch/arc/arc_vpx_lock/
DREADME.txt6 code that uses the ARC VPX vector registers works correctly. As this VPX
/Zephyr-latest/samples/subsys/input/input_dump/
DREADME.rst15 The samples works on any board with an input driver defined in the board devicetree.
/Zephyr-latest/cmake/compiler/xcc/
Dcompiler_flags.cmake16 # Remove after testing that -Wshadow works
/Zephyr-latest/boards/qemu/x86/
Dboard.cmake14 # icount works with 1 CPU so we can enable it here.
15 # FIXME: once this works across configs, remove this line and set
/Zephyr-latest/samples/subsys/fs/fs_sample/
DKconfig17 showing how file system works on non-SD devices like internal
/Zephyr-latest/tests/drivers/audio/dmic_api/
DREADME.txt13 * Verify that the DMIC works with the maximum number of channels possible
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst10 It works very simply: a main thread creates n "yielders"
/Zephyr-latest/subsys/logging/backends/
DKconfig.spinel12 or works on another UART device to avoid interference.
/Zephyr-latest/doc/kernel/data_structures/
Dspsc_pbuf.rst8 packets are stored in the buffer. Packet buffer works under assumption that there

12345678