Home
last modified time | relevance | path

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

12345678

/Zephyr-latest/samples/subsys/smf/smf_calculator/img/
Dsmf_calculator.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
3 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
4-opacity="1" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation…
5 ><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
154 ><circle r="8.75" clip-path="url(#clipPath2)" cx="10.25" cy="10.25" stroke="none"
155 /><circle fill="none" r="8.75" clip-path="url(#clipPath2)" cx="10.25" cy="10.25"
157 …><g fill="rgb(255,255,255)" fill-opacity="0" transform="translate(1170,920)" stroke-opacity="0" st…
158 ><path d="M20.5 1.5 L39 20.5 L20.5 39 L1.5 20.5 Z" stroke="none" clip-path="url(#clipPath3)"
161 ><path fill="none" d="M20.5 1.5 L39 20.5 L20.5 39 L1.5 20.5 Z" clip-path="url(#clipPath3)"
[all …]
/Zephyr-latest/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-latest/scripts/ruff/
Dgen_lint_exclude.py4 # SPDX-License-Identifier: Apache-2.0
12 # ruff check --output-format=json | ./scripts/ruff/gen_lint_exclude.py >> .ruff-excludes.toml
16 def __init__(self, code: str, url: str) -> None:
18 self.url = url
20 def __eq__(self, other: object) -> bool:
25 def __hash__(self) -> int:
31 sys.stdout.write("[lint.per-file-ignores]\n")
35 rules.setdefault(v["filename"], set()).add(RuffRule(v["code"], v["url"]))
41 sys.stdout.write(f' "{r.code}",\t# {r.url}\n'.expandtabs())
/Zephyr-latest/scripts/west_commands/fetchers/
Dhttp.py3 # SPDX-License-Identifier: Apache-2.0
17 def fetch(self, url, path): argument
18 log.dbg(f'HTTPFetcher fetching {url} to {path}')
19 resp = requests.get(url)
/Zephyr-latest/samples/net/sockets/big_http_download/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
9 string "Download URL"
10 …default "http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/hd-medi…
12 URL to download.
15 int "Maximum length of the download URL"
22 Number of download iterations (0 - unlimited).
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js3 * SPDX-License-Identifier: Apache-2.0
18 tooltipShadow.id = 'doxytooltip-shadow';
25 const tippyStyle = document.querySelector('style[data-tippy-stylesheet]');
58 .shadowRoot.getElementById('doxytooltip-shadow'),
61 const url = link.getAttribute('href');
64 fetch(url)
72 const doxygenCSSNames = ['doxygen-awesome.css', 'doxygen-awesome-zephyr.css'];
78 link.href = new URL(
80 new URL(url, window.location.href)
91 if (codeClasses.contains('c-enumerator')) {
[all …]
/Zephyr-latest/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
49 def rev_url(base_url: str, rev: str) -> str:
50 """Return URL for a revision.
53 Revision format is assumed to be a git hash or a tag. URL is
54 formatted assuming a GitHub base URL.
57 base_url: Base URL of the repository.
61 URL for the revision.
[all …]
Dgh_utils.py8 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.
61 def get_page_prefix(app: Sphinx, pagename: str) -> str:
[all …]
Dlink-roles.py3 # SPDX-License-Identifier: Apache-2.0
5 # based on http://protips.readthedocs.io/link-roles.html
35 "git describe --exact-match", shell=True, stderr=subprocess.DEVNULL
40 return output.strip().decode("utf-8")
88 line_match = re.search(r"(.+?)(?:#(L\d+(?:-L\d+)?))?$", link)
98 # Try to get a module repository's GitHub URL from the manifest.
100 # This allows e.g. building the docs in downstream Zephyr-based
107 baseurl = project.url
133 url = f"{baseurl}/{format}/{rev}/{link}{line_ref}"
134 node = nodes.reference(rawtext, link_text, refuri=url, **options)
/Zephyr-latest/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 …]
/Zephyr-latest/scripts/west_commands/
Dblobs.py3 # SPDX-License-Identifier: Apache-2.0
26 # Keep this in sync with the string in west-commands.yml.
39 --------------
50 - module: name of the module that contains this blob
51 - abspath: blob absolute path
52 - status: short status (A: present, M: hash failure, D: not present)
53 - path: blob local path from <module>/zephyr/blobs/
54 - sha256: blob SHA256 hash in hex
55 - type: type of blob
56 - version: version string
[all …]
/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dwebusb.h2 * Copyright (c) 2016-2019 Intel Corporation
3 * Copyright (c) 2023-2024 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
12 * WebUSB platform capability and WebUSB URL descriptor.
31 * https://wicg.github.io/webusb/#webusb-platform-capability-descriptor
40 * 3408b638-09a9-47a0-8bfd-a0768815b665
57 /* WebUSB URL Descriptor, see https://wicg.github.io/webusb/#webusb-descriptors */
59 /* bLength, bDescriptorType, bScheme, UTF-8 encoded URL */
70 if (setup->wIndex == WEBUSB_REQ_GET_URL) { in webusb_to_host_cb()
71 uint8_t index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in webusb_to_host_cb()
[all …]
/Zephyr-latest/samples/subsys/dap/src/
Dwebusb.h2 * Copyright (c) 2016-2019 Intel Corporation
3 * Copyright (c) 2023-2024 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
12 * WebUSB platform capability and WebUSB URL descriptor.
31 * https://wicg.github.io/webusb/#webusb-platform-capability-descriptor
40 * 3408b638-09a9-47a0-8bfd-a0768815b665
57 /* WebUSB URL Descriptor, see https://wicg.github.io/webusb/#webusb-descriptors */
59 /* bLength, bDescriptorType, bScheme, UTF-8 encoded URL */
72 if (setup->wIndex == WEBUSB_REQ_GET_URL) { in webusb_to_host_cb()
73 uint8_t index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in webusb_to_host_cb()
[all …]
/Zephyr-latest/submanifests/
Dexample.yaml.sample6 # Then change the 'name' and 'url' below and run 'west update'.
16 - name: my-module
17 url: https://github.com/my-username/my-module
/Zephyr-latest/samples/bluetooth/beacon/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_beacon
3 :relevant-api: bluetooth
5 Advertise an Eddystone URL using GAP Broadcaster role.
11 advertising an Eddystone URL (the Zephyr website).
25 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mpl1 # Bluetooth Audio - Media player configuration options
6 # SPDX-License-Identifier: Apache-2.0
14 mock-up with no actual media being played.
35 string "Media player Icon URL"
38 Use this option to set the URL of the Media Player Icon.
41 int "Max length of media player icon URL"
46 the media player icon URL.
DKconfig.mcs1 # Bluetooth Audio - Media control configuration options
4 # Copyright (c) 2020-2022 Nordic Semiconductor
6 # SPDX-License-Identifier: Apache-2.0
42 int "Max length of media player icon URL"
47 the media player icon URL. If the URL is longer, the media control
129 bool "Support reading Media Player Icon URL"
133 optionally read the Media Player Icon URL.
/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp3 * Copyright (c) 2022-2024, NXP.
37 #include "lib/url/url.hpp"
49 * This class defines an HDLC spinel interface to the Radio Co-processor (RCP).
58 * @param[in] aRadioUrl Radio url
61 HdlcInterface(const Url::Url &aRadioUrl);
90 * This method encodes and sends a spinel frame to Radio Co-processor (RCP) over the socket.
173 const Url::Url &mRadioUrl;
/Zephyr-latest/doc/_static/images/
Dlogo-readme-dark.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
29-1{fill:#7929d2;}.cls-2{fill:#9454db;}.cls-3{fill:#af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls
31 id="linear-gradient"
39 stop-color="#7929d2"
43 stop-color="#0070c5"
47 id="linear-gradient-2"
49 y1="-1.87884"
55 stop-color="#00aeff"
59 stop-color="#9454db"
[all …]
Dlogo-readme-light.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
29-1{fill:#7929d2;}.cls-2{fill:#9454db;}.cls-3{fill:#af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls
31 id="linear-gradient"
39 stop-color="#7929d2"
43 stop-color="#0070c5"
47 id="linear-gradient-2"
49 y1="-1.87884"
55 stop-color="#00aeff"
59 stop-color="#9454db"
[all …]
Dlogo.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
29-1{fill:#7929d2;}.cls-2{fill:#9454db;}.cls-3{fill:#af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls
31 id="linear-gradient"
39 stop-color="#7929d2"
43 stop-color="#0070c5"
47 id="linear-gradient-2"
49 y1="-1.87884"
55 stop-color="#00aeff"
59 stop-color="#9454db"
[all …]
/Zephyr-latest/doc/_doxygen/
Dlogo.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
29-1{fill:#7929d2;}.cls-2{fill:#9454db;}.cls-3{fill:#af7fe4;}.cls-4{fill:url(#linear-gradient);}.cls
31 id="linear-gradient"
39 stop-color="#7929d2"
43 stop-color="#0070c5"
47 id="linear-gradient-2"
49 y1="-1.87884"
55 stop-color="#00aeff"
59 stop-color="#9454db"
[all …]
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py3 # SPDX-License-Identifier: Apache-2.0
32 log = logging.getLogger("cavs-client")
48 self.sock.sendall(cmd.encode("utf-8"))
50 ack = str(self.sock.recv(MAX_CMD_SZ), "utf-8")
71 values = (fsize, fname.encode('utf-8'), md5_tx.encode('utf-8'))
87 rck = self.sock.recv(MAX_CMD_SZ).decode("utf-8")
91 RET = -1
102 receive_log = str(self.sock.recv(BUF_SIZE), "utf-8").replace('\x00','')
128 ap.add_argument("-q", "--quiet", action="store_true",
130 ap.add_argument("-l", "--log-only", action="store_true",
[all …]
/Zephyr-latest/samples/bluetooth/beacon/src/
Dmain.c1 /* main.c - Application main entry point */
4 * Copyright (c) 2015-2016 Intel Corporation
6 * SPDX-License-Identifier: Apache-2.0
18 #define DEVICE_NAME_LEN (sizeof(DEVICE_NAME) - 1)
22 * https://github.com/google/eddystone/blob/master/protocol-specification.md
23 * https://github.com/google/eddystone/tree/master/eddystone-url
30 0x10, /* Eddystone-URL frame type */
32 0x00, /* URL Scheme Prefix http://www. */
66 * bt_le_oob_get_local(). For non-connectable non-identity in bt_ready()
67 * advertising an non-resolvable private address is used; in bt_ready()
/Zephyr-latest/doc/security/media/
Dsensor-model.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
5-face font-family="Helvetica" font-size="16" units-per-em="1000" underline-position="-75.68359" un…
6 <font-face-src>
7 <font-face-name name="Helvetica"/>
8 </font-face-src>
9 </font-face>
10 …nits="strokeWidth" id="FilledArrow_Marker" stroke-linejoin="miter" stroke-miterlimit="10" viewBox=…
12 <path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/>
15 …ts="strokeWidth" id="FilledArrow_Marker_2" stroke-linejoin="miter" stroke-miterlimit="10" viewBox=…
[all …]

12345678