Home
last modified time | relevance | path

Searched full:uses (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/Zephyr-Core-3.6.0/.github/workflows/
Drelease.yml13 - uses: actions/checkout@v4
24 uses: fsfe/reuse-action@v1
29 uses: actions/upload-artifact@v4
41 uses: actions/create-release@v1
53 uses: actions/upload-release-asset@v1
Dlicense_check.yml11 uses: actions/checkout@v4
16 uses: zephyrproject-rtos/action_scancode@v4
20 uses: actions/upload-artifact@v4
Ddevicetree_checks.yml38 uses: actions/checkout@v4
40 uses: actions/setup-python@v4
45 uses: actions/cache@v4
53 uses: actions/cache@v4
62 uses: actions/cache@v4
Dwest_cmds.yml39 uses: actions/checkout@v4
41 uses: actions/setup-python@v4
46 uses: actions/cache@v4
54 uses: actions/cache@v4
63 uses: actions/cache@v4
Dhello_world_multiplatform.yaml33 uses: actions/checkout@v4
52 uses: actions/setup-python@v4
57 uses: zephyrproject-rtos/action-zephyr-setup@v1
75 uses: actions/upload-artifact@v4
Dissue_count.yml30 - uses: brcrista/summarize-issues@v3
38 uses: actions/upload-artifact@v4
45 uses: aws-actions/configure-aws-credentials@v2
Dpylib_tests.yml32 uses: actions/checkout@v4
34 uses: actions/setup-python@v4
39 uses: actions/cache@v4
Ddoc-build.yml47 uses: actions/checkout@v4
73 uses: actions/cache@v4
119 uses: actions/upload-artifact@v4
125 uses: actions/upload-artifact@v4
145 uses: actions/upload-artifact@v4
169 uses: actions/checkout@v4
177 uses: actions/cache@v4
213 uses: actions/upload-artifact@v4
Dcodecov.yaml44 uses: actions/checkout@v4
71 uses: zephyrproject-rtos/action-s3-cache@v1.2.0
107 uses: actions/upload-artifact@v4
121 uses: actions/checkout@v4
125 uses: actions/download-artifact@v4
169 uses: actions/upload-artifact@v4
178 uses: codecov/codecov-action@v3
Dbsim-tests-publish.yaml16 uses: dawidd6/action-download-artifact@v2
21 uses: EnricoMi/publish-unit-test-result-action@v2
Dscripts_tests.yml32 uses: actions/checkout@v4
49 uses: actions/setup-python@v4
55 uses: actions/cache@v4
Dtwister_tests.yml36 uses: actions/checkout@v4
38 uses: actions/setup-python@v4
43 uses: actions/cache@v4
Ddaily_test_version.yml20 uses: aws-actions/configure-aws-credentials@v2
31 uses: actions/checkout@v4
Dmanifest.yml11 uses: actions/checkout@v4
29 uses: zephyrproject-rtos/action-manifest@v1.2.2
Ddoc-publish-pr.yml24 uses: dawidd6/action-download-artifact@v2
35 uses: carpentries/actions/check-valid-pr@v0.14.0
52 uses: aws-actions/configure-aws-credentials@v2
/Zephyr-Core-3.6.0/drivers/can/
DKconfig.nxp_s3214 bool "NXP S32 CANXL uses RX FIFO"
17 If this is enabled, NXP S32 CANXL uses RX FIFO.
18 Otherwise NXP S32 CANXL uses RX Message Descriptor.
/Zephyr-Core-3.6.0/tests/drivers/i2s/i2s_api/boards/
Dmimxrt1170_evk_cm7.overlay1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
2 * i2s-node0 is the receiver - uses SAI1 peripheral on RT1170
3 * i2s-node1 is the transmitter - uses SAI4 peripheral
/Zephyr-Core-3.6.0/tests/drivers/i2s/i2s_speed/boards/
Dmimxrt1170_evk_cm7.overlay1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
2 * i2s-node0 is the receiver - uses SAI1 peripheral on RT1170
3 * i2s-node1 is the transmitter - uses SAI4 peripheral
/Zephyr-Core-3.6.0/scripts/net/
DREADME.txt53 * Zephyr uses addresses 192.0.2.1 and 2001:db8::1
54 * Docker net-tools image uses addresses 192.0.2.2 and 2001:db8::2
55 * The Docker bridge interface uses addresses 192.0.2.254 and 2001:db8::254
59 so that the echo_client application always uses addresses ending in .1 and
60 the echo_server application uses those ending in .2. The script does the IP
/Zephyr-Core-3.6.0/samples/drivers/led_xec/
DREADME.rst10 This sample allows to test the Microchip led-xec driver which uses the
16 - BBLED controller 0 uses GPIO 0156.
17 - BBLED controller 1 uses GPIO 0157.
18 - BBLED controller 2 uses GPIO 0153.
22 - BBLED controller 3 uses GPIO 0035
/Zephyr-Core-3.6.0/samples/drivers/virtualization/ivshmem/doorbell/boards/
Dqemu_cortex_a53.conf15 # Additionally, our test also uses malloc
19 # The default ivshmem memory size is 4MB (4194304), but libc uses the arena as well
Dqemu_kvm_arm64.conf15 # Additionally, our test also uses malloc
19 # The default ivshmem memory size is 4MB (4194304), but libc uses the arena as well
/Zephyr-Core-3.6.0/arch/arc/
DKconfig54 If y, the SoC uses an ARC EM4 CPU
60 If y, the SoC uses an ARC EM4 DMIPS CPU
66 If y, the SoC uses an ARC EM4 DMIPS CPU with the single-precision
73 If y, the SoC uses an ARC EM4 DMIPS CPU with single-precision
82 If y, the SoC uses an ARC EM6 CPU
90 If y, the SoC uses an ARC HS3x CPU
98 If y, the SoC uses an HS4X CPU
110 If y, the SoC uses an ARC HS6x CPU
119 If y, the SoC uses an ARC HS6x CPU
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dsystem_threads.rst19 By default, the main thread uses the highest configured preemptible thread
21 threads, the main thread uses the lowest configured cooperative thread
37 The idle thread always uses the lowest configured thread priority.
82 Suggested Uses
/Zephyr-Core-3.6.0/dts/bindings/ipc/
Dzephyr,ipc-icmsg.yaml27 Data cache alignment. If any side of the communication uses cache on
30 If no side of the communication uses data cache this property could be

12345678910>>...40