Home
last modified time | relevance | path

Searched full:versions (Results 1 – 25 of 209) sorted by relevance

123456789

/Zephyr-latest/doc/_templates/
Dzversions.html1 {# Add rst-badge after rst-versions for small badge style. #}
2 <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
8 <div class="rst-other-versions">
10 <dt>{{ _('Document Release Versions') }}</dt>
11 {% for slug, url in versions %}
/Zephyr-latest/.github/
DSECURITY.md3 ## Supported versions
5 The Zephyr project supports the following versions with security
12 versions are:
/Zephyr-latest/scripts/ci/
Dversion_mgr.py24 VERSIONS_FILE = "versions.json"
29 description="Manage versions to be tested.", allow_abbrev=False)
31 help="List all published versions")
33 help="Update versions file from tree.")
48 if not os.path.exists('versions.json'):
49 url = 'https://testing.zephyrproject.org/daily_tests/versions.json'
129 with open(VERSIONS_FILE, "w") as versions:
135 json.dump(data, versions)
/Zephyr-latest/.github/workflows/
Ddaily_test_version.yml38 aws s3 cp versions.json s3://testing.zephyrproject.org/daily_tests/versions.json
/Zephyr-latest/arch/arc/core/mpu/
DKconfig11 ARC MPU has several versions. For MPU v2, the minimum region is 2048 bytes;
12 For other versions, the minimum region is 32 bytes; v4 has secure features,
/Zephyr-latest/drivers/dma/
DKconfig.stm3242 Enable DMA V2 or DMA V2bis support. With the versions V2 of DMA, the
44 With the versions V2 bis of DMA, the peripheral request (slot) is not
/Zephyr-latest/arch/posix/include/
Dasm_inline_gcc.h1 /* EMPTY ON PURPOSE. Why do the intel and ARM arch have 2 versions of it? */
/Zephyr-latest/dts/bindings/test/
Dvnd,great-grandchild-bindings.yaml7 Previous versions of Zephyr only allowed up to two levels of
/Zephyr-latest/include/zephyr/net/
Dsocket_net_mgmt.h96 * following versions.
98 * Network management message versions:
/Zephyr-latest/tests/lib/cbprintf_fp/
DREADME.txt5 minimal libc and newlib versions with printk, printf, and cbprintf.
/Zephyr-latest/soc/nxp/s32/common/
Dosif.c12 /* Aliases needed to build with different SoC-specific HAL versions */
/Zephyr-latest/lib/libc/newlib/include/
Dstdint.h18 /* Has this header. Older versions do it in <stdint.h>. */
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst17 Versions of Zephyr past 2.7 use the MCUmgr library that is `part of the Zephyr code base <https://g…
39 Applying fixes to previous versions of MCUmgr
42 This section indicates how to apply fixes to previous versions of MCUmgr.
140 …``zephyr`` - if the fix has been applied to the Zephyr internal MCUmgr library (past 2.7 versions).
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl17 ; now define the generic versions
/Zephyr-latest/scripts/dts/
Dedtlib_logger.py13 for compatibility with earlier versions of edtlib.'''
/Zephyr-latest/doc/develop/languages/c/
Dpicolibc.rst53 versions of Picolibc for every target architecture, along with
54 precompiled versions of libstdc++.
127 versions of the Bessel functions.
/Zephyr-latest/modules/nanopb/
DKconfig53 process packed arrays, such as protobuf.js versions before 2020.
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_ace15_mtpm.rst29 For older versions of the toolchain, set the toolchain variant to ``xcc``.
/Zephyr-latest/samples/net/sockets/http_server/src/certs/
Dgen_server_cert.sh39 # Create DER encoded versions of server certificate and private key
/Zephyr-latest/cmake/modules/
DFindZephyr-sdk.cmake87 # Paths that are used to find installed Zephyr SDK versions
98 # return a list of compatible versions and find the best suited version that
157 # This means no compatible Zephyr SDK versions were found, set the version
/Zephyr-latest/samples/sensor/fdc2x1x/
DREADME.rst12 to read the 12-Bit and 28-Bit, as well as the 2-Channel and 4-Channel versions
13 (FDC2112, FDC2114, FDC2212, FDC2214). The 4-channel versions are chosen through
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig18 as "DesignWare Cores Ethernet XGMAC". Hardware versions
/Zephyr-latest/doc/_static/css/
Dcustom.css31 .rst-versions {
801 .rst-versions {
805 .rst-versions a,
806 .rst-versions .rst-current-version,
807 .rst-versions .rst-current-version .fa,
808 .rst-versions .rst-other-versions dd a {
812 .rst-versions .rst-other-versions small {
816 .rst-versions .rst-other-versions dd a:hover {
820 .rst-versions .rst-other-versions {
824 .rst-versions .rst-current-version {
[all …]
/Zephyr-latest/drivers/ethernet/
DKconfig.dwmac14 as "DesignWare Cores Ethernet Quality-of-Service". Hardware versions
/Zephyr-latest/include/zephyr/arch/xtensa/
Datomic_xtensa.h11 /* Recent GCC versions actually do have working atomics support on
13 * but existing versions of Xtensa's XCC do not. So we define an

123456789