Home
last modified time | relevance | path

Searched full:sample (Results 1 – 25 of 2969) sorted by relevance

12345678910>>...119

/Zephyr-latest/samples/subsys/usb/common/
DKconfig.sample_usbd9 menu "USB sample options"
13 string "USB device sample manufacturer string"
16 USB device sample manufacturer string.
19 string "USB device sample product string"
20 default "USBD sample"
22 USB device sample product stringa.
25 hex "USB device sample Product ID"
28 USB device sample Product ID.
31 bool "USB device sample Self-powered attribute"
34 Set the Self-powered attribute in the sample configuration.
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/
Dcompile.sh14 sample=${ZEPHYR_BASE}/samples/bluetooth/cap_initiator \
16 conf_file=${sample}/prj.conf \
17 conf_overlay=${sample}/boards/nrf5340_audio_dk_nrf5340_cpuapp.conf \
20 sample=${ZEPHYR_BASE}/samples/bluetooth/cap_acceptor \
22 conf_file=${sample}/prj.conf \
23 conf_overlay=${sample}/boards/nrf5340_audio_dk_nrf5340_cpuapp.conf \
26 sample=${ZEPHYR_BASE}/samples/bluetooth/cap_initiator \
27 conf_file=${sample}/prj.conf \
28 conf_overlay=${sample}/boards/nrf5340_audio_dk_nrf5340_cpuapp.conf \
31 sample=${ZEPHYR_BASE}/samples/bluetooth/cap_acceptor \
[all …]
/Zephyr-latest/samples/subsys/lorawan/class_a/
Dsample.yaml9 sample:
13 sample.lorawan.class_a.as923:
16 sample.lorawan.class_a.au915:
19 sample.lorawan.class_a.cn470:
22 sample.lorawan.class_a.cn779:
25 sample.lorawan.class_a.eu433:
28 sample.lorawan.class_a.eu868:
31 sample.lorawan.class_a.kr920:
34 sample.lorawan.class_a.in865:
37 sample.lorawan.class_a.us915:
[all …]
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst3 Sample Definition and Criteria
9 A sample is a concise Zephyr application that provides an accessible overview of one or
16 Sample Criteria
21 * The primary purpose of a sample is to provide a reference to the user.
27 * If a sample can provide output that can be verified, then output should be evaluated against
28 expected value to have some level of testing for the sample itself.
31 * Although being able to run a sample successfully does verify the
34 :zephyr_file:`tests/` folder. In a sample, the only thing you test is
35 buildability and, in some cases, if a sample is performing as expected, i.e. you
36 are testing the sample, not the subsystem it builds on top.
[all …]
/Zephyr-latest/samples/net/wifi/shell/
Dsample.yaml6 sample:
8 name: WiFi sample app
10 sample.net.wifi:
18 sample.net.wifi.mikroe_wifi_bt_click:
21 sample.net.wifi.esp_8266:
24 sample.net.wifi.esp_8266_arduino:
31 sample.net.wifi.inventek_eswifi_arduino_uart:
38 sample.net.wifi.inventek_eswifi_arduino_spi:
45 sample.net.wifi.nrf70dk:
59 sample.net.wifi.nrf7002ek:
[all …]
/Zephyr-latest/samples/subsys/fs/fs_sample/
Dsample.yaml1 sample:
2 name: Filesystems sample
8 sample.filesystem.fat_fs:
19 sample.filesystem.fat_fs.overlay:
21 sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2:
43 sample.filesystem.fat_fs.nrf52840dk_nrf52840:
46 sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk:
52 sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk_region:
58 sample.filesystem.fat_fs.nrf54l15dk:
61 sample.filesystem.fat_fs.nrf52840dk_nrf52840.qspi:
[all …]
/Zephyr-latest/samples/net/sockets/echo_server/
Dsample.yaml8 sample:
9 description: Test network sockets using a client/server sample
12 sample.net.sockets.echo_server:
24 sample.net.sockets.echo_server.802154:
29 sample.net.sockets.echo_server.802154.rf2xx.xplained:
34 sample.net.sockets.echo_server.802154.rf2xx.xpro:
43 sample.net.sockets.echo_server.802154.rf2xx.legacy:
52 sample.net.sockets.echo_server.802154.rf2xx.arduino:
62 sample.net.sockets.echo_server.802154.rf2xx.mikrobus:
67 sample.net.sockets.echo_server.mcr20a:
[all …]
/Zephyr-latest/samples/philosophers/
Dsample.yaml1 sample:
21 sample.kernel.philosopher: {}
22 sample.kernel.philosopher.same_prio:
24 sample.kernel.philosopher.static:
26 sample.kernel.philosopher.semaphores:
28 sample.kernel.philosopher.stacks:
30 sample.kernel.philosopher.fifos:
32 sample.kernel.philosopher.lifos:
34 sample.kernel.philosopher.preempt_only:
40 sample.kernel.philosopher.coop_only:
/Zephyr-latest/samples/modules/lvgl/demos/
Dsample.yaml1 sample:
2 description: LVGL sample, containing all upstream demos
24 sample.modules.lvgl.demo_music:
27 sample.modules.lvgl.demo_benchmark:
31 sample.modules.lvgl.demo_stress:
34 sample.modules.lvgl.demo_widgets:
37 sample.modules.lvgl.demo_flex_layout:
40 sample.modules.lvgl.demo_keypad_encoder:
43 sample.modules.lvgl.demo_render:
46 sample.modules.lvgl.demo_scroll:
[all …]
/Zephyr-latest/samples/net/sockets/echo_client/
Dsample.yaml8 sample:
9 description: Test network sockets using a client/server sample
12 sample.net.sockets.echo_client:
21 sample.net.sockets.echo_client.802154:
24 sample.net.sockets.echo_client.802154.rf2xx:
27 sample.net.sockets.echo_client.802154.rf2xx.xplained:
32 sample.net.sockets.echo_client.802154.rf2xx.xpro:
41 sample.net.sockets.echo_client.802154.rf2xx.legacy:
50 sample.net.sockets.echo_client.802154.rf2xx.arduino:
60 sample.net.sockets.echo_client.802154.rf2xx.mikrobus:
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/ccp/
Dcompile.sh14 sample=${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_server \
15 conf_file=${sample}/prj.conf \
16 conf_overlay=${sample}/boards/nrf5340_audio_dk_nrf5340_cpuapp.conf \
19 sample=${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_client \
20 conf_file=${sample}/prj.conf \
21 conf_overlay=${sample}/boards/nrf5340_audio_dk_nrf5340_cpuapp.conf \
25 sample=${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_server \
26 conf_file=${sample}/prj.conf \
27 conf_overlay=${sample}/overlay-bt_ll_sw_split.conf \
30 sample=${ZEPHYR_BASE}/samples/bluetooth/ccp_call_control_client \
[all …]
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
Dsample.yaml10 sample:
14 sample.net.hawkbit.default: {}
15 sample.net.hawkbit.manual:
18 sample.net.hawkbit.shell:
22 sample.net.hawkbit.ddi.target:
26 sample.net.hawkbit.ddi.gateway:
30 sample.net.hawkbit.tls:
34 sample.net.hawkbit.set_settings_runtime:
37 sample.net.hawkbit.save_progress:
/Zephyr-latest/samples/drivers/display/
Dsample.yaml1 sample:
2 description: Sample application for displays
5 sample.display.sdl:
10 sample.display.dummy:
23 - "Display sample for (.*)"
24 sample.display.g1120b0mipi:
38 - "sample: Display sample for (.*)"
40 - "Display sample test mode done (.*)"
41 sample.display.builtin:
42 # This test case is intended to insure that this sample builds & runs
[all …]
/Zephyr-latest/samples/basic/hash_map/
Dsample.yaml5 sample:
6 description: System Hashmap sample
7 name: System Hashmap sample
23 sample.libraries.hash_map.minimal.separate_chaining.djb2:
29 sample.libraries.hash_map.minimal.open_addressing.djb2:
36 sample.libraries.hash_map.newlib.separate_chaining.djb2:
43 sample.libraries.hash_map.newlib.open_addressing.djb2:
50 sample.libraries.hash_map.newlib.cxx_unordered_map.djb2:
59 sample.libraries.hash_map.picolibc.separate_chaining.djb2:
65 sample.libraries.hash_map.picolibc.open_addressing.djb2:
/Zephyr-latest/samples/subsys/fs/littlefs/
Dsample.yaml1 sample:
2 name: littlefs filesystem sample
8 sample.filesystem.littlefs:
35 sample.filesystem.littlefs.blk:
42 sample.filesystem.littlefs.nrf52840dk_spi:
48 sample.filesystem.littlefs.nrf52840dk_qspi:
54 sample.filesystem.littlefs.stm32h747i_disco_m7_blk:
62 sample.filesystem.littlefs.nucleo_h743zi_qspi:
67 sample.filesystem.littlefs.nucleo_h743zi_blk:
73 sample.filesystem.littlefs.stm32l562e_dk_ospi:
[all …]
/Zephyr-latest/samples/bluetooth/hap_ha/
Dsample.yaml1 sample:
2 description: Bluetooth HAP Hearing Aid sample
3 name: Bluetooth HAP Hearing Aid sample
5 sample.bluetooth.hap_ha.monaural:
11 sample.bluetooth.hap_ha.monaural_no_presets:
19 sample.bluetooth.hap_ha.banded:
26 sample.bluetooth.hap_ha.binaural:
/Zephyr-latest/samples/net/zperf/
Dsample.yaml8 sample:
12 sample.net.zperf:
15 sample.net.zperf_st:
29 sample.net.zperf_no_shell:
34 sample.net.zperf.netusb_ecm:
46 sample.net.zperf.device_next_ecm:
59 sample.net.zperf.device_next_ncm:
72 sample.net.zperf.netusb_eem:
87 sample.net.zperf.netusb_rndis:
102 sample.net.zperf.shield:
[all …]
/Zephyr-latest/samples/basic/minimal/
Dsample.yaml1 sample:
2 description: minimal sample, the smallest possible Zephyr application
12 sample.minimal.mt.arm:
23 sample.minimal.mt-no-preempt.arm:
34 sample.minimal.mt-no-preempt-no-timers.arm:
45 sample.minimal.no-mt.arm:
56 sample.minimal.no-mt-no-timers.arm:
67 sample.minimal.mt.x86:
71 sample.minimal.mt-no-preempt.x86:
75 sample.minimal.mt-no-preempt-no-timers.x86:
[all …]
/Zephyr-latest/samples/subsys/shell/shell_module/
Dsample.yaml1 sample:
2 name: Shell Sample
6 sample.shell.shell_module:
15 sample.shell.shell_module.usb:
27 sample.shell.shell_module.minimal:
34 sample.shell.shell_module.getopt:
43 sample.shell.shell_module.minimal_rtt:
50 sample.shell.shell_module.bt:
65 sample.shell.shell_module.login:
73 sample.shell.shell_module.robot:
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst1 .. zephyr:code-sample:: openamp-rsc-table
13 * `Linux rpmsg client sample <https://elixir.bootlin.com/linux/latest/source/samples/rpmsg/rpmsg_cl…
16 This sample implementation is compatible with platforms that embed
30 Running the client sample
52 …[ 44.625407] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: new channel: 0x401 -> 0x40…
53 …[ 44.631401] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: incoming msg 1 (src: 0x400)
54 …[ 44.640614] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: incoming msg 2 (src: 0x400)
56 …[ 45.152269] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: incoming msg 99 (src: 0x40…
57 …[ 45.157678] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: incoming msg 100 (src: 0x4…
58 [ 45.158822] rpmsg_client_sample virtio0.rpmsg-client-sample.-1.1024: goodbye!
[all …]
/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394_async.c56 (int16_t)((uint16_t)data->sample.x_l | (uint16_t)(data->sample.x_h << 8)); in mlx90394_async_fetch()
60 (int16_t)((uint16_t)data->sample.y_l | (uint16_t)(data->sample.y_h << 8)); in mlx90394_async_fetch()
64 (int16_t)((uint16_t)data->sample.z_l | (uint16_t)(data->sample.z_h << 8)); in mlx90394_async_fetch()
67 edata->readings[3] = (int16_t)((uint16_t)data->sample.temp_l | in mlx90394_async_fetch()
68 (uint16_t)(data->sample.temp_h << 8)); in mlx90394_async_fetch()
72 (int16_t)((uint16_t)data->sample.x_l | (uint16_t)(data->sample.x_h << 8)); in mlx90394_async_fetch()
74 (int16_t)((uint16_t)data->sample.y_l | (uint16_t)(data->sample.y_h << 8)); in mlx90394_async_fetch()
76 (int16_t)((uint16_t)data->sample.z_l | (uint16_t)(data->sample.z_h << 8)); in mlx90394_async_fetch()
80 (int16_t)((uint16_t)data->sample.x_l | (uint16_t)(data->sample.x_h << 8)); in mlx90394_async_fetch()
82 (int16_t)((uint16_t)data->sample.y_l | (uint16_t)(data->sample.y_h << 8)); in mlx90394_async_fetch()
[all …]
/Zephyr-latest/samples/modules/thrift/hello/server/
Dsample.yaml1 sample:
2 description: Hello Thrift server sample
8 - sample
19 sample.thrift.hello.server.binaryProtocol: {}
20 sample.thrift.hello.server.compactProtocol:
23 sample.thrift.hello.server.tlsTransport:
/Zephyr-latest/samples/modules/thrift/hello/client/
Dsample.yaml1 sample:
2 description: Hello Thrift client sample
8 - sample
19 sample.thrift.hello.client.binaryProtocol: {}
20 sample.thrift.hello.client.compactProtocol:
23 sample.thrift.hello.client.tlsTransport:
/Zephyr-latest/doc/templates/
Dsample.tmpl1 .. zephyr:code-sample:: a_unique_id_for_the_sample
2 :name: A descriptive short name for the sample
3 :relevant-api: space-separated list of Doxygen groups of APIs this sample is a good showcase of
5 Short text description of the sample. It is recommended to word this as if you were completing
6 the sentence "This code sample shows how to ...").
10 [A longer description about the sample and what it does]
25 [ How to build the sample and how to run it. Pointers to where to find the
26 sample in the source tree and how to configure it and run it for a specific
29 [When showing code-blocks with sample build command instructions, use the
/Zephyr-latest/samples/drivers/crypto/
Dsample.yaml1 sample:
10 sample.drivers.crypto.tinycrypt:
19 - ".*: Cipher Sample"
24 sample.drivers.crypto.mbedtls:
33 - ".*: Cipher Sample"
38 sample.drivers.crypto.stm32:
47 - ".*: Cipher Sample"
54 sample.drivers.crypto.mcux_dcp:
63 - ".*: Cipher Sample"
68 sample.drivers.crypto.si32:
[all …]

12345678910>>...119