Searched refs:scheme (Results 1 – 25 of 61) sorted by relevance
123
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | __init__.py | 38 def get_fetcher_cls(scheme): argument 41 if scheme in cls.schemes(): 43 raise ValueError('unknown fetcher for scheme "{}"'.format(scheme))
|
/Zephyr-latest/soc/ |
D | Kconfig.v2 | 6 # 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/ |
D | doxygen-awesome-zephyr.css | 28 @media (prefers-color-scheme: dark) { 30 color-scheme: dark; 46 color-scheme: dark;
|
D | doxygen-awesome.css | 31 …/* 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/ |
D | blobs.py | 111 scheme = urlparse(url).scheme 114 fetcher = fetchers.get_fetcher_cls(scheme)
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_transform | 34 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/ |
D | Kconfig.board.v2 | 1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 123 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/ |
D | README.md | 9 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/ |
D | thread-local-storage.cmake | 23 # This scheme is not yet handled
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | Kconfig | 51 allocation scheme (i.e: use protocol-specific channels if
|
/Zephyr-latest/ |
D | README.rst | 6 … <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/ |
D | FindLlvmLld.cmake | 57 # own version scheme so we need to account for that.
|
D | FindGnuLd.cmake | 85 # own version scheme so we need to account for that.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 18 * Allocate, commit scheme used for packet producing. 19 * Claim, free scheme used for packet consuming.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.tbs | 48 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/ |
D | provisioning.rst | 53 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
|
D | access.rst | 142 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/ |
D | documentation.rst | 52 scheme and following a well-defined structure we will be able to group this
|
/Zephyr-latest/samples/drivers/led/led_strip/ |
D | README.rst | 58 The I2S driver supports inverting the output to suit this scheme, using the ``out-active-low`` dts
|
/Zephyr-latest/boards/shields/amg88xx/doc/ |
D | index.rst | 20 For the different part numbers that follow the AMG88xx scheme please refer to
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_protocol.rst | 151 always CBOR encoded. The group ``64``, and above can define their own scheme
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 80 The advantage of the scheme above is that it allows the registers to
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 261 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/ |
D | security-overview.rst | 298 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