Searched refs:scheme (Results 1 – 25 of 56) sorted by relevance
123
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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; 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/ |
D | blobs.py | 112 scheme = urlparse(url).scheme 115 fetcher = fetchers.get_fetcher_cls(scheme)
|
/Zephyr-Core-3.7.0/scripts/ci/ |
D | Kconfig.board.v2 | 1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
|
/Zephyr-Core-3.7.0/cmake/linker_script/common/ |
D | thread-local-storage.cmake | 23 # This scheme is not yet handled
|
/Zephyr-Core-3.7.0/ |
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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/audio/ |
D | Kconfig.tbs | 117 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/ |
D | documentation.rst | 52 scheme and following a well-defined structure we will be able to group this
|
/Zephyr-Core-3.7.0/samples/drivers/led_strip/ |
D | README.rst | 58 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/ |
D | index.rst | 20 For the different part numbers that follow the AMG88xx scheme please refer to
|
/Zephyr-Core-3.7.0/doc/services/device_mgmt/ |
D | smp_protocol.rst | 151 always CBOR encoded. The group ``64``, and above can define their own scheme
|
/Zephyr-Core-3.7.0/arch/xtensa/ |
D | Kconfig | 32 the core-isa.h file. This replaces the previous scheme
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | README_WINDOWS.rst | 80 The advantage of the scheme above is that it allows the registers to
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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]_
|
/Zephyr-Core-3.7.0/dts/arm/st/h5/ |
D | stm32h562.dtsi | 14 /* The pll scheme is similar to stm32u5 */
|
/Zephyr-Core-3.7.0/subsys/net/l2/openthread/ |
D | Kconfig | 174 Use the OpenThread mbed TLS configuration pre-defined security scheme.
|
/Zephyr-Core-3.7.0/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 const e=document;const t=localStorage;const i="prefers-color-scheme";const a="media";const s="light…
|
123