Searched full:versions (Results 1 – 25 of 209) sorted by relevance
123456789
/Zephyr-latest/doc/_templates/ |
D | zversions.html | 1 {# 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/ |
D | SECURITY.md | 3 ## Supported versions 5 The Zephyr project supports the following versions with security 12 versions are:
|
/Zephyr-latest/scripts/ci/ |
D | version_mgr.py | 24 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/ |
D | daily_test_version.yml | 38 aws s3 cp versions.json s3://testing.zephyrproject.org/daily_tests/versions.json
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | Kconfig | 11 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/ |
D | Kconfig.stm32 | 42 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/ |
D | asm_inline_gcc.h | 1 /* EMPTY ON PURPOSE. Why do the intel and ARM arch have 2 versions of it? */
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,great-grandchild-bindings.yaml | 7 Previous versions of Zephyr only allowed up to two levels of
|
/Zephyr-latest/include/zephyr/net/ |
D | socket_net_mgmt.h | 96 * following versions. 98 * Network management message versions:
|
/Zephyr-latest/tests/lib/cbprintf_fp/ |
D | README.txt | 5 minimal libc and newlib versions with printk, printf, and cbprintf.
|
/Zephyr-latest/soc/nxp/s32/common/ |
D | osif.c | 12 /* Aliases needed to build with different SoC-specific HAL versions */
|
/Zephyr-latest/lib/libc/newlib/include/ |
D | stdint.h | 18 /* Has this header. Older versions do it in <stdint.h>. */
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 17 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/ |
D | lwm2m_senml_cbor.cddl | 17 ; now define the generic versions
|
/Zephyr-latest/scripts/dts/ |
D | edtlib_logger.py | 13 for compatibility with earlier versions of edtlib.'''
|
/Zephyr-latest/doc/develop/languages/c/ |
D | picolibc.rst | 53 versions of Picolibc for every target architecture, along with 54 precompiled versions of libstdc++. 127 versions of the Bessel functions.
|
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 53 process packed arrays, such as protobuf.js versions before 2020.
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_ace15_mtpm.rst | 29 For older versions of the toolchain, set the toolchain variant to ``xcc``.
|
/Zephyr-latest/samples/net/sockets/http_server/src/certs/ |
D | gen_server_cert.sh | 39 # Create DER encoded versions of server certificate and private key
|
/Zephyr-latest/cmake/modules/ |
D | FindZephyr-sdk.cmake | 87 # 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/ |
D | README.rst | 12 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/ |
D | Kconfig | 18 as "DesignWare Cores Ethernet XGMAC". Hardware versions
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 31 .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/ |
D | Kconfig.dwmac | 14 as "DesignWare Cores Ethernet Quality-of-Service". Hardware versions
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | atomic_xtensa.h | 11 /* 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