Searched +full:url +full:- +full:base (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-2.7.6/doc/guides/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 | release-notes.rst | 1 .. _west-release-notes: 11 - ``west status`` now only prints output for projects which have a nonempty 16 - The manifest file parser was incorrectly allowing project names which contain 21 topdir, use the ``path:`` key. If you need to customize a project's fetch URL 22 relative to its remote ``url-base:``, use ``repo-path:``. See 23 :ref:`west-manifests-projects` for examples. 25 - The changes made in west v0.10.1 to the ``west init --manifest-rev`` option 30 - The :envvar:`WEST_CONFIG_LOCAL` environment variable now correctly 33 - ``west update --fetch=smart`` (``smart`` is the default) now correctly skips 40 - The fix for issue #522 mentioned above introduces a new restriction. The [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 …]
|
/Zephyr-Core-2.7.6/scripts/release/ |
D | list_issues.py | 5 # SPDX-License-Identifier: Apache-2.0 28 for cursor in '|/-\\': 67 self.headers['Accept'] = 'application/vnd.github.golden-comet-preview+json' 71 url = ("%s/pulls/%s" % (self.github_url, pull_nr)) 72 response = requests.get("%s" % (url), headers=self.headers) 82 url = ("%s/issues/%s" % (self.github_url, issue_nr)) 83 response = requests.get("%s" % (url), headers=self.headers) 90 def list_issues(self, url): argument 91 response = requests.get("%s" % (url), headers=self.headers) 103 next_url = next_issues['url'] [all …]
|
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-2.7.6/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-2.7.6/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 56 #define HTTP_HEADER_CONTENT_TYPE_JSON "application/json;charset=UTF-8" 97 struct hawkbit_ctl_res base; member 177 "download-http", download_http, 179 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "md5sum-http", 231 int ret = -1; in start_http_client() 252 while (resolve_attempts--) { in start_http_client() 267 hb_context.sock = socket(addr->ai_family, SOCK_STREAM, protocol); in start_http_client() [all …]
|
/Zephyr-Core-2.7.6/.github/workflows/ |
D | twister.yaml | 6 - v2.7-branch 9 - v2.7-branch 12 - cron: '20 0 * * 6' 15 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 16 cancel-in-progress: true 19 twister-build-prep: 20 runs-on: zephyr-runner-linux-x64-4xlarge 23 options: '--entrypoint /bin/bash' 25 - /repo-cache/zephyrproject:/github/cache/zephyrproject 27 subset: ${{ steps.output-services.outputs.subset }} [all …]
|
D | clang.yaml | 6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 7 cancel-in-progress: true 10 clang-build: 11 runs-on: zephyr-runner-linux-x64-4xlarge 14 options: '--entrypoint /bin/bash' 16 - /repo-cache/zephyrproject:/github/cache/zephyrproject 18 fail-fast: false 22 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1 23 CLANG_ROOT_DIR: /usr/lib/llvm-12 24 … COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} [all …]
|
/Zephyr-Core-2.7.6/ |
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 28 - name: canopennode 31 - name: civetweb 34 - name: cmsis 38 - hal 39 - name: edtt 43 - tools 44 - name: fatfs [all …]
|
/Zephyr-Core-2.7.6/doc/reference/kernel/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-2.7.6/doc/contribute/ |
D | index.rst | 6 As an open-source project, we welcome and encourage the community to submit 22 https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE 24 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr 36 https://www.zephyrproject.org/faqs/#1571346989065-9216c551-f523 39 https://www.whitesourcesoftware.com/whitesource-blog/top-10-apache-license-questions-answered/ 62 See :ref:`external-contributions` for more information about 82 https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ 95 later in this document), the developer simply adds a ``Signed-off-by`` 102 .. code-block:: none 127 sign-off) is maintained indefinitely and may be redistributed [all …]
|
/Zephyr-Core-2.7.6/doc/guides/ |
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 42 under the zephyrproject-rtos GitHub organization. 85 ---------------------------------- 88 with upstream code base, may only be applied via pull requests. These pull [all …]
|
/Zephyr-Core-2.7.6/samples/subsys/mgmt/updatehub/ |
D | README.rst | 3 UpdateHub embedded Firmware Over-The-Air (FOTA) sample 9 UpdateHub is an enterprise-grade solution which makes it simple to remotely 11 Firmware Over-the-Air (FOTA) updates with maximum security and efficiency, 32 :ref:`Freedom-K64F <frdm_k64f>` kit using the ethernet connectivity. The 51 Zephyr sub-systems and it uses CoAP over UDP. 61 .. code-block:: console 74 .. zephyr-app-commands:: 75 :zephyr-app: bootloader/mcuboot/boot/zephyr 77 :build-dir: mcuboot-frdm_k64f 84 Step 2.1: UpdateHub-CE (Community Edition) [all …]
|
/Zephyr-Core-2.7.6/scripts/ |
D | checkpatch.pl | 2 # SPDX-License-Identifier: GPL-2.0 7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 8 # (c) 2010-2018 Joe Perches <joe@perches.com> 67 my $git_command ='export LANGUAGE=en_US.UTF-8; git'; 78 -q, --quiet quiet 79 --no-tree run without a kernel tree 80 --no-signoff do not check for 'Signed-off-by' line 81 --patch treat FILE as patchfile (default) 82 --emacs emacs compile window format 83 --terse one line per report [all …]
|