/Zephyr-Core-3.7.0/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 11 This extension introduces a new directive: ``manifest-projects-table``. It can 14 .. manifest-projects-table:: 22 - ``manifest_projects_table_manifest``: Path to the manifest file. 26 SPDX-License-Identifier: Apache-2.0 50 def rev_url(base_url: str, rev: str) -> str: 51 """Return URL for a revision. 54 Revision format is assumed to be a git hash or a tag. URL is 55 formatted assuming a GitHub base URL. 58 base_url: Base URL of the repository. 62 URL for the revision. [all …]
|
D | gh_utils.py | 8 SPDX-License-Identifier: Apache-2.0 20 * ``gh_link_get_blob_url``: Returns a URL to the source of a page on GitHub. 21 * ``gh_link_get_edit_url``: Returns a URL to edit the given page on GitHub. 22 * ``gh_link_get_open_issue_url``: Returns a URL to open a new issue regarding the given page. 29 - ``gh_link_version``: GitHub version to use in the URL (e.g. "main") 30 - ``gh_link_base_url``: Base URL used as a prefix for generated URLs. 31 - ``gh_link_prefixes``: Mapping of pages (regex) <> GitHub prefix. 32 - ``gh_link_exclude``: List of pages (regex) that will not report a URL. Useful 33 for, e.g., auto-generated pages not in Git. 62 def get_page_prefix(app: Sphinx, pagename: str) -> str: [all …]
|
D | api_overview.py | 2 # SPDX-License-Identifier: Apache-2.0 18 version it is present - all information extracted from Doxygen XML output. 25 api_overview_doxygen_base_url: Doxygen base html directory 45 github_uri = "https://github.com/zephyrproject-rtos/zephyr/releases/tag/" 66 url = url_base / f"{cdef.get_id()}.html" 79 reference = nodes.reference(text=title, refuri=str(url)) 138 def sync_contents(app: Sphinx) -> None: 164 def setup(app) -> Dict[str, Any]: 168 app.add_directive("api-overview-table", ApiOverview) 170 app.connect("builder-inited", sync_contents)
|
/Zephyr-Core-3.7.0/doc/develop/west/ |
D | manifest.rst | 1 .. _west-manifests: 8 ``west.manifest`` module, see :ref:`west-apis-manifest`. For a more general 9 introduction and command overview, see :ref:`west-basics`. 16 .. _west-mr-model: 25 .. figure:: west-mr-model.png 27 :alt: West multi-repo history 28 :figclass: align-center 30 West multi-repo history 48 - Projects can be added (like ``P1`` between manifest repository 52 - Project and manifest repository histories don't have to move [all …]
|
D | workspaces.rst | 1 .. _west-workspaces: 7 :ref:`west-basics` in more detail. 9 .. _west-manifest-rev: 11 The ``manifest-rev`` branch 14 West creates and controls a Git branch named ``manifest-rev`` in each 16 specified for the project at the time :ref:`west-update` was last run. 17 Other workspace management commands may use ``manifest-rev`` as a reference 19 purposes, the ``manifest-rev`` branch allows the manifest file to use SHAs 22 Although ``manifest-rev`` is a normal Git branch, west will recreate and/or 27 rebase it on top of a new ``manifest-rev``, or merge ``manifest-rev`` into [all …]
|
D | release-notes.rst | 1 .. _west-release-notes: 11 - New ``west grep`` command for running a "grep tool" in your west workspace's 18 .. code-block:: console 25 .. list-table:: 27 * - ``git grep --untracked`` 28 - ``west grep --untracked foo`` 29 * - ``ripgrep`` 30 - ``west grep --tool ripgrep foo`` 31 * - ``grep --recursive`` 32 - ``west grep --tool grep foo`` [all …]
|
/Zephyr-Core-3.7.0/tests/net/lib/http_header_fields/src/ |
D | main.c | 45 const char *url; member 54 .url = "http://hostname/", 71 .url = "http://hostname:444/", 89 .url = "hostname:443", 106 .url = "hostname:443", 113 .url = "http://[1:2::3:4]/", 130 .url = "http://[1:2::3:4]:67/", 148 .url = "[1:2::3:4]:443", 165 .url = "http://[2001:0000:0000:0000:0000:0000:1.9.1.1]/", 182 .url = "http://a.tbcdn.cn/p/fp/2010c/??fp-header-min.css," [all …]
|
/Zephyr-Core-3.7.0/submanifests/ |
D | optional.yaml | 3 - name: upstream 4 url-base: https://github.com/zephyrproject-rtos 6 - name: canopennode 11 - optional 12 - name: chre 17 - optional 18 - name: lz4 23 - optional 24 - name: nanopb 29 - optional [all …]
|
/Zephyr-Core-3.7.0/scripts/ci/stats/ |
D | merged_prs.py | 3 # SPDX-License-Identifier: Apache-2.0 19 date_format = '%Y-%m-%d %H:%M:%S' 21 def parse_args() -> argparse.Namespace: 25 parser.add_argument('--pull-request', help='pull request number', type=int) 26 …parser.add_argument('--range', help='execute based on a date range, for example 2023-01-01..2023-0… 27 parser.add_argument('--repo', help='github repo', default='zephyrproject-rtos/zephyr') 28 parser.add_argument('--es-index', help='Elasticsearch index') 29 parser.add_argument('-y','--dry-run', action="store_true", help='dry run, do not upload data') 42 …print(f'#{pr.number}: {pr.title} - {pr.comments} Comments, reviews: {reviews.totalCount}, {len(pr.… 85 delta = pr.closed_at - created [all …]
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/ |
D | sdp.h | 8 * SPDX-License-Identifier: Apache-2.0 123 * Possible values for attribute-id are listed below. 134 #define BT_SDP_ATTR_LANG_BASE_ATTR_ID_LIST 0x0006 /**< Language Base Attribute ID List */ 138 #define BT_SDP_ATTR_DOC_URL 0x000a /**< Documentation URL */ 139 #define BT_SDP_ATTR_CLNT_EXEC_URL 0x000b /**< Client Executable URL */ 140 #define BT_SDP_ATTR_ICON_URL 0x000c /**< Icon URL */ 164 #define BT_SDP_ATTR_FAX_CLASS2_SUPPORT 0x0304 /**< Fax Class 2 Support (vendor-specific)*/ 168 #define BT_SDP_ATTR_HOMEPAGE_URL 0x0308 /**< Homepage URL */ 199 #define BT_SDP_ATTR_HID_LANG_ID_BASE_LIST 0x0207 /**< HID Language ID Base List */ 213 * "base attribute id of the primary (universal) language must be 0x0100" [all …]
|
/Zephyr-Core-3.7.0/ |
D | west.yml | 3 # The per-installation west configuration file, .west/config, sets the 22 - name: upstream 23 url-base: https://github.com/zephyrproject-rtos 24 - name: babblesim 25 url-base: https://github.com/BabbleSim 27 group-filter: [-babblesim, -optional] 32 - name: acpica 35 - name: bsim 36 repo-path: babblesim-manifest 40 - babblesim [all …]
|
/Zephyr-Core-3.7.0/dts/bindings/pinctrl/ |
D | espressif,esp32-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 states are composed by groups of pre-defined pin muxing definitions and user 10 Each Zephyr-based application has its own set of pin muxing/pin configuration 11 requirements. The next steps use ESP-WROVER-KIT's I2C_0 to illustrate how one 15 Suppose an application running on top of the ESP-WROVER-KIT board, for some 18 you'll notice that the I2C_0 node is already assigned to a pre-defined state. 22 #include "esp_wrover_kit-pinctrl.dtsi" 26 pinctrl-0 = <&i2c0_default>; 27 pinctrl-names = "default"; 31 From the above excerpt, the pincrl-0 property is assigned the 'i2c0_default' [all …]
|
/Zephyr-Core-3.7.0/scripts/release/ |
D | list_backports.py | 4 # SPDX-License-Identifier: Apache-2.0 8 This script searches for issues referenced via pull-requests in a release 21 -t ~/.ghtoken \ 22 -b v2.7-branch \ 23 -s 2021-12-15 -e 2022-04-22 \ 24 -P 45074 -P 45868 -P 44918 -P 41234 -P 41174 \ 25 -j | jq . | tee /tmp/backports.json 29 -b v3.0-branch \ 30 -p 43381 \ 31 -j | jq . | tee /tmp/backports.json [all …]
|
/Zephyr-Core-3.7.0/scripts/west_commands/zspdx/ |
D | datatypes.py | 3 # SPDX-License-Identifier: Apache-2.0 19 # standardized DocumentRef- (including that prefix) that the other 30 # configuration - DocumentConfig 51 # set of LicenseRef- custom licenses to be declared 52 # may or may not include "LicenseRef-" license prefix 68 # SPDX ID, including "SPDXRef-" 74 # package URL 75 self.url = "" 93 # base directory from which this Package's Files will calculate their 107 # configuration - PackageConfig [all …]
|
/Zephyr-Core-3.7.0/scripts/ |
D | zephyr_module.py | 5 # SPDX-License-Identifier: Apache-2.0 11 Include file is generated for Kconfig using --kconfig-out. 12 A <name>:<path> text file is generated for use with CMake using --cmake-out. 14 Using --twister-out <filename> an argument file for twister script will 57 cmake-ext: 61 kconfig-ext: 65 sysbuild-cmake: 68 sysbuild-kconfig: 71 sysbuild-cmake-ext: 75 sysbuild-kconfig-ext: [all …]
|
D | set_assignees.py | 4 # SPDX-License-Identifier: Apache-2.0 31 parser.add_argument("-M", "--maintainer-file", required=False, default="MAINTAINERS.yml", 35 group.add_argument("-P", "--pull_request", required=False, default=None, type=int, 36 help="Operate on one pull-request only.") 37 group.add_argument("-I", "--issue", required=False, default=None, type=int, 39 group.add_argument("-s", "--since", required=False, 40 help="Process pull-requests since date.") 41 group.add_argument("-m", "--modules", action="store_true", 42 help="Process pull-requests from modules.") 44 parser.add_argument("-y", "--dry-run", action="store_true", default=False, [all …]
|
/Zephyr-Core-3.7.0/scripts/west_commands/completion/ |
D | west-completion.zsh | 4 # SPDX-License-Identifier: Apache-2.0 6 # Ensure this works also when being source-ed 9 typeset -A -g _opt_args 12 local -a builtin_cmds=( 25 local -a zephyr_ext_cmds=( 29 'sign[sign a Zephyr binary for bootloader chain-loading]' 34 'zephyr-export[export Zephyr installation as a CMake config package]' 39 local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds}) 41 if [[ -v WEST_COMP_CHECK_WORKSPACE ]]; then 43 if [ $? -eq 0 ]; then [all …]
|
D | west-completion.fish | 20 set -l tokens (commandline -opc) 41 set -l tokens (commandline -opc) 42 set -l argc (count $argv) 43 set -l max $argv[1] 44 set -l counter 0 46 if test $argc -eq 1 47 if test (math (count $tokens) - 2) -ge $max 60 if $counter -ge $max 77 set -l tokens (commandline -opc) 80 if string match -qr -- "$token*" "$tokens[-1]" [all …]
|
/Zephyr-Core-3.7.0/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 2 * Copyright (c) 2016-2017 Linaro Limited 6 * Copyright (c) 2021 G-Technologies Sdn. Bhd. 8 * SPDX-License-Identifier: Apache-2.0 47 #define HTTP_HEADER_CONTENT_TYPE_JSON "application/json;charset=UTF-8" 137 struct hawkbit_ctl_res base; member 203 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "download-http", download_http, 205 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "md5sum-http", md5sum_http, 250 return -EINVAL; in hawkbit_settings_set() 265 return -EINVAL; in hawkbit_settings_set() 279 return -EINVAL; in hawkbit_settings_set() [all …]
|
/Zephyr-Core-3.7.0/doc/kernel/services/smp/ |
D | smpinit.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) --> 7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 30 transform="matrix(-0.4,0,0,-0.4,-4,0)" 31 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 32 d="M 0,0 5,-5 -12.5,0 5,5 Z" 34 inkscape:connector-curvature="0" /> 46 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 47 d="M 0,0 5,-5 -12.5,0 5,5 Z" [all …]
|
/Zephyr-Core-3.7.0/.github/workflows/ |
D | clang.yaml | 6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 7 cancel-in-progress: true 10 clang-build: 11 if: github.repository_owner == 'zephyrproject-rtos' 12 runs-on: 13 group: zephyr-runner-v2-linux-x64-4xlarge 15 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.26.13.20240601 16 options: '--entrypoint /bin/bash' 18 fail-fast: false 22 CCACHE_DIR: /node-cache/ccache-zephyr [all …]
|
D | twister.yaml | 6 - main 7 - v*-branch 8 - collab-* 11 - main 12 - v*-branch 13 - collab-* 16 - cron: '0 3 * * 0' 19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 20 cancel-in-progress: true 23 twister-build-prep: [all …]
|
/Zephyr-Core-3.7.0/doc/develop/ |
D | modules.rst | 7 order to avoid reinventing the wheel and to reuse as much well-established, 14 modules, an external project is required to have its own life-cycle outside 29 - Debugger integration 30 - Silicon vendor Hardware Abstraction Layers (HALs) 31 - Cryptography libraries 32 - File Systems 33 - Inter-Process Communication (IPC) libraries 36 references to optional :ref:`binary blobs <bin-blobs>`. 41 .. _modules-vs-projects: 47 <west-workspace>`. In fact, modules :ref:`do not require west [all …]
|
/Zephyr-Core-3.7.0/doc/contribute/ |
D | guidelines.rst | 6 As an open-source project, we welcome and encourage the community to submit 24 https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE 26 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr 38 https://www.zephyrproject.org/faqs/#1571346989065-9216c551-f523 41 https://www.whitesourcesoftware.com/whitesource-blog/top-10-apache-license-questions-answered/ 64 See :ref:`external-contributions` for more information about 84 https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ 97 later in this document), the developer simply adds a ``Signed-off-by`` 104 .. code-block:: none 129 sign-off) is maintained indefinitely and may be redistributed [all …]
|
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_json.c | 4 * SPDX-License-Identifier: Apache-2.0 29 #define BASE64_BYTES_TO_MODULO(x) (BASE64_OUTPUT_MIN_LENGTH - x) 143 /* Decode description structure for parsing LwM2m SenML-JSON object*/ 307 if (fd->add_base_name_to_start) { in init_object_name_parameters() 308 /* Init Base name string */ in init_object_name_parameters() 309 ret = snprintk(fd->bn_string, sizeof(fd->bn_string), "/%u/%u/", path->obj_id, in init_object_name_parameters() 310 path->obj_inst_id); in init_object_name_parameters() 317 if (fd->writer_flags & WRITER_RESOURCE_INSTANCE) { in init_object_name_parameters() 318 ret = snprintk(fd->name_string, sizeof(fd->name_string), "%u/%u", path->res_id, in init_object_name_parameters() 319 path->res_inst_id); in init_object_name_parameters() [all …]
|