Home
last modified time | relevance | path

Searched full:demo (Results 1 – 25 of 214) sorted by relevance

123456789

/Zephyr-latest/samples/modules/lvgl/demos/
DKconfig5 prompt "LVGL demo to build"
8 Demo application to build.
11 bool "LVGL music demo"
14 Build music player demo application.
17 bool "LVGL benchmark demo"
21 Build benchmarking demo application.
24 bool "LVGL stress demo"
27 Build stress testing demo application.
30 bool "LVGL widgets demo"
33 Build widgets demo application.
[all …]
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/
DREADME.rst32 IPC-service HOST [INST 0 - ENDP A] demo started
33 IPC-service HOST [INST 0 - ENDP B] demo started
34 IPC-service HOST [INST 1] demo started
41 IPC-service HOST [INST 0 - ENDP A] demo ended.
43 IPC-service HOST [INST 0 - ENDP B] demo ended.
45 IPC-service HOST [INST 1] demo ended.
50 IPC-service REMOTE [INST 0 - ENDP A] demo started
51 IPC-service REMOTE [INST 0 - ENDP B] demo started
52 IPC-service REMOTE [INST 1] demo started
57 IPC-service REMOTE [INST 0 - ENDP A] demo ended.
[all …]
Dsample.yaml9 - "IPC-service HOST \\[INST 0 - ENDP A\\] demo started"
10 - "IPC-service HOST \\[INST 0 - ENDP B\\] demo started"
11 - "IPC-service HOST \\[INST 1\\] demo started"
12 - "IPC-service HOST \\[INST 0 - ENDP A\\] demo ended\\."
13 - "IPC-service HOST \\[INST 0 - ENDP B\\] demo ended\\."
14 - "IPC-service HOST \\[INST 1\\] demo ended\\."
/Zephyr-latest/samples/drivers/led/pwm/
DKconfig5 int "Blinking delay for short cycle demo"
10 If set to 0, the short-cycle blinking demo will not be performed.
13 int "Blinking delay for long cycle demo"
18 If set to 0, the long-cycle blinking demo will not be performed.
21 int "Delay time for fade demo"
24 Specifies the delay in milliseconds for the fade demo of the
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/
Dsample.yaml20 - "host: IPC-service HOST demo started"
25 - "host: IPC-service HOST demo ended"
39 - "host: IPC-service HOST demo started"
44 - "host: IPC-service HOST demo ended"
63 - "I: IPC-service HOST demo started"
68 - "I: IPC-service HOST demo ended"
85 - "host: IPC-service HOST demo started"
90 - "host: IPC-service HOST demo ended"
109 - "host: IPC-service HOST demo started"
114 - "host: IPC-service HOST demo ended"
[all …]
DREADME.rst37 [00:00:00.415,985] <inf> host: IPC-service HOST demo started
48 [00:00:02.924,224] <inf> host: IPC-service HOST demo ended
54 [00:00:00.006,256] <inf> remote: IPC-service REMOTE demo started
59 [00:00:01.417,602] <inf> remote: IPC-service REMOTE demo ended
61 [00:00:00.006,256] <inf> remote: IPC-service REMOTE demo started
65 [00:00:01.006,195] <inf> remote: IPC-service REMOTE demo ended
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
Dsample.yaml22 - "IPC-service HOST \\[INST 0 - ENDP A\\] demo started"
23 - "IPC-service HOST \\[INST 0 - ENDP B\\] demo started"
24 - "IPC-service HOST \\[INST 1\\] demo started"
25 - "IPC-service HOST \\[INST 0 - ENDP A\\] demo ended\\."
26 - "IPC-service HOST \\[INST 0 - ENDP B\\] demo ended\\."
27 - "IPC-service HOST \\[INST 1\\] demo ended\\."
DREADME.rst73 IPC-service HOST [INST 0 - ENDP A] demo started
74 IPC-service HOST [INST 0 - ENDP B] demo started
75 IPC-service HOST [INST 1] demo started
87 IPC-service REMOTE [INST 0 - ENDP A] demo started
88 IPC-service REMOTE [INST 0 - ENDP B] demo started
89 IPC-service REMOTE [INST 1] demo started
/Zephyr-latest/samples/boards/nordic/system_off/
Dsample.yaml23 - "system off demo"
43 - "system off demo"
63 - "system off demo"
66 - "system off demo"
69 - "system off demo"
87 - "system off demo"
93 - "system off demo"
112 - "system off demo"
115 - "system off demo"
118 - "system off demo"
[all …]
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
DREADME.rst58 RPMsg Service [master] demo started
64 RPMsg Service demo ended.
72 RPMsg Service [remote] demo started
78 RPMsg Service demo ended.
110 RPMsg Service [master] demo started
116 RPMsg Service demo ended.
124 RPMsg Service [remote] demo started
130 RPMsg Service demo ended.
147 RPMsg Service [master] demo started
153 RPMsg Service demo ended.
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_empty.c13 * This is just a demo of the test framework facilities
28 bs_trace_error_line("test: empty demo test finished " in test_empty_tick()
38 printk("A silly demo thread. Iteration %i\n", i++); in test_empty_thread()
61 .test_descr = "demo empty test (it just fails after 500ms)",
/Zephyr-latest/samples/philosophers/src/
Dmain.c10 * Dining philosophers demo
12 * The demo can be configured to use different object types for its
16 * By default, the demo uses MUTEXES.
18 * The demo can also be configured to work with static objects or dynamic
22 * By default, the demo uses dynamic objects.
24 * The demo can be configured to work with threads of the same priority or
30 * By default, the demo uses different priorities.
32 * The number of threads is set via NUM_PHIL. The demo has only been tested
55 /* control the behaviour of the demo **/
83 /* end - control behaviour of the demo */
[all …]
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c10 * Dining philosophers demo
12 * The demo can be configured to use SEMAPHORES or MUTEXES as object types for its
16 * By default, the demo uses MUTEXES.
18 * The demo can be configured to work with threads of the same priority or
22 * By default, the demo uses different priorities.
24 * The number of threads is set via NUM_PHIL. The demo has only been tested
47 /* control the behaviour of the demo **/
68 /* end - control behaviour of the demo */
206 "Demo Description\n" \
/Zephyr-latest/samples/net/lwm2m_client/
DREADME.rst30 - Leshan Demo Server (https://eclipse.org/leshan/)
71 Download and run the latest build of the Leshan Demo Server:
75 …$ wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
76 $ java -jar ./leshan-server-demo.jar -wp 8080
90 The sample will start and automatically connect to the Leshan Demo Server with
112 Setup DTLS security in Leshan Demo Server:
114 1. Open up the Leshan Demo Server web UI
130 run the Leshan Demo Bootstrap Server:
134 …wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.jar
135 $ java -jar ./leshan-bsserver-demo.jar -wp 8888 -lp 5783 -slp 5784
[all …]
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c10 * Dining philosophers demo
12 * The demo can be configured to use SEMAPHORES or MUTEXES as object types for its
16 * By default, the demo uses MUTEXES.
18 * The demo can be configured to work with threads of the same priority or
22 * By default, the demo uses different priorities.
24 * The number of threads is set via NUM_PHIL. The demo has only been tested
43 /* control the behaviour of the demo **/
64 /* end - control behaviour of the demo */
234 "Demo Description\n" \
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/
Dtestcase.yaml13 mgmt.mcumgr.handler.demo:
19 mgmt.mcumgr.handler.demo.module:
/Zephyr-latest/samples/basic/threads/
Dsample.yaml2 description: A basic demo to showcase multi-threading using K_THREAD_DEFINE
3 name: Basic Thread Demo
/Zephyr-latest/samples/subsys/usb/webusb/
DREADME.rst52 Follow these steps to run the demo on your host system:
68 * Using Chrome browser go to :doc:`demo`
70 * Host the demo page locally: Start a web server
83 to open demo page.
90 The demo app will receive the same text from the device and display it in
/Zephyr-latest/boards/arduino/nano_33_ble/support/
Dstartup.cmm49 IF OS.FILE("~~/demo/arm/kernel/zephyr/v2-x/zephyr.t32")&&OS.FILE("~~/demo/arm/kernel/zephyr/v2-x/ze…
51 TASK.CONFIG ~~/demo/arm/kernel/zephyr/v2-x/zephyr.t32
52 MENU.ReProgram ~~/demo/arm/kernel/zephyr/v2-x/zephyr.men
/Zephyr-latest/samples/subsys/logging/multidomain/
Dsample.yaml20 - "app: IPC-service HOST \\[INST 1\\] demo started"
27 - "app: IPC-service HOST \\[INST 1\\] demo ended."
/Zephyr-latest/samples/subsys/logging/dictionary/src/
Dmain.c80 LOG_ERR("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()
81 LOG_WRN("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()
82 LOG_INF("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()
83 LOG_DBG("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst84 demo device devmem
90 uart:~$ demo
91 demo - Demo commands
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md1 # LwM2M Interoperability tests using Leshan demo server
4 the Twister's Pytest integration to run testcases against Leshan demo server.
54 * Leshan demo server REST API must be reachable from localhost.
61 …e from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
62 …from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.jar
66 java -jar ./leshan-server-demo.jar -wp 8080 -vv
67 java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081
75 if [ ! -f leshan-server-demo.jar ]; then
76 … wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar
79 if [ ! -f leshan-bsserver-demo.jar ]; then
[all …]
/Zephyr-latest/samples/subsys/ipc/openamp/
DREADME.rst76 OpenAMP[master] demo started
82 OpenAMP demo ended.
90 OpenAMP[remote] demo started
96 OpenAMP demo ended.
/Zephyr-latest/tests/subsys/logging/dictionary/src/
Dmain.c93 LOG_ERR("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()
94 LOG_WRN("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()
95 LOG_INF("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()
96 LOG_DBG("demo %s", argc > 1 ? argv[1] : ""); in rt_demo_cmd()

123456789