Home
last modified time | relevance | path

Searched full:latest (Results 1 – 25 of 204) sorted by relevance

123456789

/Zephyr-Core-3.4.0/samples/boards/nrf/clock_skew/
DREADME.rst50 Ty Latest Base Span Err
55 Ty Latest Base Span Err
61 Ty Latest Base Span Err
67 Ty Latest Base Span Err
73 Ty Latest Base Span Err
79 Ty Latest Base Span Err
85 Ty Latest Base Span Err
91 Ty Latest Base Span Err
97 Ty Latest Base Span Err
103 Ty Latest Base Span Err
[all …]
/Zephyr-Core-3.4.0/doc/_doxygen/
Dmainpage.md10 of Zephyr resources](https://docs.zephyrproject.org/latest/introduction/index.html#resources)
17 details, see the [latest supported boards
18 documentation](https://docs.zephyrproject.org/latest/boards/index.html).
27 components](https://docs.zephyrproject.org/latest/LICENSING.html#zephyr-licensing).
/Zephyr-Core-3.4.0/tests/unit/timeutil/
Dtest_sync.c61 zassert_equal(ss.latest.ref, 0, in test_state_update()
62 "unexpected latest ref"); in test_state_update()
73 zassert_equal(ss.latest.ref, 0, in test_state_update()
74 "unexpected latest ref"); in test_state_update()
80 zassert_equal(ss.latest.ref, 0, in test_state_update()
81 "unexpected latest ref"); in test_state_update()
91 zassert_equal(ss.latest.ref, si.ref, in test_state_update()
92 "unexpected latest ref"); in test_state_update()
93 zassert_equal(ss.latest.local, si.local, in test_state_update()
94 "unexpected latest local"); in test_state_update()
[all …]
/Zephyr-Core-3.4.0/
DREADME.rst60 repository; https://elixir.bootlin.com/zephyr/latest/source contains a
82 .. _supported boards: http://docs.zephyrproject.org/latest/boards/index.html
84 .. _Introduction to Zephyr: http://docs.zephyrproject.org/latest/introduction/index.html
85 .. _Getting Started Guide: http://docs.zephyrproject.org/latest/develop/getting_started/index.html
86 .. _Contribution Guide: http://docs.zephyrproject.org/latest/contribute/index.html
90 .. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html
91 .. _Security: http://docs.zephyrproject.org/latest/security/index.html
92 .. _Asking for Help Tips: https://docs.zephyrproject.org/latest/develop/getting_started/index.html#…
/Zephyr-Core-3.4.0/samples/boards/nrf/clock_skew/src/
Dmain.c120 const struct timeutil_sync_instant *latest = &sync_state.latest; in sync_work_handler() local
131 printf("\nTy Latest Base Span Err\n"); in sync_work_handler()
135 ref_span_us = ref_to_us(latest->ref - base->ref); in sync_work_handler()
146 local_span_us = local_to_us(latest->local - base->local); in sync_work_handler()
163 * the latest local time, then display that time and in sync_work_handler()
164 * its error from the latest reference time. in sync_work_handler()
170 (void)timeutil_sync_ref_from_local(&st2, latest->local, in sync_work_handler()
176 if (rec_ref < latest->ref) { in sync_work_handler()
178 err_us = ref_to_us(latest->ref - rec_ref); in sync_work_handler()
180 err_us = ref_to_us(rec_ref - latest->ref); in sync_work_handler()
/Zephyr-Core-3.4.0/dts/
Dbinding-template.yaml9 # For the latest version:
10 # https://docs.zephyrproject.org/latest/guides/dts/bindings.html
/Zephyr-Core-3.4.0/scripts/ci/
Dversion_mgr.py33 parser.add_argument('-L', '--latest', action="store_true",
34 help="Get latest published version")
84 latest = data[-1]
85 item_compat = handle_compat(latest)
94 print(f"Latest version is {ver} {datestr}")
139 elif args.latest:
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/util/
Ddbuf.h65 * @brief Get latest element in buffer.
67 * Latest enqueued element is pointed by last member of dbuf_hdr.
71 * Pointer to latest element is returned.
76 * @return Pointer to latest enqueued buffer element.
84 * Returned value always points to latest one, that was swapped after most recent call to
/Zephyr-Core-3.4.0/.github/
DSECURITY.md11 At this time, with the latest release of v3.3, the supported
21 Reporting](https://docs.zephyrproject.org/latest/security/reporting.html)
/Zephyr-Core-3.4.0/lib/os/
Dtimeutil.c84 tsp->latest = (struct timeutil_sync_instant){}; in timeutil_sync_state_update()
88 tsp->latest = *inst; in timeutil_sync_state_update()
105 tsp->latest = (struct timeutil_sync_instant){}; in timeutil_sync_state_set_skew()
117 if ((tsp->base.ref != 0) && (tsp->latest.ref != 0) in timeutil_sync_estimate_skew()
118 && (tsp->latest.local > tsp->base.local)) { in timeutil_sync_estimate_skew()
120 double ref_delta = tsp->latest.ref - tsp->base.ref; in timeutil_sync_estimate_skew()
121 double local_delta = tsp->latest.local - tsp->base.local; in timeutil_sync_estimate_skew()
/Zephyr-Core-3.4.0/doc/_templates/
Dlayout.html5 The <a href="/latest/{{ pagename }}.html">latest development version</a>
10 This is the documentation for the latest (main) development branch of
Dzversions.html5 v: latest
17 {% set prefix = current_version if is_release else "latest" %}
/Zephyr-Core-3.4.0/include/zephyr/sys/
Dtimeutil.h150 struct timeutil_sync_instant latest; member
173 * Note that this updates only the latest persisted instant. The skew
184 * @retval 1 if installation provided a new latest instant
198 * latest instant will be cleared until timeutil_sync_state_update() is
209 * clears the captured latest value.
220 * Using the base and latest syncpoints from the state determine the
224 * @param tsp pointer to a time synchronization state. The base and latest
225 * syncpoints must be present and the latest syncpoint must be after
/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/
DREADME.rst59 current connection (since the CIG was connected) and latest 1000 received
78 …[00:00:17.774,963] <inf> iso_connected: Latest 1000 : Received 100/100 (100.00%) - Total packets l…
83 …[00:00:18.532,501] <inf> iso_connected: Latest 1000 : Received 200/200 (100.00%) - Total packets l…
91 current connection (since the CIG was connected) and latest 1000 received
113 …[00:00:05.072,143] <inf> iso_connected: Latest 1000 : Received 100/100 (100.00%) - Total packets l…
118 …[00:00:05.829,650] <inf> iso_connected: Latest 1000 : Received 200/200 (100.00%) - Total packets l…
/Zephyr-Core-3.4.0/cmake/toolchain/oneApi/
Dgeneric.cmake12 set(TOOLCHAIN_HOME ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin/)
13 set(ONEAPI_LLVM_BIN_PATH ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin-llvm)
/Zephyr-Core-3.4.0/samples/subsys/usb/webusb/
DREADME.rst40 Testing with latest Google Chrome on host
43 This sample application requires latest Google Chrome, a web page
53 #. Run the latest Google Chrome on host.
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df_internal.h35 /* Get latest DF sync configuration data. Latest configuration data are the one
Dlll_adv_types.h12 * by the member first, such that the buffer is the latest committed by
/Zephyr-Core-3.4.0/submanifests/
DREADME.txt10 https://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directo…
/Zephyr-Core-3.4.0/cmake/modules/
DFindTargetTools.cmake45 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PROCESSOR.html:
57 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_VERSION.html:
63 # https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_BYTE_ORDER.html
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv_types.h12 * by the member first, such that the buffer is the latest committed by
/Zephyr-Core-3.4.0/subsys/storage/stream/
DKconfig27 reset, the API can be used to resume writing from the latest state.
/Zephyr-Core-3.4.0/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst12 * `Linux rpmsg client sample <https://elixir.bootlin.com/linux/latest/source/samples/rpmsg/rpmsg_cl…
13 * `Linux rpmsg tty driver <https://elixir.bootlin.com/linux/latest/source/drivers/tty/rpmsg_tty.c>`_
/Zephyr-Core-3.4.0/modules/nanopb/
DCMakeLists.txt12 and in path. See https://docs.zephyrproject.org/latest/samples/modules/nanopb/README.html")
/Zephyr-Core-3.4.0/doc/develop/toolchains/
Dintel_oneapi_toolkit.rst14 source $ONEAPI_TOOLCHAIN_PATH/compiler/latest/env/vars.sh

123456789