Home
last modified time | relevance | path

Searched full:releases (Results 1 – 25 of 164) sorted by relevance

1234567

/Zephyr-latest/doc/releases/
Dindex.rst3 Releases chapter
14 The technical documentation for current and past releases is available at
23 Periodic Releases
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.
55 Supported Releases
[all …]
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
/Zephyr-latest/doc/_templates/
Dzversions.html26 <a href="https://github.com/zephyrproject-rtos/sdk-ng/releases">SDK</a>
29 <a href="https://github.com/zephyrproject-rtos/zephyr/releases">Releases</a>
/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:
195 Releases section in Release Process
198 The following syntax should be used for releases and tags in Git:
217 :alt: Releases
221 Zephyr Code and Releases
[all …]
Dproposals.rst70 for upcoming releases.
101 project' next release (or the next few releases). So it acts as more of a
Dindex.rst29 releases, as outlined in the
/Zephyr-latest/samples/drivers/kscan/
DREADME.rst5 Use the KSCAN API to read key presses and releases on a keyboard matrix.
12 These events indicate key presses and releases.
/Zephyr-latest/scripts/west_commands/
Dsdk.py107 --api-url specifies the REST API endpoint for GitHub releases information
175 default="https://api.github.com/repos/zephyrproject-rtos/sdk-ng/releases",
176 help="GitHub releases API endpoint used to look for Zephyr SDKs.",
234 """fetch releases data via GitHub REST API"""
236 releases = []
249 releases.extend(data)
252 return releases
399 releases = self.fetch_releases(args.api_url, req_headers)
400 self.dbg("releases: ", "\n".join([x["tag_name"] for x in releases]))
412 for x in releases
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dst,stm32f1-pinctrl.yaml33 Releases: PB4.
35 Releases: PA15 PB3 PB4.
37 Releases: PA13 PA14 PA15 PB3 PB4.
/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/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/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.
318 .. _Zephyr SDK Releases: https://github.com/zephyrproject-rtos/sdk-ng/tags
/Zephyr-latest/doc/develop/api/
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
220 - Deprecation Time (stable APIs): 2 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.
Doverview.rst8 between major releases are available in the :ref:`zephyr_release_notes`.
/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/tests/bsim/bluetooth/audio/test_scripts/
Dcsip_forced_release.sh7 # CSIP test where the Set Members releases the lock
/Zephyr-latest/subsys/logging/
DKconfig.mode69 The internal LOG API may change in future releases.
/Zephyr-latest/doc/develop/toolchains/
Dzephyr_sdk.rst78 if needed; the `Zephyr SDK Releases`_ page contains all available
79 SDK releases.
232 .. _Zephyr SDK Releases: https://github.com/zephyrproject-rtos/sdk-ng/tags
/Zephyr-latest/dts/bindings/spi/
Dnordic,nrf-spi-common.yaml60 - SPI slave releases the line by configuring its pin back to be an input
/Zephyr-latest/boards/qemu/riscv64/doc/
Dindex.rst12 <https://github.com/zephyrproject-rtos/sdk-ng/releases>`_
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_stm32.c134 /* releases: PB4 */ in stm32f1_swj_cfg_init()
138 /* releases: PB4 PB3 PA15 */ in stm32f1_swj_cfg_init()
142 /* releases: PB4 PB3 PA13 PA14 PA15 */ in stm32f1_swj_cfg_init()
/Zephyr-latest/
DREADME.rst66 | �� `Releases`_
100 .. _Releases: https://github.com/zephyrproject-rtos/zephyr/releases
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_uac2.h87 * This function releases buffer obtained in @ref get_recv_buf after USB
101 * This function releases buffer provided in @ref usbd_uac2_send when

1234567