Searched full:prefixes (Results 1 – 25 of 53) sorted by relevance
123
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 104 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/ |
D | pre_dt.cmake | 9 # DTS files, bindings, and vendor prefixes are. 15 # implementation files (like bindings, vendor prefixes, etc.) are
|
D | dts.cmake | 70 # 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/ |
D | gen_edt.py | 79 parser.add_argument("--vendor-prefixes", action='append', default=[], 80 help="vendor-prefixes.txt path; used for validation; "
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 59 # 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')
|
D | gen_boards_catalog.py | 194 vnd_lookup = VndLookup(ZEPHYR_BASE / "dts/bindings/vendor-prefixes.txt", [])
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 37 but not runtime filtering. There are no timestamps, prefixes,
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 149 '''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/ |
D | cs_stm.rst | 157 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/ |
D | base64.h | 21 * - Removed mbedtls_ prefixes
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 119 IPv6 prefixes (max 2): 147 IPv6 prefixes (max 2):
|
D | overview.rst | 26 * The system also supports multiple IPv6 prefixes and the maximum
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 138 platforms which prefixes a WAITI entry with 128 NOP
|
/Zephyr-latest/samples/net/openthread/coap/ |
D | README.rst | 117 Prefixes: 131 Prefixes show the IPv6 prefies that could be used by device outside the
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 36 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/ |
D | ieee802154.rst | 62 IEEE802154/ieee802154 prefixes there.
|
/Zephyr-latest/doc/contribute/style/ |
D | cmake.rst | 80 - **Consistent Prefixing**: Use consistent prefixes for variables to avoid name
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 130 IPv6 prefixes (max 2): 187 IPv6 prefixes (max 2):
|
/Zephyr-latest/doc/ |
D | CMakeLists.txt | 140 --vendor-prefixes ${ZEPHYR_BASE}/dts/bindings/vendor-prefixes.txt
|
/Zephyr-latest/tests/unit/base64/ |
D | main.c | 21 * - Removed mbedtls_ prefixes
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 360 .. 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/ |
D | coredump.h | 24 * as log module adds its own prefixes.
|
/Zephyr-latest/lib/utils/ |
D | base64.c | 21 * - Removed mbedtls_ prefixes
|
/Zephyr-latest/drivers/can/ |
D | can_esp32_twai.c | 26 * The names with TWAI_ prefixes from Espressif reference manuals are used for these incompatible
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 50 :zephyr_file:`dts/bindings/vendor-prefixes.txt`. If the SoC vendor does not
|
123