Searched refs:suffix (Results 51 – 67 of 67) sorted by relevance
123
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 518 llvm_cov_ext = pathlib.Path(llvm_cov).suffix
|
/Zephyr-latest/cmake/modules/ |
D | kernel.cmake | 130 # Add .S file extension suffix into CMAKE_ASM_SOURCE_FILE_EXTENSIONS,
|
D | dts.cmake | 169 # ...but remove the ones that do not include the revision suffix
|
D | extensions.cmake | 2662 # [SUFFIX <suffix>] [REQUIRED] 2984 # zephyr_file_suffix(<filename> SUFFIX <suffix>) 2986 # Zephyr file add suffix extension. 2988 # `_<suffix>` extension to them and if so, updates the supplied variable/list with the new 2992 # and updated if there is a filename which has the <suffix> present. 2993 # <suffix>: The suffix to test for and append to the end of the provided filename. 3002 # If the file suffix variable is not known then there is nothing to do, return early 3014 # Search for the full stop so we know where to add the file suffix before the file extension 3019 # Use the filename with the suffix if it exists, if not then fall back to the default 5657 # output a relocatable file. The output file suffix is changed so
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 6126 my $suffix = ""; 6129 $suffix .= 'U' if ($cast =~ /\bunsigned\b/); 6131 $suffix .= 'LL'; 6133 $suffix .= 'L'; 6135 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | port.c | 748 container->tlv = (struct ptp_tlv *)resp->management.suffix; in port_management_resp_tlv_fill() 1473 struct ptp_tlv_mgmt *mgmt = (struct ptp_tlv_mgmt *)msg->management.suffix; in ptp_port_management_error()
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 34 fd, path = tempfile.mkstemp(prefix='pytest-', suffix='.dts')
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 256 suffix ``dig`` added. For example, ``iomuxc_snvs_wakeup_gpio13_io00`` has
|
D | migration-guide-4.0.rst | 50 unsigned literals (i.e. with a ``U`` suffix). To use addresses as devicetree
|
D | migration-guide-3.6.rst | 93 * All enum (choice) names have now gained a ``_c`` suffix, so the enum name no longer matches
|
D | migration-guide-3.7.rst | 201 * Some of the driver API structs have been rename to have the required ``_driver_api`` suffix. (:gi…
|
D | release-notes-3.0.rst | 1113 * :github:`40714` - west flash, Invalid DFU suffix signature
|
D | release-notes-4.0.rst | 1204 * ``DT_*_REG_ADDR`` now returns an explicit unsigned value with C's ``U`` suffix.
|
D | release-notes-2.6.rst | 2207 * :github:`9895` - MISRA C Add 'u' or 'U' suffix for all unsigned integer constants
|
D | release-notes-3.2.rst | 1596 * pinctrl: some pin definitions did not contain the "_c" suffix, used by pins
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 314 …- A u or U suffix shall be applied to all integer constants that are represented in an unsigned t… 321 - The lowercase character l shall not be used in a literal suffix
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 448 * :makevar:`FILE_SUFFIX`: Optional suffix for filenames that will be added to Kconfig
|
123