Searched full:coding (Results 1 – 25 of 81) sorted by relevance
1234
/Zephyr-latest/cmake/sca/eclair/ |
D | sca_options.cmake | 3 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/ |
D | eclair.rst | 8 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
|
D | polyspace.rst | 8 for use in highest safety contexts. It can check compliance to coding 74 - Provide additional command line flags, e.g., for selection of coding
|
/Zephyr-latest/doc/contribute/style/ |
D | index.rst | 4 Coding Style Guidelines 23 coding style conformity. 71 `Coding Style Guidelines`_ standards together with the ``.clang-format`` configuration file 84 When there are differences between the `Coding Style Guidelines`_ guidelines and the 85 formatting generated by code formatting tools, the `Coding Style Guidelines`_ guidelines
|
D | code.rst | 6 Coding style is enforced on any new or modified code, but contributors are 16 In general, follow the `Linux kernel coding style`_, with the following 34 .. _Linux kernel coding style: 35 https://kernel.org/doc/html/latest/process/coding-style.html
|
D | devicetree.rst | 9 …`Devicetree Sources (DTS) Coding Style <https://docs.kernel.org/devicetree/bindings/dts-coding-sty…
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig.adv | 70 bool "Advertising Coding Selection support" 73 Select this to enable Advertising Coding Selection API support. 75 concerning coding scheme when using Extended Advertising.
|
/Zephyr-latest/.github/workflows/ |
D | coding_guidelines.yml | 1 name: Coding Guidelines 8 name: Run coding guidelines checks on patch series (PR) 32 - name: Run Coding Guidelines Checks
|
/Zephyr-latest/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-latest/doc/safety/ |
D | safety_overview.rst | 119 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 151 a staged and incremental approach for complying with a set of coding rules (AKA 152 Coding Guidelines) to improve quality and consistency of the code base. Below 156 Coding guideline rules are available to be followed and referenced, 161 Reviewers/approvers can block pull-requests due to violations of the coding guidelines 170 Revisit the coding guideline rules and based on experience from previous [all …]
|
/Zephyr-latest/doc/security/ |
D | index.rst | 15 secure-coding.rst
|
D | security-overview.rst | 27 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 …]
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd_msg.h | 51 /** CDC ACM Line Coding update */ 75 "CDC ACM line coding",
|
/Zephyr-latest/ |
D | CONTRIBUTING.rst | 34 Coding Style, sanity checks builds, and documentation builds.
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | rk055hdmipi4m.overlay | 69 dpi-color-coding = "24-bit";
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | rk055hdmipi4ma0.overlay | 69 dpi-color-coding = "24-bit";
|
/Zephyr-latest/include/zephyr/sys/ |
D | base64.h | 22 * - Reworked coding style
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split_person.py | 2 # coding=utf-8
|
D | data_split.py | 2 # coding=utf-8
|
/Zephyr-latest/doc/develop/languages/c/ |
D | minimal_libc.rst | 23 as defined by the :ref:`Coding Guidelines Rule A.4
|
/Zephyr-latest/soc/intel/intel_ish/utils/ |
D | build_ish_firmware.py | 2 # -*- coding: utf-8 -*-"
|
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/ |
D | frag_encoder.c | 19 * CR: Coding ratio M/N
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 55 * @brief LoRa coding rate 78 /** The coding rate to use for transceiving */
|
/Zephyr-latest/drivers/flash/ |
D | flash_simulator_native.c | 14 * coding guidelines rule A.4&5 which applies to the embedded code using embedded libraries
|
1234