Home
last modified time | relevance | path

Searched full:coding (Results 1 – 25 of 73) sorted by relevance

123

/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake3 option(ECLAIR_RULESET_FIRST_ANALYSIS "A tiny selection of the projects coding guideline rules to
6 option(ECLAIR_RULESET_STU "Selection of the projects coding guidelines, which can be verified
9 option(ECLAIR_RULESET_STU_HEAVY "Selection of complex STU project coding guidelines that
11 option(ECLAIR_RULESET_WP "All whole program project coding guidelines ('system' in MISRA's
13 option(ECLAIR_RULESET_STD_LIB "Project coding guidelines about the C Standard Library" OFF)
/Zephyr-latest/doc/develop/sca/
Declair.rst8 Applications range from coding rule validation, with a
9 particular emphasis on the MISRA and BARR-C coding standards, to the
64 * first_analysis (default): a tiny selection of the projects coding guidelines to verify that
67 * STU: Selection of the projects coding guidelines, which can be verified by analysing the single
70 * STU_heavy: Selection of complex STU project coding guidelines that require a significant amount
73 * WP: All whole program project coding guidelines ("system" in MISRA's parlance).
75 * std_lib: Project coding guidelines about the C Standard Library.
88 If you want to use your own defined ruleset instead of the predefined zephyr coding guidelines
/Zephyr-latest/.github/workflows/
Dcoding_guidelines.yml1 name: Coding Guidelines
8 name: Run coding guidelines checks on patch series (PR)
32 - name: Run Coding Guildeines Checks
/Zephyr-latest/dts/bindings/mipi-dsi/
Dnxp,imx-mipi-dsi.yaml22 dpi-color-coding:
32 MIPI DPI interface color coding. Sets the distribution of RGB bits within
Dnxp,mipi-dsi-2l.yaml21 dpi-color-coding:
31 MIPI DPI interface color coding. Sets the distribution of RGB bits within
/Zephyr-latest/doc/security/
Dindex.rst15 secure-coding.rst
Dsecurity-overview.rst27 development process that ensures adherence to relevant coding
175 The current coding principles focus mostly on coding styles and
242 include coding guidelines and development processes that can be roughly
271 Secure Coding
363 - **Adherence to the Coding Conventions** with respect to coding style,
366 the code review. These coding conventions are enforced by
382 - **Static Code Analysis** tools efficiently detect common coding
405 - **Automation:** the review process and checks for coding rule
409 in from subsystems, in addition to review process and coding rule
461 - **Adherence to the Secure Development Coding** is mandatory to
[all …]
Dsecure-coding.rst3 Secure Coding
52 Secure Coding
/Zephyr-latest/include/zephyr/usb/
Dusbd_msg.h51 /** CDC ACM Line Coding update */
71 "CDC ACM line coding",
/Zephyr-latest/
DCONTRIBUTING.rst34 Coding Style, sanity checks builds, and documentation builds.
/Zephyr-latest/doc/safety/
Dsafety_overview.rst119 a. :ref:`coding_guidelines` (including: static code analysis, coding style, etc.)
137 Coding Guidelines
140 The coding guidelines are the basis to a common understanding and a unified ruleset and development
141 style for industrial software products. For safety the coding guidelines are essential and have
147 Also the **IEC 61508 standard** sets a pre-condition and recommendation towards the use of coding
/Zephyr-latest/doc/contribute/
Dguidelines.rst536 Coding Style
539 .. _Linux kernel coding style:
540 https://kernel.org/doc/html/latest/process/coding-style.html
542 In general, follow the `Linux kernel coding style`_, with the following
557 Use these coding guidelines to ensure that your development complies with the
561 coding style conformity.
608 `Coding Style`_ standards together with the ``.clang-format`` configuration file
621 When there are differences between the `Coding Style`_ guidelines and the
622 formatting generated by code formatting tools, the `Coding Style`_ guidelines
635 * Coding Style
[all …]
Dindex.rst34 Code contributions are expected to follow a set of coding guidelines to ensure consistency and
/Zephyr-latest/boards/shields/rk055hdmipi4m/
Drk055hdmipi4m.overlay69 dpi-color-coding = "24-bit";
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
Drk055hdmipi4ma0.overlay69 dpi-color-coding = "24-bit";
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst23 as defined by the :ref:`Coding Guidelines Rule A.4
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_split_person.py2 # coding=utf-8
Ddata_split.py2 # coding=utf-8
/Zephyr-latest/include/zephyr/sys/
Dbase64.h22 * - Reworked coding style
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.py2 # -*- coding: utf-8 -*-"
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/
Dfrag_encoder.c19 * CR: Coding ratio M/N
/Zephyr-latest/include/zephyr/drivers/
Dlora.h55 * @brief LoRa coding rate
78 /** The coding rate to use for transceiving */
/Zephyr-latest/drivers/flash/
Dflash_simulator_native.c14 * coding guidelines rule A.4&5 which applies to the embedded code using embedded libraries
/Zephyr-latest/scripts/utils/
Dconvert_guidelines.py6 """This script converting the Zephyr coding guideline rst file to a output file,
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h13 uint64_t phy_flags:1; /* S2 or S8 coding scheme */

123