Home
last modified time | relevance | path

Searched full:scheme (Results 1 – 25 of 134) sorted by relevance

123456

/Zephyr-latest/scripts/west_commands/fetchers/
D__init__.py38 def get_fetcher_cls(scheme): argument
39 '''Get a fetcher's class object, given a scheme.'''
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/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/doc/_static/js/
Ddark-mode-toggle-stylesheets-loader.min.js2 …Item(s)}catch(e){}const a=/\(\s*prefers-color-scheme\s*:\s*light\s*\)/gi;const r=/\(\s*prefers-col…
/Zephyr-latest/doc/_templates/
Dlayout.html30 <meta name="color-scheme" content="dark light">
36 …="{{ pathto('_static/css/light.css', 1) }}" type="text/css" media="(prefers-color-scheme: light)"/>
37 …ef="{{ pathto('_static/css/dark.css', 1) }}" type="text/css" media="(prefers-color-scheme: dark)"/>
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-zephyr.css28 @media (prefers-color-scheme: dark) {
30 color-scheme: dark;
46 color-scheme: dark;
Ddoxygen-awesome-darkmode-toggle.js43 // Update the color scheme when the browsers preference changes
45 window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {
48 // Update the color scheme when the tab is made visible again.
65 … window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {
93 return window.matchMedia('(prefers-color-scheme: dark)').matches
/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/dts/bindings/misc/
Dnxp,s32-trgmux.yaml6 The device supports the triggering scheme between peripherals.
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/blob_mdls/
Dblob_cli_caps_cancelled.sh7 # The test instance seqence must stay as it is due to addressing scheme
Dblob_cli_caps_all_rsp.sh7 # The test instance sequence must stay as it is due to addressing scheme
Dblob_cli_caps_no_rsp.sh7 # The test instance sequence must stay as it is due to addressing scheme
Dblob_cli_caps_partial_rsp.sh7 # The test instance sequence must stay as it is due to addressing scheme
Dblob_cli_persistent_transfer.sh7 # The test instance sequence must stay as it is due to addressing scheme
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_cli_persistent_transfer.sh7 # The test instance sequence must stay as it is due to addressing scheme
Ddfu_cli_all_targets_lost_on_metadata.sh10 # The test instance sequence must stay as it is due to addressing scheme
Ddfu_cli_all_targets_lost_on_apply.sh10 # The test instance sequence must stay as it is due to addressing scheme
Ddfu_cli_all_targets_lost_on_caps_get.sh10 # The test instance sequence must stay as it is due to addressing scheme
Ddfu_cli_all_targets_lost_on_update_get.sh10 # The test instance sequence must stay as it is due to addressing scheme
Ddfu_cli_all_targets_lost_on_verify.sh10 # The test instance sequence must stay as it is due to addressing scheme
/Zephyr-latest/scripts/west_commands/
Dblobs.py111 scheme = urlparse(url).scheme
112 self.dbg(f'Fetching {path} with {scheme}')
114 fetcher = fetchers.get_fetcher_cls(scheme)
/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/boards/nordic/nrf54h20dk/
Dbicr.json3 "scheme": "VDDH_2V1_5V5" string
/Zephyr-latest/arch/xtensa/core/
Dprep_c.c48 /* The asm2 scheme keeps the kernel pointer in a scratch SR in z_prep_c()
51 * compared to the legacy scheme. But in SMP this record is a in z_prep_c()

123456