Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 2700) sorted by relevance

12345678910>>...108

/Zephyr-latest/samples/subsys/pm/latency/
Dsample.yaml14 - "<inf> app: Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"
16 - "<inf> app: Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"
18 - "<inf> app: Sleeping for 1.3 seconds, we should enter STANDBY"
20 - "<inf> app: Setting latency constraint: 30ms"
21 - "<inf> app: Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"
23 - "<inf> app: Sleeping for 1.2 seconds, we should enter SUSPEND_TO_IDLE"
25 - "<inf> app: Sleeping for 1.3 seconds, we should enter SUSPEND_TO_IDLE"
27 - "<inf> app: Opening test device"
29 - "<inf> app: Latency constraint changed: 20ms"
30 - "<inf> app: Sleeping for 1.1 seconds, we should enter RUNTIME_IDLE"
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.c31 /* Tracking of what storage changes are pending for App Keys. We track this in
96 const struct app_key *app; in store_app_key() local
103 app = app_get(app_idx); in store_app_key()
104 if (!app) { in store_app_key()
109 key.net_idx = app->net_idx, in store_app_key()
110 key.updated = app->updated, in store_app_key()
112 memcpy(&key.val[0], &app->keys[0].val, sizeof(struct bt_mesh_key)); in store_app_key()
113 memcpy(&key.val[1], &app->keys[1].val, sizeof(struct bt_mesh_key)); in store_app_key()
179 static void app_key_evt(struct app_key *app, enum bt_mesh_key_evt evt) in app_key_evt() argument
182 cb->evt_handler(app->app_idx, app->net_idx, evt); in app_key_evt()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/
Dcompile.sh15 app=tests/bsim/bluetooth/ll/advx compile
16 app=tests/bsim/bluetooth/ll/advx \
18 app=tests/bsim/bluetooth/ll/advx conf_overlay=overlay-scan_aux_use_chains.conf compile
20 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile
21 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_1ms.conf compile
22 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_tx_defer.conf compile
23 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile
24 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_low_lat.conf compile
25 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_single_timer.conf compile
27 app=tests/bsim/bluetooth/ll/bis compile
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/
DCMakeLists.txt7 target_sources(app PRIVATE src/main.c)
11 app PRIVATE src/unary_q7.c
16 app PRIVATE src/unary_q15.c
21 app PRIVATE src/unary_q31.c
26 app PRIVATE src/unary_f16.c
31 app PRIVATE src/unary_f32.c
36 app PRIVATE src/unary_f64.c
41 app PRIVATE src/binary_q7.c
46 app PRIVATE src/binary_q15.c
51 app PRIVATE src/binary_q31.c
[all …]
/Zephyr-latest/tests/bluetooth/tester/src/audio/
DCMakeLists.txt8 target_sources(app PRIVATE btp_vcp.c)
12 target_sources(app PRIVATE btp_bap_audio_stream.c btp_bap.c )
16 target_sources(app PRIVATE btp_bap_unicast.c)
20 target_sources(app PRIVATE btp_bap_broadcast.c)
24 target_sources(app PRIVATE btp_has.c)
28 target_sources(app PRIVATE btp_csis.c)
32 target_sources(app PRIVATE btp_csip.c)
36 target_sources(app PRIVATE btp_micp.c)
40 target_sources(app PRIVATE btp_aics.c)
44 target_sources(app PRIVATE btp_ccp.c)
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/transform/
DCMakeLists.txt7 target_sources(app PRIVATE src/main.c)
11 app PRIVATE src/cq15.c
16 app PRIVATE src/rq15.c
21 app PRIVATE src/cq31.c
26 app PRIVATE src/rq31.c
31 app PRIVATE src/cf16.c
36 app PRIVATE src/rf16.c
41 app PRIVATE src/cf32.c
46 app PRIVATE src/rf32.c
51 app PRIVATE src/cf64.c
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/
Dcompile.sh13 app=tests/bsim/bluetooth/mesh compile
14 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_pst.conf compile
15 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_gatt.conf compile
16 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_low_lat.conf compile
17 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_psa.conf compile
18 app=tests/bsim/bluetooth/mesh conf_overlay=overlay_workq_sys.conf compile
19 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_pst.conf;overlay_psa.conf" compile
20 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_psa.conf" compile
21 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_gatt.conf;overlay_workq_sys.conf" compile
22 app=tests/bsim/bluetooth/mesh conf_overlay="overlay_low_lat.conf;overlay_psa.conf" compile
[all …]
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py61 def get_page_prefix(app: Sphinx, pagename: str) -> str:
69 app: Sphinx instance.
76 if not os.path.isfile(app.env.doc2path(pagename)):
79 for exclude in app.config.gh_link_exclude:
84 for pattern, prefix in app.config.gh_link_prefixes.items():
92 def gh_link_get_url(app: Sphinx, pagename: str, mode: str = "blob") -> str | None:
96 app: Sphinx instance.
104 page_prefix = get_page_prefix(app, pagename)
110 app.config.gh_link_base_url,
112 app.config.gh_link_version,
[all …]
/Zephyr-latest/tests/benchmarks/thread_metric/
DCMakeLists.txt8 target_sources(app PRIVATE ${app_sources})
9 target_sources_ifdef(CONFIG_TM_BASIC app PRIVATE src/tm_basic_processing_test.c)
10 target_sources_ifdef(CONFIG_TM_COOPERATIVE app PRIVATE src/tm_cooperative_scheduling_test…
11 target_sources_ifdef(CONFIG_TM_INTERRUPT app PRIVATE src/tm_interrupt_processing_test.c)
12 target_sources_ifdef(CONFIG_TM_INTERRUPT_PREEMPTION app PRIVATE src/tm_interrupt_preemption_proces…
13 target_sources_ifdef(CONFIG_TM_MEMORY_ALLOCATION app PRIVATE src/tm_memory_allocation_test.c)
14 target_sources_ifdef(CONFIG_TM_MESSAGE app PRIVATE src/tm_message_processing_test.c)
15 target_sources_ifdef(CONFIG_TM_PREEMPTIVE app PRIVATE src/tm_preemptive_scheduling_test.…
16 target_sources_ifdef(CONFIG_TM_SYNCHRONIZATION app PRIVATE src/tm_synchronization_processing_…
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
Dcompile.sh13 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay.conf compile
14 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first.conf compile
15 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv.conf compile
16 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv_acl_first.conf compile
17 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf compile
18 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group_acl_first.conf compile
19 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-peripheral_cis.conf compile
20 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_2_se.conf compile
21 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_4_se.conf compile
22 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_cen_skip_2_se.conf compile
[all …]
/Zephyr-latest/samples/subsys/logging/multidomain/
Dsample.yaml20 - "app: IPC-service HOST \\[INST 1\\] demo started"
21 - "app: loop: 0"
22 - "app: ipc open"
23 - "app: wait for bound"
24 - "app: bounded"
25 - "app: REMOTE \\[1\\]: 0"
26 - "app: HOST \\[1\\]: 1"
27 - "app: IPC-service HOST \\[INST 1\\] demo ended."
/Zephyr-latest/subsys/bindesc/
DKconfig.version45 bool "App version string"
47 The app version string, such as "1.0.0"
50 bool "App version major"
52 The app major version number, such as 1 in 1.0.0
55 bool "App version minor"
57 The app minor version number, such as 0 in 1.0.0
60 bool "App version patchlevel"
62 The app patchlevel version number, such as 0 in 1.0.0
65 bool "App version number"
67 The app version as binary coded decimal, computed as
[all …]
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DCMakeLists.txt10 target_sources(app PRIVATE src/main.c)
11 target_sources(app PRIVATE src/psa_attestation.c)
12 target_sources(app PRIVATE src/psa_crypto.c)
13 target_sources(app PRIVATE src/shell.c)
14 target_sources(app PRIVATE src/util_app_cfg.c)
15 target_sources(app PRIVATE src/util_app_log.c)
16 target_sources(app PRIVATE src/util_sformat.c)
18 target_include_directories(app PRIVATE
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/
Dcompile.sh13 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
18 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
19 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \
24 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
25 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
29 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
30 app=tests/bsim/bluetooth/audio_samples/cap/acceptor \
34 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
36 app=tests/bsim/bluetooth/audio_samples/cap/initiator \
41 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
[all …]
/Zephyr-latest/tests/kernel/interrupt/
DCMakeLists.txt7 target_include_directories(app PRIVATE
13 target_sources(app PRIVATE
19 target_sources_ifdef(CONFIG_DYNAMIC_INTERRUPTS app PRIVATE src/dynamic_isr.c)
20 target_sources_ifdef(CONFIG_X86 app PRIVATE src/regular_isr.c)
21 target_sources_ifdef(CONFIG_SHARED_INTERRUPTS app PRIVATE src/static_shared_irq.c)
24 target_sources_ifdef(CONFIG_DYNAMIC_INTERRUPTS app PRIVATE src/dynamic_shared_irq.c)
28 target_sources_ifdef(CONFIG_DYNAMIC_INTERRUPTS app PRIVATE src/sw_isr_table.c)
29 target_sources_ifdef(CONFIG_TEST_MULTILEVEL_IRQ app PRIVATE src/multilevel_irq.c)
/Zephyr-latest/samples/modules/lvgl/demos/
DREADME.rst46 .. zephyr-app-commands::
47 :zephyr-app: samples/modules/lvgl/demos
53 .. zephyr-app-commands::
54 :zephyr-app: samples/modules/lvgl/demos
61 .. zephyr-app-commands::
62 :zephyr-app: samples/modules/lvgl/demos
69 .. zephyr-app-commands::
70 :zephyr-app: samples/modules/lvgl/demos
77 .. zephyr-app-commands::
78 :zephyr-app: samples/modules/lvgl/demos
[all …]
/Zephyr-latest/tests/drivers/can/api/
DCMakeLists.txt7 target_sources(app PRIVATE src/common.c)
8 target_sources(app PRIVATE src/classic.c)
9 target_sources(app PRIVATE src/transceiver.c)
10 target_sources(app PRIVATE src/utilities.c)
11 target_sources_ifdef(CONFIG_CAN_FD_MODE app PRIVATE src/canfd.c)
12 target_sources_ifdef(CONFIG_CAN_STATS app PRIVATE src/stats.c)
/Zephyr-latest/samples/net/sockets/echo_server/
DCMakeLists.txt18 add_dependencies(app development_psk)
21 target_sources( app PRIVATE src/echo-server.c)
22 target_sources_ifdef(CONFIG_NET_UDP app PRIVATE src/udp.c)
23 target_sources_ifdef(CONFIG_NET_TCP app PRIVATE src/tcp.c)
24 target_sources_ifdef(CONFIG_NET_VLAN app PRIVATE src/vlan.c)
25 target_sources_ifdef(CONFIG_NET_L2_IPIP app PRIVATE src/tunnel.c)
28 target_sources(app PRIVATE src/usb.c)
32 target_sources(app PRIVATE src/usb.c)
48 app
56 target_sources(app PRIVATE src/ws_console/ws.c)
[all …]
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst20 .. zephyr-app-commands::
21 :zephyr-app: samples/subsys/tracing
29 .. zephyr-app-commands::
30 :zephyr-app: samples/subsys/tracing
47 .. zephyr-app-commands::
48 :zephyr-app: samples/subsys/tracing
56 .. zephyr-app-commands::
57 :zephyr-app: samples/subsys/tracing
86 .. zephyr-app-commands::
87 :zephyr-app: samples/subsys/tracing
[all …]
/Zephyr-latest/samples/drivers/dac/
DREADME.rst26 .. zephyr-app-commands::
27 :zephyr-app: samples/drivers/dac
37 .. zephyr-app-commands::
38 :zephyr-app: samples/drivers/dac
48 .. zephyr-app-commands::
49 :zephyr-app: samples/drivers/dac
59 .. zephyr-app-commands::
60 :zephyr-app: samples/drivers/dac
70 .. zephyr-app-commands::
71 :zephyr-app: samples/drivers/dac
[all …]
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/
D__init__.py8 A simple Sphinx extension that adds JS and CSS resources to the app
22 def setup(app: Sphinx) -> dict[str, Any]:
23 app.config.html_static_path.append(RESOURCES_DIR.as_posix())
25 app.add_js_file("tippy/popper.min.js")
26 app.add_js_file("tippy/tippy-bundle.umd.min.js")
28 app.add_js_file("doxytooltip.js")
29 app.add_css_file("doxytooltip.css")
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/
DCMakeLists.txt8 target_sources(app PRIVATE
15 target_sources_ifdef(CONFIG_CMSIS_DSP_FLOAT16 app PRIVATE
21 target_sources(app PRIVATE
29 target_sources(app PRIVATE
36 target_sources_ifdef(CONFIG_CMSIS_DSP_FLOAT16 app PRIVATE
42 target_sources(app PRIVATE
49 target_sources_ifdef(CONFIG_CMSIS_DSP_FLOAT16 app PRIVATE
/Zephyr-latest/samples/boards/nordic/coresight_stm/
DREADME.rst61 [00:00:00.227,264] <inf> app/app: test with one argument 100
62 [00:00:00.227,265] <inf> app/app: test with one argument 100
64 [00:00:00.585,558] <inf> rad/app: test with one argument 100
65 [00:00:00.585,569] <inf> rad/app: test with one argument 100
67 [00:00:00.624,408] <inf> ppr/app: test with one argument 100
68 [00:00:00.624,433] <inf> ppr/app: test with one argument 100
70 [00:00:00.625,249] <inf> flpr/app: test with one argument 100
71 [00:00:00.625,251] <inf> flpr/app: test with one argument 100
87 app: Timing for log message with 0 arguments: 1.80us
88 app: Timing for log message with 1 argument: 2.0us
[all …]
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/
DCMakeLists.txt13 target_sources(app PRIVATE ${common_sources} ${app_sources})
16 target_include_directories(app PRIVATE
18 target_include_directories(app PRIVATE
20 target_include_directories(app PRIVATE
22 target_include_directories(app PRIVATE
24 target_include_directories(app PRIVATE
26 target_include_directories(app PRIVATE
/Zephyr-latest/tests/drivers/rtc/rtc_api/
DCMakeLists.txt10 target_sources(app PRIVATE
18 target_sources(app PRIVATE
25 target_sources(app PRIVATE
31 target_sources(app PRIVATE
36 target_include_directories(app PRIVATE inc)
38 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)

12345678910>>...108