Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 2542) sorted by relevance

12345678910>>...102

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.c96 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()
188 struct app_key *app = NULL; in app_key_alloc() local
[all …]
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py61 def get_page_prefix(app: Sphinx, pagename: str) -> str:
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:
104 page_prefix = get_page_prefix(app, pagename)
110 app.config.gh_link_base_url,
112 app.config.gh_link_version,
114 str(app.env.doc2path(pagename, False)),
119 def gh_link_get_open_issue_url(app: Sphinx, pagename: str, sha1: str) -> str | None:
[all …]
Dhtml_redirects.py54 def setup(app): argument
55 app.add_config_value('html_redirect_pages', [], 'html')
56 app.connect('build-finished', create_redirect_pages)
66 def create_redirect_pages(app, exception): argument
67 if not isinstance(app.builder, StandaloneHTMLBuilder):
70 for (old_url, new_url) in app.config.html_redirect_pages:
76 if new_url not in app.env.all_docs and not any(
77 old == new_url for (old, _) in app.config.html_redirect_pages
84 new_url = app.builder.get_relative_uri(old_url, new_url)
85 out_file = app.builder.get_outfilename(old_url)
Ddoxyrunner.py337 def doxygen_build(app: Sphinx) -> None:
344 if app.config.doxyrunner_outdir:
345 outdir = Path(app.config.doxyrunner_outdir)
347 outdir = Path(app.outdir) / "_doxygen"
354 app.config.doxyrunner_doxyfile,
356 app.config.doxyrunner_silent,
357 app.config.doxyrunner_fmt,
358 app.config.doxyrunner_fmt_pattern,
359 app.config.doxyrunner_fmt_vars,
360 app.config.doxyrunner_outdir_var,
[all …]
Dapi_overview.py43 def visit_group(app, group, all_groups, rows, indent=0): argument
67 url_base = Path(app.config.api_overview_doxygen_base_url)
97 app, get_group(innergroup, all_groups), all_groups, rows, indent + 6
112 def generate_table(app, toplevel, groups): argument
131 visit_group(app, t, groups, rows)
140 def sync_contents(app: Sphinx) -> None:
141 if app.config.doxyrunner_outdir:
142 doxygen_out_dir = Path(app.config.doxyrunner_outdir)
144 doxygen_out_dir = Path(app.outdir) / "_doxygen"
146 if not app.env.doxygen_input_changed:
[all …]
Ddoxybridge.py76 entry = self.app.env.doxybridge_cache.get(reftype)
85 id = self.app.env.doxybridge_cache.get("macro").get(reftarget)
97 doxygen_target = str(self.app.config.doxybridge_dir) + "/html/" + doxygen_target
101 self.app.outdir,
102 os.path.relpath(doc_dir, self.app.srcdir),
112 title = self.app.env.doxybridge_group_titles.get(reftarget, "group")
181 def parse_index(app: Sphinx, inDirName):
193 app.env.doxybridge_cache.setdefault(kind, {}).update(data)
194 app.env.doxybridge_group_titles.update(group_titles)
197 def doxygen_parse(app: Sphinx) -> None:
[all …]
Dexternal_content.py94 def sync_contents(app: Sphinx) -> None:
101 srcdir = Path(app.srcdir).resolve()
106 for k in app.config.external_content_keep
111 for content in app.config.external_content_contents:
137 app.config.external_content_directives,
138 app.config.source_encoding,
149 app.config.external_content_directives,
150 app.config.source_encoding,
164 def setup(app: Sphinx) -> dict[str, Any]:
165 app.add_config_value("external_content_contents", [], "env")
[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/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/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/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/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/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/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/doc/_extensions/zephyr/doxytooltip/
D__init__.py22 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/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/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/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/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/
Dcompile.sh13 app=samples/bluetooth/bap_broadcast_source sysbuild=1 compile
14 app=tests/bsim/bluetooth/audio_samples/bap_broadcast_sink sysbuild=1 \
16 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
18 app=samples/bluetooth/bap_broadcast_source conf_overlay=overlay-bt_ll_sw_split.conf \
19 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
20 app=tests/bsim/bluetooth/audio_samples/bap_broadcast_sink \
23 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/
Dcompile.sh13 app=samples/bluetooth/bap_unicast_server sysbuild=1 compile
14 app=tests/bsim/bluetooth/audio_samples/bap_unicast_client \
18 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
20 app=samples/bluetooth/bap_unicast_server conf_overlay=overlay-bt_ll_sw_split.conf \
21 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
22 app=tests/bsim/bluetooth/audio_samples/bap_unicast_client \
26 exe_name=bs_${BOARD_TS}_${app}_prj_conf sysbuild=1 compile
/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/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/net/lib/coap_client/
DCMakeLists.txt10 target_sources(app PRIVATE ${APP_SRC_DIR}/main.c)
11 target_sources(app PRIVATE ${APP_SRC_DIR}/stubs.c)
12 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/coap/coap_client.c)
13 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/coap/coap.c)
16 target_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src)
17 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/include/)
19 target_compile_definitions(app PRIVATE _POSIX_C_SOURCE=200809L)
/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>>...102