Home
last modified time | relevance | path

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

12345678910>>...70

/Zephyr-latest/samples/drivers/uart/native_tty/
DREADME.rst12 dongle and reading it from the other."
55 Device uart sent: "Hello from device uart, num 9"
56 Device uart2 received: "Hello from device uart, num 9"
57 Device uart sent: "Hello from device uart, num 8"
58 Device uart2 received: "Hello from device uart, num 8"
59 Device uart sent: "Hello from device uart, num 7"
60 Device uart2 received: "Hello from device uart, num 7"
61 Device uart sent: "Hello from device uart, num 6"
62 Device uart2 received: "Hello from device uart, num 6"
63 Device uart sent: "Hello from device uart, num 5"
[all …]
/Zephyr-latest/modules/hal_ambiq/
DKconfig16 Use the ADC driver from Ambiq HAL
21 Use the GPIO driver from Ambiq HAL
26 Use the STIMER driver from Ambiq HAL
31 Use the TIMER driver from Ambiq HAL
36 Use the WDT driver from Ambiq HAL
41 Use the I2C driver from Ambiq HAL
46 Use the SPI Controller driver from Ambiq HAL
51 Use the SPI Device driver from Ambiq HAL
56 Use the MSPI driver from Ambiq HAL
61 Use the HWINFO driver from Ambiq HAL
[all …]
/Zephyr-latest/modules/hal_rpi_pico/
DKconfig10 Use the UART driver from pico-sdk
15 Use the GPIO driver from pico-sdk
20 Use the flash driver from pico-sdk
25 Use the PWM driver from pico-sdk
30 Use the ADC driver from pico-sdk
35 Use the DMA driver from pico-sdk
41 Use the PIO driver from pico-sdk
46 Use the "claim" driver from pico-sdk
51 Use the TIMER driver from pico-sdk
56 Use the RTC driver from pico-sdk
/Zephyr-latest/doc/services/debugging/
Dthread-analyzer.rst26 information from Thread Analyzer::
29 thread_a: Hello World from cpu 0 on qemu_x86!
35 thread_b: Hello World from cpu 0 on qemu_x86!
36 thread_a: Hello World from cpu 0 on qemu_x86!
37 thread_b: Hello World from cpu 0 on qemu_x86!
38 thread_a: Hello World from cpu 0 on qemu_x86!
39 thread_b: Hello World from cpu 0 on qemu_x86!
40 thread_a: Hello World from cpu 0 on qemu_x86!
41 thread_b: Hello World from cpu 0 on qemu_x86!
42 thread_a: Hello World from cpu 0 on qemu_x86!
[all …]
/Zephyr-latest/boards/qemu/xtensa/doc/
Dindex.rst27 threadA: Hello World from xtensa!
28 threadB: Hello World from xtensa!
29 threadA: Hello World from xtensa!
30 threadB: Hello World from xtensa!
31 threadA: Hello World from xtensa!
32 threadB: Hello World from xtensa!
33 threadA: Hello World from xtensa!
34 threadB: Hello World from xtensa!
35 threadA: Hello World from xtensa!
36 threadB: Hello World from xtensa!
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/
DREADME.rst4 Use timers and message queues from CMSIS RTOS v1 API to synchronize threads.
33 Read from message queue: 5
36 Read from message queue: 6
39 Read from message queue: 7
42 Read from message queue: 8
45 Read from message queue: 9
48 Read from message queue: 10
51 Read from message queue: 11
54 Read from message queue: 12
57 Read from message queue: 13
[all …]
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/
DREADME.rst4 Use timers and message queues from CMSIS RTOS v2 API to synchronize threads.
33 Read from message queue: 5
36 Read from message queue: 6
39 Read from message queue: 7
42 Read from message queue: 8
45 Read from message queue: 9
48 Read from message queue: 10
51 Read from message queue: 11
54 Read from message queue: 12
57 Read from message queue: 13
[all …]
/Zephyr-latest/boards/qemu/riscv32_xip/doc/
Dindex.rst33 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
34 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
35 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
36 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
37 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
38 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
39 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
40 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
41 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
42 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
[all …]
/Zephyr-latest/boards/qemu/riscv32e/doc/
Dindex.rst34 thread_a: Hello World from cpu 0 on qemu_riscv32e!
35 thread_b: Hello World from cpu 0 on qemu_riscv32e!
36 thread_a: Hello World from cpu 0 on qemu_riscv32e!
37 thread_b: Hello World from cpu 0 on qemu_riscv32e!
38 thread_a: Hello World from cpu 0 on qemu_riscv32e!
39 thread_b: Hello World from cpu 0 on qemu_riscv32e!
40 thread_a: Hello World from cpu 0 on qemu_riscv32e!
41 thread_b: Hello World from cpu 0 on qemu_riscv32e!
42 thread_a: Hello World from cpu 0 on qemu_riscv32e!
43 thread_b: Hello World from cpu 0 on qemu_riscv32e!
[all …]
/Zephyr-latest/tests/kernel/workq/work_queue/
DREADME.txt36 - Submitting work 1 from preempt thread
38 - Submitting work 2 from coop thread
39 - Submitting work 3 from preempt thread
40 - Submitting work 4 from coop thread
42 - Submitting work 5 from preempt thread
43 - Submitting work 6 from coop thread
62 - Submitting delayed work 1 from preempt thread
63 - Submitting delayed work 3 from preempt thread
64 - Submitting delayed work 5 from preempt thread
66 - Submitting delayed work 2 from coop thread
[all …]
/Zephyr-latest/boards/qemu/leon3/doc/
Dindex.rst34 threadA: Hello World from qemu_leon3!
35 threadB: Hello World from qemu_leon3!
36 threadA: Hello World from qemu_leon3!
37 threadB: Hello World from qemu_leon3!
38 threadA: Hello World from qemu_leon3!
39 threadB: Hello World from qemu_leon3!
40 threadA: Hello World from qemu_leon3!
41 threadB: Hello World from qemu_leon3!
42 threadA: Hello World from qemu_leon3!
43 threadB: Hello World from qemu_leon3!
/Zephyr-latest/boards/qemu/riscv32/doc/
Dindex.rst34 threadA: Hello World from riscv32!
35 threadB: Hello World from riscv32!
36 threadA: Hello World from riscv32!
37 threadB: Hello World from riscv32!
38 threadA: Hello World from riscv32!
39 threadB: Hello World from riscv32!
40 threadA: Hello World from riscv32!
41 threadB: Hello World from riscv32!
42 threadA: Hello World from riscv32!
43 threadB: Hello World from riscv32!
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c150 const char *from = from_path.path; in check_rename() local
207 TC_PRINT("%s => %s -ENOENT\n", from, to); in check_rename()
208 zassert_equal(fs_rename(from, to), in check_rename()
216 TC_PRINT("%s => %s ok\n", from, to); in check_rename()
217 zassert_equal(fs_rename(from, to), in check_rename()
228 TC_PRINT("%s => %s clobber ok\n", from, to); in check_rename()
229 zassert_equal(fs_rename(from, to), in check_rename()
232 zassert_equal(fs_stat(from, &stat), in check_rename()
243 TC_PRINT("%s => %s move ok\n", from, to); in check_rename()
244 zassert_equal(fs_rename(from, to), in check_rename()
[all …]
/Zephyr-latest/samples/boards/nordic/system_off/
DKconfig11 bool "Use button to wake up device from system off"
14 Enable system off wakeup from pressing sw0 button.
17 bool "Use GRTC to wake up device from system off"
19 Enable system off wakeup from GRTC.
22 bool "Use COMP to wake up device from system off"
24 Enable system off wakeup from analog comparator.
/Zephyr-latest/boards/qemu/riscv64/doc/
Dindex.rst43 threadA: Hello World from riscv64!
44 threadB: Hello World from riscv64!
45 threadA: Hello World from riscv64!
46 threadB: Hello World from riscv64!
47 threadA: Hello World from riscv64!
48 threadB: Hello World from riscv64!
49 threadA: Hello World from riscv64!
50 threadB: Hello World from riscv64!
51 threadA: Hello World from riscv64!
52 threadB: Hello World from riscv64!
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst9 * Time to switch from ISR back to interrupted thread
10 * Time from ISR to executing a different thread (rescheduled)
20 * Time it takes to retrieve data from a fifo.LIFO
26 * Time it takes to push and pop to/from a k_stack
27 * Measure average time to alloc memory from heap then free that memory
63 …isr.resume.interrupted.thread.kernel - Return from ISR to interrupted thread : …
64 …isr.resume.different.thread.kernel - Return from ISR to another thread : …
65 …thread.create.kernel.from.kernel - Create thread : …
66 …thread.start.kernel.from.kernel - Start thread : …
67 …thread.suspend.kernel.from.kernel - Suspend thread : …
[all …]
/Zephyr-latest/samples/userspace/hello_world_user/
DREADME.rst4 Print a simple "Hello World" from userspace.
9 prints 'Hello World from UserSpace!' to the console.
10 If unavailable or unconfigured then 'Hello World from privileged mode.'
21 This project outputs 'Hello World from UserSpace!' to the console.
36 Hello World from UserSpace! qemu_riscv32
/Zephyr-latest/boards/qemu/cortex_r5/doc/
Dindex.rst78 threadA: Hello World from qemu_cortex_r5!
79 threadB: Hello World from qemu_cortex_r5!
80 threadA: Hello World from qemu_cortex_r5!
81 threadB: Hello World from qemu_cortex_r5!
82 threadA: Hello World from qemu_cortex_r5!
83 threadB: Hello World from qemu_cortex_r5!
84 threadA: Hello World from qemu_cortex_r5!
85 threadB: Hello World from qemu_cortex_r5!
86 threadA: Hello World from qemu_cortex_r5!
87 threadB: Hello World from qemu_cortex_r5!
/Zephyr-latest/boards/qemu/malta/doc/
Dindex.rst72 thread_a: Hello World from cpu 0 on qemu_malta!
73 thread_b: Hello World from cpu 0 on qemu_malta!
74 thread_a: Hello World from cpu 0 on qemu_malta!
75 thread_b: Hello World from cpu 0 on qemu_malta!
76 thread_a: Hello World from cpu 0 on qemu_malta!
77 thread_b: Hello World from cpu 0 on qemu_malta!
78 thread_a: Hello World from cpu 0 on qemu_malta!
79 thread_b: Hello World from cpu 0 on qemu_malta!
80 thread_a: Hello World from cpu 0 on qemu_malta!
81 thread_b: Hello World from cpu 0 on qemu_malta!
/Zephyr-latest/boards/qemu/cortex_m0/doc/
Dindex.rst78 threadA: Hello World from arm!
79 threadB: Hello World from arm!
80 threadA: Hello World from arm!
81 threadB: Hello World from arm!
82 threadA: Hello World from arm!
83 threadB: Hello World from arm!
84 threadA: Hello World from arm!
85 threadB: Hello World from arm!
86 threadA: Hello World from arm!
87 threadB: Hello World from arm!
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/
DREADME.rst24 Wake from Light Sleep
25 Wake from Deep Sleep
27 Wake from Light Sleep
29 Wake from Deep Sleep
/Zephyr-latest/cmake/sca/eclair/ECL/
Ddb_generation.ecl3 # NEEDED: set the variable for the binary output directory from the environment
7 # NEEDED: set the variable for the ECLAIR project database from the environment
11 # NEEDED: set the variable for the output directory from the environment
22 # NEEDED: generate the ecd from frame files
/Zephyr-latest/snippets/nordic-flpr/
DREADME.rst3 Nordic FLPR snippet with execution from SRAM (nordic-flpr)
10 (Fast Lightweight Peripheral Processor) from application core.
11 FLPR code is to be executed from SRAM, so the FLPR image must be built
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst31 The values above and below are from emulated qemu_x86 board and UDP traffic
33 The TX time tells how long it took for network packet from its creation to
34 when it was sent to the network. The RX time tells the time from its creation
54 took for a network packet to go from previous state to next.
60 * Packet is about to be placed to transmit queue. The time it took from network
62 * The correct TX thread is invoked, and the packet is read from the transmit
63 queue. It took **15** microseconds from previous state.
65 network packet. It took **23** microseconds from previous state.
74 * Packet is about to be placed to receive queue. The time it took from network
76 * The correct RX thread is invoked, and the packet is read from the receive
[all …]
/Zephyr-latest/tests/kernel/context/
DREADME.txt21 - Called from an ISR (interrupted a task)
22 - Called from an ISR (interrupted a thread)
23 - Called from a task
24 - Called from a thread
27 - Called from an ISR that interrupted a task
28 - Called from an ISR that interrupted a thread
29 - Called from a task
30 - Called from a thread
87 Testing k_current_get() from an ISR and task
88 Testing k_is_in_isr() from an ISR
[all …]

12345678910>>...70