Home
last modified time | relevance | path

Searched +full:url +full:- +full:base (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Dmanifest_projects_table.py11 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 …]
Dvcs_link.py6 SPDX-License-Identifier: Apache-2.0
11 This Sphinx extension can be used to obtain the VCS URL for a given Sphinx page.
19 - ``vcs_link_base_url``: Base URL used as a prefix for generated URLs.
20 - ``vcs_link_prefixes``: Mapping of pages (regex) <> VCS prefix.
21 - ``vcs_link_exclude``: List of pages (regex) that will not report a URL. Useful
22 for, e.g., auto-generated pages not in VCS.
36 def vcs_link_get_url(app: Sphinx, pagename: str) -> Optional[str]:
37 """Obtain VCS URL for the given page.
44 VCS URL if applicable, None otherwise.
83 app.connect("builder-inited", add_jinja_filter)
/Zephyr-Core-3.5.0/doc/develop/west/
Dmanifest.rst1 .. _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 …]
Dworkspaces.rst1 .. _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 …]
Drelease-notes.rst1 .. _west-release-notes:
11 - ``west compare``: new command that compares the state of the
14 - Support for a new ``manifest.project-filter`` configuration option.
15 See :ref:`west-config-index` for details. The ``west manifest --freeze``
16 and ``west manifest --resolve`` commands currently cannot be used when
19 - Project names which contain comma (``,``) or whitespace now generate
20 warnings. These warnings are errors if the new ``manifest.project-filter``
26 - ``west forall`` now takese a ``--group`` argument that can be used
30 - All west commands will now output log messages from west API modules at
31 warning level or higher. In addition, the ``--verbose`` argument to west
[all …]
/Zephyr-Core-3.5.0/lib/posix/
DKconfig.template.with_url3 # SPDX-License-Identifier: Apache-2.0
5 posix-url-base = https://pubs.opengroup.org/onlinepubs/9699919799
DKconfig.template.pooled_type3 # SPDX-License-Identifier: Apache-2.0
13 $(posix-url-base)/$(type-function).html
DKconfig.template.pooled_ipc_type3 # SPDX-License-Identifier: Apache-2.0
16 $(posix-url-base)/$(type-function).html
/Zephyr-Core-3.5.0/tests/net/lib/http_header_fields/src/
Dmain.c45 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.5.0/submanifests/
Doptional.yaml3 - name: upstream
4 url-base: https://github.com/zephyrproject-rtos
6 - name: chre
11 - optional
12 - name: lz4
17 - optional
18 - name: nanopb
23 - optional
24 - name: psa-arch-tests
26 path: modules/tee/tf-m/psa-arch-tests
[all …]
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dsdp.h8 * 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.5.0/
Dwest.yml3 # 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.5.0/dts/bindings/pinctrl/
Despressif,esp32-pinctrl.yaml2 # 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.5.0/subsys/mgmt/hawkbit/
Dhawkbit.c2 * Copyright (c) 2016-2017 Linaro Limited
6 * Copyright (c) 2021 G-Technologies Sdn. Bhd.
8 * SPDX-License-Identifier: Apache-2.0
53 #define HTTP_HEADER_CONTENT_TYPE_JSON "application/json;charset=UTF-8"
97 struct hawkbit_ctl_res base; member
163 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "download-http", download_http,
165 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "md5sum-http", md5sum_http,
205 int ret = -1; in start_http_client()
226 while (resolve_attempts--) { in start_http_client()
240 hb_context.sock = zsock_socket(addr->ai_family, SOCK_STREAM, protocol); in start_http_client()
[all …]
/Zephyr-Core-3.5.0/scripts/release/
Dlist_backports.py4 # 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.5.0/scripts/west_commands/completion/
Dwest-completion.zsh4 # 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 …]
Dwest-completion.fish20 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.5.0/doc/kernel/services/smp/
Dsmpinit.svg1 <?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.5.0/.github/workflows/
Dtwister.yaml6 - 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 …]
Dclang.yaml6 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: zephyr-runner-linux-x64-4xlarge
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
15 options: '--entrypoint /bin/bash'
17 - /repo-cache/zephyrproject:/github/cache/zephyrproject
19 fail-fast: false
23 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
[all …]
/Zephyr-Core-3.5.0/doc/develop/
Dmodules.rst7 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.5.0/scripts/
Dzephyr_module.py5 # 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
52 cmake-ext:
56 kconfig-ext:
60 sysbuild-cmake:
63 sysbuild-kconfig:
66 sysbuild-cmake-ext:
70 sysbuild-kconfig-ext:
[all …]
Dset_assignees.py4 # 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.5.0/doc/contribute/
Dguidelines.rst6 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.5.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.c4 * 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 …]

12