Home
last modified time | relevance | path

Searched refs:suffix (Results 51 – 67 of 67) sorted by relevance

123

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py518 llvm_cov_ext = pathlib.Path(llvm_cov).suffix
/Zephyr-latest/cmake/modules/
Dkernel.cmake130 # Add .S file extension suffix into CMAKE_ASM_SOURCE_FILE_EXTENSIONS,
Ddts.cmake169 # ...but remove the ones that do not include the revision suffix
Dextensions.cmake2662 # [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/
Dcheckpatch.pl6126 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/
Dport.c748 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/
Dtest_dtlib.py34 fd, path = tempfile.mkstemp(prefix='pytest-', suffix='.dts')
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst256 suffix ``dig`` added. For example, ``iomuxc_snvs_wakeup_gpio13_io00`` has
Dmigration-guide-4.0.rst50 unsigned literals (i.e. with a ``U`` suffix). To use addresses as devicetree
Dmigration-guide-3.6.rst93 * All enum (choice) names have now gained a ``_c`` suffix, so the enum name no longer matches
Dmigration-guide-3.7.rst201 * Some of the driver API structs have been rename to have the required ``_driver_api`` suffix. (:gi…
Drelease-notes-3.0.rst1113 * :github:`40714` - west flash, Invalid DFU suffix signature
Drelease-notes-4.0.rst1204 * ``DT_*_REG_ADDR`` now returns an explicit unsigned value with C's ``U`` suffix.
Drelease-notes-2.6.rst2207 * :github:`9895` - MISRA C Add 'u' or 'U' suffix for all unsigned integer constants
Drelease-notes-3.2.rst1596 * pinctrl: some pin definitions did not contain the "_c" suffix, used by pins
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst314 …- 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/
Dindex.rst448 * :makevar:`FILE_SUFFIX`: Optional suffix for filenames that will be added to Kconfig

123