Home
last modified time | relevance | path

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

12345678910>>...87

/Zephyr-latest/samples/subsys/zbus/work_queue/
DREADME.rst9 …ifferent reaction options. First, the observer can react "instantaneously" by using a listener cal…
28 I: Sensor msg processed by CALLBACK fh1: temp = 10, press = 1, humidity = 100
29 I: Sensor msg processed by CALLBACK fh2: temp = 10, press = 1, humidity = 100
30 I: Sensor msg processed by CALLBACK fh3: temp = 10, press = 1, humidity = 100
31 I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100
32 I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100
33 I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100
34 I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100
35 I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100
36 I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100
[all …]
/Zephyr-latest/tests/cmake/snippets/
Dapp.overlay2 /* This node will be deleted by the `foo` snippet. */
3 deleted-by-foo {};
5 /* This node will be deleted by the `bar` snippet. */
6 deleted-by-bar {};
DKconfig10 # Snippet test types used by the test implementation to steer the test logic
42 # Test values set by the snippet config overlays and tested by the test logic
44 int "Test value set by the 'foo' snippet config overlay"
46 This option's value should be overridden by the 'foo' snippet config
50 int "Test value set by the 'foo' snippet config overlay"
52 This option's value should be overridden by the 'foo' snippet config
56 int "Test value set by the snippet config overlays"
58 This option's value should be overridden by the snippet config
/Zephyr-latest/tests/cmake/snippets/extra_snippet_root/snippets/bar/
Dbar.overlay2 /delete-node/ deleted-by-bar;
3 /delete-node/ added-by-foo;
5 /* This node will be deleted by the `foo` snippet if applied. */
6 added-by-bar {};
/Zephyr-latest/scripts/
Drequirements-base.txt6 # used by various build scripts
9 # used by dts generation to parse binding YAMLs, also used by
10 # twister to parse YAMLs, by west, zephyr_module,...
13 # YAML validation. Used by zephyr_module.
16 # used by west_commands
30 # intelhex used by mergehex.py
Drequirements-run-test.txt3 # things used by twister or related in run time testing
8 # used by twister for board/hardware map
12 # used by mcuboot
Drequirements-extras.txt3 # used by twister for --test-tree option
18 # used by scripts/build/gen_cfb_font_header.py - helper script for user
21 # can be used to sign a Zephyr application binary for consumption by a bootloader
24 # used by scripts/release/bug_bash.py for generating top ten bug squashers
Drequirements-build-test.txt3 # things used by twister or other things like code coverage or python
6 # used by twister for ansi color
9 # python lex/yex used by twister
/Zephyr-latest/tests/cmake/snippets/snippets/foo/
Dfoo.overlay2 /delete-node/ deleted-by-foo;
3 /delete-node/ added-by-bar;
5 /* This node will be deleted by the `bar` snippet if applied. */
6 added-by-foo {};
/Zephyr-latest/doc/
Drequirements.txt14 # YAML validation. Used by zephyr_module.
18 # Used by pytest-twister-harness plugin (imported by autodoc)
25 # Used by the Zephyr domain to organize code samples
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst11 should start the optimization process by reviewing all stack sizes and adjusting
15 Set to 2048 by default
18 Set to 1024 by default
21 Set to 320 by default
24 Set to 1024 by default
27 Set to 1024 by default, depends on userspace feature.
33 Some peripherals are enabled by default. You can disable unused
43 The following options are enabled by default to provide more information about
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst24 This project outputs Pi values calculated by each thread and in the end total time
40 Calculate first 240 digits of Pi independently by 16 threads.
41 Pi value calculated by thread #0: 3141592653589793238462643383279502884197...
42 Pi value calculated by thread #1: 3141592653589793238462643383279502884197...
44 Pi value calculated by thread #14: 314159265358979323846264338327950288419...
45 Pi value calculated by thread #15: 314159265358979323846264338327950288419...
46 All 16 threads executed by 4 cores in 28 msec
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v2.rst21 ``osMutexPrioInherit`` is supported by default and is not configurable,
24 ``osMutexRecursive`` is also supported by default. If this attribute is
37 ``osErrorResource`` (the semaphore specified by parameter
41 ``osErrorResource`` (mutex specified by parameter mutex_id
45 ``osErrorResource`` (the timer specified by parameter timer_id
49 ``osErrorResource`` (the message queue specified by
54 ``osErrorResource`` (the message queue specified by
59 ``osErrorResource`` (the memory pool specified by
64 ``osErrorResource`` (the memory pool specified by
70 and osFlagsErrorResource (Event flags object specified by
[all …]
/Zephyr-latest/tests/cmake/sysbuild_snippets/
DKconfig8 # Test values set by the snippet config overlays and tested by the test logic
13 This option's value should be overridden by sysbuild.
/Zephyr-latest/include/zephyr/arch/posix/
Dlinker.ld30 /* Located in generated directory. This file is populated by the
37 /* Located in generated directory. This file is populated by calling
44 /* Located in generated directory. This file is populated by the
52 /* Located in generated directory. This file is populated by the
60 /* Located in generated directory. This file is populated by the
67 /* Located in generated directory. This file is populated by the
76 /* Located in generated directory. This file is populated by the
82 /* Located in generated directory. This file is populated by the
/Zephyr-latest/drivers/sensor/st/lsm6ds0/
DKconfig22 Enable/disable accelerometer X axis totally by stripping everything
29 Enable/disable accelerometer Y axis totally by stripping everything
36 Enable/disable accelerometer Z axis totally by stripping everything
43 Enable/disable gyroscope X axis totally by stripping everything
50 Enable/disable gyroscope Y axis totally by stripping everything
57 Enable/disable gyroscope Z axis totally by stripping everything
63 Enable/disable temperature totally by stripping everything related in
82 Data rates supported by the chip are 0, 15, 60, 119, 238, 476,
99 Data rates supported by the chip are 0, 10, 50, 119, 238, 476, 952.
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/
DKconfig25 # Flash type used by the SoC. The board should select the one used.
31 by the board definition, not the user.
37 Should be selected by the board definition, not the user.
43 by the board definition, not the user.
49 by the board definition, not the user.
55 by the board definition, not the user.
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.crypto_modules22 Unset this option if the functionality provided by 'crypto_key_management.c'
30 Unset this option if the functionality provided by 'crypto_aead.c'
38 Unset this option if the functionality provided by 'crypto_mac.c'
46 Unset this option if the functionality provided by 'crypto_hash.c'
54 Unset this option if the functionality provided by 'crypto_cipher.c'
62 Unset this option if the encrypt functionality provided by 'crypto_asymmetric.c'
70 Unset this option if the sign functionality provided by 'crypto_asymmetric.c'
78 Unset this option if the functionality provided by 'crypto_key_derivation.c'
/Zephyr-latest/boards/adafruit/kb2040/
Dadafruit_kb2040_defconfig13 # Enable reset by default
16 # Enable clock control by default
22 # Output UF2 by default, native bootloader supports it.
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040_defconfig13 # Enable reset by default
16 # Enable clock control by default
22 # Output UF2 by default, native bootloader supports it.
/Zephyr-latest/drivers/dma/
DKconfig.nxp_sof_host_dma5 bool "NXP DMA driver used by SOF's host component"
9 Enable NXP's DMA driver used by
12 is used by the SOF host component to
25 which shall be used by entities employing
30 no alignment restrictions imposed by memcpy.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst19 Network interfaces are created by ``NET_DEVICE_INIT()`` macro.
25 The network interface can be turned ON by calling ``net_if_up()`` and OFF
26 by calling ``net_if_down()``. When the device is powered ON, the network
27 interface is also turned ON by default.
29 The network interfaces can be referenced either by a ``struct net_if *``
30 pointer or by a network interface index. The network interface can be
31 resolved from its index by calling ``net_if_get_by_index()`` and from interface
32 pointer by calling ``net_if_get_by_iface()``.
38 by DHCPv4, for example. If needed though, the application can set a device's
52 lower priority packets. The traffic class setup can be configured by
[all …]
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/
Dnrf52833dk_nrf52833.overlay10 * designed by Nordic. For more information see README.rst.
14 * by Nordic) for Rx PDU. For more information see README.rst.
19 * Radio peripheral. The pins will be acquired by Radio to
22 * designed by Nordic. For more information see README.rst.
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/
Dnrf52833dk_nrf52833.overlay10 * designed by Nordic. For more information see README.rst.
14 * by Nordic) for Rx PDU. For more information see README.rst.
19 * Radio peripheral. The pins will be acquired by Radio to
22 * designed by Nordic. For more information see README.rst.
/Zephyr-latest/doc/kernel/services/synchronization/
Dsemaphores.rst16 Any number of semaphores can be defined (limited only by available RAM). Each
17 semaphore is referenced by its memory address.
30 A semaphore may be **given** by a thread or an ISR. Giving the semaphore
33 A semaphore may be **taken** by a thread. Taking the semaphore
37 When the semaphore is given, it is taken by the highest priority thread
58 It must then be initialized by calling :c:func:`k_sem_init`.
61 semaphore by setting its count to 0 and its limit to 1.
70 by calling :c:macro:`K_SEM_DEFINE`.
81 A semaphore is given by calling :c:func:`k_sem_give`.
84 indicate that a unit of data is available for processing by a consumer thread.
[all …]

12345678910>>...87