Searched full:coding (Results 1 – 25 of 56) sorted by relevance
123
/Zephyr-Core-3.4.0/.github/workflows/ |
D | coding_guidelines.yml | 1 name: Coding Guidelines 8 name: Run coding guidelines checks on patch series (PR) 33 - name: Run Coding Guildeines Checks
|
/Zephyr-Core-3.4.0/dts/bindings/mipi-dsi/ |
D | nxp,imx-mipi-dsi.yaml | 22 dpi-color-coding: 32 MIPI DPI interface color coding. Sets the distribution of RGB bits within
|
D | nxp,mipi-dsi-2l.yaml | 21 dpi-color-coding: 31 MIPI DPI interface color coding. Sets the distribution of RGB bits within
|
/Zephyr-Core-3.4.0/doc/security/ |
D | index.rst | 15 secure-coding.rst
|
D | security-overview.rst | 27 development process that ensures adherence to relevant coding 177 The current coding principles focus mostly on coding styles and 246 include coding guidelines and development processes that can be roughly 275 Secure Coding 367 - **Adherence to the Coding Conventions** with respect to coding style, 370 the code review. These coding conventions are enforced by 386 - **Static Code Analysis** tools efficiently detect common coding 409 - **Automation:** the review process and checks for coding rule 413 in from subsystems, in addition to review process and coding rule 465 - **Adherence to the Secure Development Coding** is mandatory to [all …]
|
D | secure-coding.rst | 3 Secure Coding 52 Secure Coding
|
/Zephyr-Core-3.4.0/ |
D | CONTRIBUTING.rst | 34 Coding Style, sanity checks builds, and documentation builds.
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | base64.h | 22 * - Reworked coding style
|
/Zephyr-Core-3.4.0/doc/develop/languages/c/ |
D | minimal_libc.rst | 23 as defined by the :ref:`Coding Guidelines Rule A.4
|
/Zephyr-Core-3.4.0/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split_person.py | 2 # coding=utf-8
|
D | data_split.py | 2 # coding=utf-8
|
D | data_prepare.py | 2 # coding=utf-8
|
/Zephyr-Core-3.4.0/doc/contribute/ |
D | guidelines.rst | 425 `Coding Style`_ standards together with the ``.clang-format`` configuration file 440 Coding Style 443 Use these coding guidelines to ensure that your development complies with the 446 .. _Linux kernel coding style: 447 https://kernel.org/doc/html/latest/process/coding-style.html 449 In general, follow the `Linux kernel coding style`_, with the following 466 coding style conformity. 928 * Coding Style 976 A *treewide change* is defined as any change to Zephyr APIs, coding practices,
|
/Zephyr-Core-3.4.0/doc/contribute/coding_guidelines/ |
D | index.rst | 3 Coding Guidelines 7 a staged and incremental approach for complying with a set of coding rules (AKA 8 Coding Guidelines) to improve quality and consistency of the code base. Below 12 Coding guideline rules are available to be followed and referenced, 23 Revisit the coding guideline rules and based on experience from previous 33 Coding guideline rules may be removed/changed at any time by filing a 39 The coding guideline rules are based on MISRA-C 2012 and are a subset of MISRA-C. 1186 violate the Zephyr Project `Code of Conduct`_. This coding rule was inspired by 1404 coding practices and it should not be assumed that their use in the Zephyr 1489 project. It is used to automate compliance with a range of coding and security [all …]
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_conn_iso.h | 9 uint64_t phy_flags:1; /* S2 or S8 coding scheme */
|
D | pdu.h | 295 /* cs = 0, S2 coding scheme, use PHY_FLAGS_S2 296 * cs = 1, S8 coding scheme, use PHY_FLAGS_S8 298 * Not using the term CI, Coding Indicator, where in the Spec its defined value
|
/Zephyr-Core-3.4.0/boards/arm/cc3235sf_launchxl/ |
D | pinmux.c | 16 * (Then modified to meet Zephyr coding style)
|
/Zephyr-Core-3.4.0/boards/arm/mimxrt1170_evk/ |
D | mimxrt1170_evk_cm7.dts | 85 dpi-color-coding = "24-bit";
|
/Zephyr-Core-3.4.0/include/zephyr/usb/class/ |
D | usb_cdc.h | 113 * @brief PSTN Subclass Line Coding Values
|
/Zephyr-Core-3.4.0/tests/unit/base64/ |
D | main.c | 22 * - Reworked coding style
|
/Zephyr-Core-3.4.0/boards/arm/cc3220sf_launchxl/ |
D | pinmux.c | 41 * (Then modified to meet Zephyr coding style)
|
/Zephyr-Core-3.4.0/doc/project/ |
D | project_roles.rst | 326 * Checkpatch (Coding Style) 335 * Coding Guidelines
|
/Zephyr-Core-3.4.0/lib/os/ |
D | base64.c | 22 * - Reworked coding style
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/ |
D | lora.h | 59 /* The coding rate to use for transceiving */
|
/Zephyr-Core-3.4.0/drivers/lora/ |
D | shell.c | 139 shell_print(sh, " Coding rate: 4/%i", in lora_conf_dump()
|
123