Home
last modified time | relevance | path

Searched refs:releases (Results 1 – 25 of 112) sorted by relevance

12345

/Zephyr-latest/doc/releases/
Deol_releases.rst3 End-of-life releases
6 Release notes and migration guides for end-of-life releases of Zephyr RTOS are kept here for
Dindex.rst14 The technical documentation for current and past releases is available at
26 The Zephyr project provides periodic releases every 4 months leading to the
27 long term support releases approximately every 2 years. Periodic and non-LTS
28 releases are maintained with updates, bug fixes and security related updates
30 releases in addition to the most recent LTS.
46 following releases:
50 - The most recent two releases.
104 Zephyr provides migration guides for all major releases, in order to assist
142 Release notes and migration guides for end-of-life releases of Zephyr RTOS can be accessed
146 .. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
/Zephyr-latest/scripts/west_commands/
Dsdk.py238 releases = []
251 releases.extend(data)
254 return releases
432 releases = self.fetch_releases(args.api_url, req_headers)
433 self.dbg("releases: ", "\n".join([x["tag_name"] for x in releases]))
445 for x in releases
456 target_release = [x for x in releases if x["tag_name"] == f"v{version}"][0]
/Zephyr-latest/.github/
DSECURITY.md9 - Active LTS releases.
/Zephyr-latest/subsys/net/lib/http/
DREADME_http_parser8 https://github.com/nodejs/http-parser/releases/tag/v2.7.1
/Zephyr-latest/doc/project/
Drelease_process.rst6 The Zephyr project releases on a time-based cycle, rather than a feature-driven
7 one. Zephyr releases represent an aggregation of the work of many contributors,
52 Information on previous releases can be found :ref:`here <zephyr_release_notes>`.
65 the release owner will declare that the development phase is over and releases the first
88 The mainline release owner releases new -rc drops once or twice a week; a normal
103 and participate in creating successful releases:
198 The following syntax should be used for releases and tags in Git:
228 Long-term support releases are designed to be supported and maintained
257 Zephyr LTS development cycle differs from regular releases and has an extended
258 stabilization period. Feature freeze of regular releases happens 3-4 weeks
[all …]
Dindex.rst28 releases, as outlined in the
Dproposals.rst70 for upcoming releases.
101 project' next release (or the next few releases). So it acts as more of a
Dcode_flow.rst24 Branches which track maintenance releases based on a major
/Zephyr-latest/doc/contribute/style/
Dindex.rst80 `releases page <https://github.com/llvm/llvm-project/releases>`_. Note that if
/Zephyr-latest/cmake/toolchain/espressif/
Dgeneric.cmake20 …his code and related code depending on ESPRESSIF_DEPRECATED_PATH can be removed after two releases.
/Zephyr-latest/doc/
Dindex.rst86 For information about the changes and additions for past releases, please
111 releases/index.rst
/Zephyr-latest/doc/security/
Dreporting.rst91 - The Zephyr release owners for the relevant releases affected by
178 following releases:
182 - The most recent two releases.
208 releases affected by the vulnerability (see backporting above).
/Zephyr-latest/boards/aspeed/ast1030_evb/doc/
Dindex.rst71 …https://github.com/AspeedTech-BMC/zephyr/releases/download/v00.01.03/Aspeed_Zephy_SDK_User_Guide_v…
/Zephyr-latest/boards/qemu/riscv64/doc/
Dindex.rst12 <https://github.com/zephyrproject-rtos/sdk-ng/releases>`_
/Zephyr-latest/scripts/coccinelle/
Dmini_lock.cocci6 /// function call that releases the lock.
/Zephyr-latest/doc/develop/api/
Doverview.rst8 between major releases are available in the :ref:`zephyr_release_notes`.
Dapi_lifecycle.rst7 given API will not change in future releases. At the same time, developers
98 - The API has been in-use and was available in at least 2 development releases
221 The API needs to be marked as deprecated in at least two full releases.
259 The target removal date is 2 releases after deprecation is announced.
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst13 For distributions that are not based on rolling releases, some of the
141 wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1-Linux-x86_64.sh
156 wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1-Linux-x86_64.sh
237 `Zephyr SDK Releases`_ page contains all available SDK releases.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/
DREADME.rst54 https://github.com/renode/renode/releases/
/Zephyr-latest/subsys/logging/
DKconfig.mode69 The internal LOG API may change in future releases.
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst109 (Documentation is available from the `OpenISA GitHub releases`_ page.)
260 GitHub releases`_ page for additional details.
322 on the `OpenISA GitHub releases`_ page:
661 - `OpenISA GitHub releases`_: includes toolchain and OpenOCD
754 .. _OpenISA GitHub releases:
755 https://github.com/open-isa-org/open-isa.org/releases
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_package_search.cmake16 # This code ensures that when Zephyr releases <=3.0 is loaded, then Zephyr_DIR
/Zephyr-latest/doc/services/resource_management/
Dindex.rst64 requests or releases until the manager is reset. Pending requests are
/Zephyr-latest/
DREADME.rst100 .. _Releases: https://github.com/zephyrproject-rtos/zephyr/releases

12345