Home
last modified time | relevance | path

Searched full:prefixes (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-latest/doc/build/dts/
Dbindings-upstream.rst104 Rules for vendor prefixes
107 The following general rules apply to vendor prefixes in :ref:`compatible
114 :zephyr_file:`dts/bindings/vendor-prefixes.txt`, you must use that vendor
118 invent a vendor prefix. Vendor prefixes are not mandatory parts of compatible
123 - Do not submit additions to Zephyr's :file:`dts/bindings/vendor-prefixes.txt`
129 :file:`dts/bindings/vendor-prefixes.txt` file to any directory in your
131 prefixes, and will not generate warnings or errors if you use them in your
134 - We sometimes synchronize Zephyr's vendor-prefixes.txt file with the Linux
/Zephyr-latest/cmake/modules/
Dpre_dt.cmake9 # DTS files, bindings, and vendor prefixes are.
15 # implementation files (like bindings, vendor prefixes, etc.) are
Ddts.cmake70 # implementation files (like bindings, vendor prefixes, etc.) are
131 # The location of a file containing known vendor prefixes, relative to
134 set(VENDOR_PREFIXES dts/bindings/vendor-prefixes.txt)
178 # well as all the devicetree bindings and vendor prefixes associated
233 list(APPEND EXTRA_GEN_EDT_ARGS --vendor-prefixes ${vendor_prefixes})
/Zephyr-latest/scripts/dts/
Dgen_edt.py79 parser.add_argument("--vendor-prefixes", action='append', default=[],
80 help="vendor-prefixes.txt path; used for validation; "
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py59 # Load the vendor-prefixes.txt file. Return a dict mapping 'vnd'
60 # vendor prefixes as they are found in compatible properties to
77 logger.info('found %d vendor prefixes in %s', len(vnd2vendor) - 1,
86 # mapping 'vnd' vendor prefixes prefixes to lists of bindings. The
98 # Get an unsorted dict mapping vendor prefixes to lists of bindings.
142 # prefixes to ref targets for their relevant sections in this
178 parser.add_argument('--vendor-prefixes', required=True,
179 help='vendor-prefixes.txt file path')
Dgen_boards_catalog.py194 vnd_lookup = VndLookup(ZEPHYR_BASE / "dts/bindings/vendor-prefixes.txt", [])
/Zephyr-latest/subsys/logging/
DKconfig.mode37 but not runtime filtering. There are no timestamps, prefixes,
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py149 '''Convert *compat2binding* to a dict mapping vendor prefixes
161 '''Convert *binding2chages* to a dict mapping vendor prefixes
402 ZEPHYR_BASE / 'dts' / 'bindings' / 'vendor-prefixes.txt')
492 # compatible isn't in vendor-prefixes.txt, but we have
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst157 The following are the prefixes used to indicate the cores:
159 .. csv-table:: nRF54H20 log prefixes
221 The following are the prefixes used to indicate the cores:
223 .. csv-table:: nRF54H20 log prefixes
/Zephyr-latest/include/zephyr/sys/
Dbase64.h21 * - Removed mbedtls_ prefixes
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst119 IPv6 prefixes (max 2):
147 IPv6 prefixes (max 2):
Doverview.rst26 * The system also supports multiple IPv6 prefixes and the maximum
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig138 platforms which prefixes a WAITI entry with 128 NOP
/Zephyr-latest/samples/net/openthread/coap/
DREADME.rst117 Prefixes:
131 Prefixes show the IPv6 prefies that could be used by device outside the
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv636 int "Max number of IPv6 prefixes per network interface"
253 Size of the allow/deny filter list of IPv6 prefixes. User can
/Zephyr-latest/doc/connectivity/networking/api/
Dieee802154.rst62 IEEE802154/ieee802154 prefixes there.
/Zephyr-latest/doc/contribute/style/
Dcmake.rst80 - **Consistent Prefixing**: Use consistent prefixes for variables to avoid name
/Zephyr-latest/samples/net/capture/
DREADME.rst130 IPv6 prefixes (max 2):
187 IPv6 prefixes (max 2):
/Zephyr-latest/doc/
DCMakeLists.txt140 --vendor-prefixes ${ZEPHYR_BASE}/dts/bindings/vendor-prefixes.txt
/Zephyr-latest/tests/unit/base64/
Dmain.c21 * - Removed mbedtls_ prefixes
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst360 .. note:: The ``<PackageName>_ROOT`` variables, as well as the default paths, are just the prefixes
361 to the search path. These prefixes get combined with additional path suffixes, which together
/Zephyr-latest/include/zephyr/debug/
Dcoredump.h24 * as log module adds its own prefixes.
/Zephyr-latest/lib/utils/
Dbase64.c21 * - Removed mbedtls_ prefixes
/Zephyr-latest/drivers/can/
Dcan_esp32_twai.c26 * The names with TWAI_ prefixes from Espressif reference manuals are used for these incompatible
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst50 :zephyr_file:`dts/bindings/vendor-prefixes.txt`. If the SoC vendor does not

123