Home
last modified time | relevance | path

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

123

/Zephyr-latest/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-latest/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-latest/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;
676 color-scheme: normal;
679 @media (prefers-color-scheme: dark) {
965 @media (prefers-color-scheme: dark) {
2100 @media (prefers-color-scheme: dark) {
/Zephyr-latest/scripts/west_commands/
Dblobs.py111 scheme = urlparse(url).scheme
114 fetcher = fetchers.get_fetcher_cls(scheme)
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_transform34 prompt "AEAD ITS transform module scheme"
37 The AEAD scheme used to encrypt and authenticate the data.
40 bool "AES-GCM AEAD scheme"
45 bool "ChaCha20-Poly1305 AEAD scheme"
51 bool "Custom AEAD scheme"
/Zephyr-latest/scripts/ci/
DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py123 scheme: PowerSupplyScheme
133 scheme = PowerSupplyScheme.VDD_VDDH_1V8
138 scheme = PowerSupplyScheme.VDDH_2V1_5V5
140 scheme = PowerSupplyScheme.UNCONFIGURED
142 return cls(scheme=scheme)
148 return cls(scheme=PowerSupplyScheme[power["scheme"]])
153 if self.scheme == PowerSupplyScheme.VDD_VDDH_1V8:
161 elif self.scheme == PowerSupplyScheme.VDDH_2V1_5V5:
179 buf["power"] = {"scheme": self.scheme.name}
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md9 with explicit scheme having all required Twister JSON report objects associated
11 Besides, it allows to track changes in Twister JSON report scheme
12 and the corresponding data scheme in the same source code repository.
22 Tune resulting data scheme and size depending on your particular needs.
/Zephyr-latest/cmake/linker_script/common/
Dthread-local-storage.cmake23 # This scheme is not yet handled
/Zephyr-latest/drivers/firmware/scmi/
DKconfig51 allocation scheme (i.e: use protocol-specific channels if
/Zephyr-latest/
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-latest/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-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst18 * Allocate, commit scheme used for packet producing.
19 * Claim, free scheme used for packet consuming.
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.tbs48 int "The maximum length of the URI scheme list"
52 Sets the maximum length of the URI scheme list.
/Zephyr-latest/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-latest/doc/project/
Ddocumentation.rst52 scheme and following a well-defined structure we will be able to group this
/Zephyr-latest/samples/drivers/led/led_strip/
DREADME.rst58 The I2S driver supports inverting the output to suit this scheme, using the ``out-active-low`` dts
/Zephyr-latest/boards/shields/amg88xx/doc/
Dindex.rst20 For the different part numbers that follow the AMG88xx scheme please refer to
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst151 always CBOR encoded. The group ``64``, and above can define their own scheme
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst80 The advantage of the scheme above is that it allows the registers to
/Zephyr-latest/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-latest/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]_

123