Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 106) sorted by relevance

12345

/Zephyr-latest/scripts/west_commands/fetchers/
Dcore.py7 from typing import List, Type
12 def get_fetchers() -> List[Type['ZephyrBlobFetcher']]:
18 def schemes(cls) -> List[str]:
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py9 from typing import Any, Callable, Dict, List, Optional, Set, Union
47 Binding2Changes = Dict[Binding, List[BindingChange]]
54 vnds: List[str]
62 start: List[str]
63 end: List[str]
67 start: List[str]
68 end: List[str]
190 binding_changes: List[BindingChange] = \
200 ) -> List[BindingChange]:
202 ret: List[BindingChange] = []
[all …]
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py86 from typing import Callable, Optional, Dict, List
131 def __init__(self, pins: List[SignalMapping], config: List[PIN_CONFIG]) -> None:
139 def __init__(self, mapping: SignalMapping, config: List[PIN_CONFIG]) -> None:
147 def __init__(self, name: str, pins: List[PinConfiguration]) -> None:
176 configs: List[DeviceConfiguration], input_file: Path, header: str
207 default_groups: List[PinGroup] = []
242 def board_is_nrf(content: List[str]) -> bool:
260 def fmt_pinctrl_groups(groups: List[PinGroup]) -> str:
332 def insert_pinctrl_include(content: List[str], board: str) -> None:
375 def adjust_content(content: List[str], board: str) -> List[DeviceConfiguration]:
[all …]
/Zephyr-latest/scripts/
Dmake_bugs_pickle.py12 from typing import BinaryIO, List
44 def get_open_bugs() -> List[Issue]:
Ddump_bugs_pickle.py11 from typing import List
36 def get_bugs(args: argparse.Namespace) -> List[Issue]:
Dlist_hardware.py11 from typing import List
175 cpuclusters: List[str]
176 folder: List[str]
189 folder: List[str]
191 socs: List[Soc]
197 folder: List[str]
198 series: List[Series]
199 socs: List[Soc]
Dlist_boards.py13 from typing import List, Union
42 variants: List[str] = field(default_factory=list)
55 variants: List[str] = field(default_factory=list)
68 variants: List[str] = field(default_factory=list)
74 cpuclusters: List[str] = field(default_factory=list)
75 variants: List[str] = field(default_factory=list)
95 directories: Union[Path, List[Path]]
103 revisions: List[str] = field(default_factory=list, compare=False)
104 socs: List[Soc] = field(default_factory=list, compare=False)
105 variants: List[str] = field(default_factory=list, compare=False)
Dsnippets.py20 from typing import Dict, Iterable, List, Set
34 Appends = Dict[str, List[str]]
87 self.requested: List[str] = list(requested or [])
/Zephyr-latest/modules/mbedtls/
Dcreate_psa_files.py10 from typing import List
84 def generate_kconfig_content(symbols: List[str]) -> str:
97 def generate_header_content(symbols: List[str]) -> str:
/Zephyr-latest/cmake/modules/
Dconfiguration_files.cmake13 # - CONF_FILE: List of Kconfig fragments
14 # - EXTRA_CONF_FILE: List of additional Kconfig fragments
15 # - DTC_OVERLAY_FILE: List of devicetree overlay files
16 # - EXTRA_DTC_OVERLAY_FILE List of additional devicetree overlay files
17 # - DTS_EXTRA_CPPFLAGS List of additional devicetree preprocessor defines
Dsoc.cmake32 "List of SoC directories for SoC (${SOC_NAME})" FORCE
/Zephyr-latest/cmake/flash/
Dcheck_runner_dependencies.cmake11 # DEPENDENCIES: List containing dependencies on target.
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md53 List any concerns, unknowns, and generally unresolved questions etc.
58 List any alternatives considered, and the reasons for choosing this option
/Zephyr-latest/boards/shields/nrf7002ek/
Dnrf7002ek_common.dtsi25 /* List of interfaces */
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_10.rst16 | ``1`` | List supported groups |
107 List supported groups command
110 List supported groups command allows listing the group IDs of supported MCUmgr groups on the
113 List supported groups request
116 List supported groups request header fields:
129 List supported groups response
132 List supported groups response header fields:
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst95 *List/table of supported drivers to go here*
103 *List/table of supported drivers to go here*
120 *List/table of supported drivers to go here, including which API options
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst3 Single-linked List
65 Single-linked List Internals
101 Flagged List
117 Single-linked List API Reference
122 Flagged List API Reference
Ddlist.rst3 Double-linked List
50 Double-linked List Internals
97 Doubly-linked List API Reference
/Zephyr-latest/modules/
DKconfig.sysbuild12 # List of comments to display when Zephyr modules are not available, please
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.tbs131 bool "Support reading Bearer URI Schemes Supported List"
135 List.
158 bool "Support reading Bearer List Current Calls"
161 This option enables support for reading Bearer List Current Calls.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst32 Replay Protection List
35 The Replay Protection List (RPL) is used to hold recently received sequence
87 The Replay Protection List uses the same work item to store RPL entries. If argument
93 scheduled by the Replay Protection List, the work item will be rescheduled.
Dsrpl_srv.rst10 Specification version 1.1, and manages the Solicitation Replay Protection List (SRPL) saved on the
/Zephyr-latest/drivers/dma/
DKconfig.dw_axi_dmac27 This flag can be enabled if hardware support Linked List multi-block transfer
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis247 bool "DIS IEEE 11073-20601 Regulatory Certification Data List characteristic"
249 …Enable IEEE 11073-20601 Regulatory Certification Data List characteristic in Device Information Se…
252 string "IEEE 11073-20601 Regulatory Certification Data List"
255 …IEEE 11073-20601 Regulatory Certification Data List characteristic in Device Information Service s…
/Zephyr-latest/doc/templates/
Dsample.tmpl14 [List of required software and hardware components. Provide pointers to

12345