Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 25 of 56) sorted by relevance

123

/Zephyr-Core-3.7.0/scripts/west_commands/fetchers/
D__init__.py38 def get_fetcher_cls(scheme): argument
41 if scheme in cls.schemes():
43 raise ValueError('unknown fetcher for scheme "{}"'.format(scheme))
/Zephyr-Core-3.7.0/soc/
DKconfig.v26 # SoCs that has transitioned to SoC scheme v2 are promptless, and thus
9 # SoC that are still using scheme v1 are still having a prompt but is loaded as
10 # they offer board maintainers the possibility to use board scheme v2.
/Zephyr-Core-3.7.0/doc/_doxygen/
Ddoxygen-awesome-zephyr.css28 @media (prefers-color-scheme: dark) {
30 color-scheme: dark;
46 color-scheme: dark;
Ddoxygen-awesome.css31 …/* primary theme color. This will affect the entire websites color scheme: links, arrows, labels, …
186 @media (prefers-color-scheme: dark) {
188 color-scheme: dark;
249 color-scheme: dark;
675 color-scheme: normal;
678 @media (prefers-color-scheme: dark) {
959 @media (prefers-color-scheme: dark) {
2092 @media (prefers-color-scheme: dark) {
/Zephyr-Core-3.7.0/scripts/west_commands/
Dblobs.py112 scheme = urlparse(url).scheme
115 fetcher = fetchers.get_fetcher_cls(scheme)
/Zephyr-Core-3.7.0/scripts/ci/
DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
/Zephyr-Core-3.7.0/cmake/linker_script/common/
Dthread-local-storage.cmake23 # This scheme is not yet handled
/Zephyr-Core-3.7.0/
DREADME.rst6 … <source media="(prefers-color-scheme: dark)" srcset="doc/_static/images/logo-readme-dark.svg">
7 … <source media="(prefers-color-scheme: light)" srcset="doc/_static/images/logo-readme-light.svg">
/Zephyr-Core-3.7.0/cmake/modules/
DFindLlvmLld.cmake57 # own version scheme so we need to account for that.
DFindGnuLd.cmake85 # own version scheme so we need to account for that.
/Zephyr-Core-3.7.0/doc/kernel/data_structures/
Dmpsc_pbuf.rst18 * Allocate, commit scheme used for packet producing.
19 * Claim, free scheme used for packet consuming.
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst53 Bluetooth Core Specification Supplement. The URI must start with a URI scheme,
54 encoded as a single utf-8 data point, or the special ``none`` scheme, encoded
Daccess.rst142 data, leveraging the internal model instance encoding scheme. Models can store
204 <https://www.bluetooth.com/specifications/assigned-numbers/uri-scheme-name-string-mapping/>`_.
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
DKconfig.tbs117 int "The maximum length of the URI scheme list"
121 Sets the maximum length of the URI scheme list. If BT_GTBS is enabled,
/Zephyr-Core-3.7.0/doc/project/
Ddocumentation.rst52 scheme and following a well-defined structure we will be able to group this
/Zephyr-Core-3.7.0/samples/drivers/led_strip/
DREADME.rst58 The I2S driver supports inverting the output to suit this scheme, using the ``out-active-low`` dts
/Zephyr-Core-3.7.0/boards/shields/amg88xx/doc/
Dindex.rst20 For the different part numbers that follow the AMG88xx scheme please refer to
/Zephyr-Core-3.7.0/doc/services/device_mgmt/
Dsmp_protocol.rst151 always CBOR encoded. The group ``64``, and above can define their own scheme
/Zephyr-Core-3.7.0/arch/xtensa/
DKconfig32 the core-isa.h file. This replaces the previous scheme
/Zephyr-Core-3.7.0/arch/xtensa/core/
DREADME_WINDOWS.rst80 The advantage of the scheme above is that it allows the registers to
/Zephyr-Core-3.7.0/doc/build/kconfig/
Dsetting.rst261 so this scheme is not just an organizational issue.
356 One motivation for this configuration scheme is to avoid making fixed
/Zephyr-Core-3.7.0/doc/security/
Dsecurity-overview.rst298 protection scheme, e.g., after successful authentication.
618 scope and scheme are yet to be decided. However, many certifications such
622 certification scheme and evaluation level, this process needs to be
684 In all three cases, the certification scheme (e.g., FIPS 140-2 [NIST02]_
/Zephyr-Core-3.7.0/dts/arm/st/h5/
Dstm32h562.dtsi14 /* The pll scheme is similar to stm32u5 */
/Zephyr-Core-3.7.0/subsys/net/l2/openthread/
DKconfig174 Use the OpenThread mbed TLS configuration pre-defined security scheme.
/Zephyr-Core-3.7.0/doc/_static/js/
Ddark-mode-toggle.min.mjs2 const e=document;const t=localStorage;const i="prefers-color-scheme";const a="media";const s="light…

123