Searched full:coding (Results 1 – 25 of 67) sorted by relevance
123
/Zephyr-Core-3.6.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.6.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.6.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 244 include coding guidelines and development processes that can be roughly 273 Secure Coding 365 - **Adherence to the Coding Conventions** with respect to coding style, 368 the code review. These coding conventions are enforced by 384 - **Static Code Analysis** tools efficiently detect common coding 407 - **Automation:** the review process and checks for coding rule 411 in from subsystems, in addition to review process and coding rule 463 - **Adherence to the Secure Development Coding** is mandatory to [all …]
|
D | secure-coding.rst | 3 Secure Coding 52 Secure Coding
|
/Zephyr-Core-3.6.0/ |
D | CONTRIBUTING.rst | 34 Coding Style, sanity checks builds, and documentation builds.
|
/Zephyr-Core-3.6.0/doc/safety/ |
D | safety_overview.rst | 101 a. :ref:`coding_guidelines` (including: static code analysis, coding style, etc.) 119 Coding Guidelines 122 The coding guidelines are the basis to a common understanding and a unified ruleset and development 123 style for industrial software products. For safety the coding guidelines are essential and have 129 Also the **IEC 61508 standard** sets a pre-condition and recommendation towards the use of coding
|
/Zephyr-Core-3.6.0/boards/shields/rk055hdmipi4m/ |
D | rk055hdmipi4m.overlay | 68 dpi-color-coding = "24-bit";
|
/Zephyr-Core-3.6.0/boards/shields/rk055hdmipi4ma0/ |
D | rk055hdmipi4ma0.overlay | 68 dpi-color-coding = "24-bit";
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | base64.h | 22 * - Reworked coding style
|
/Zephyr-Core-3.6.0/doc/develop/languages/c/ |
D | minimal_libc.rst | 23 as defined by the :ref:`Coding Guidelines Rule A.4
|
/Zephyr-Core-3.6.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.6.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 467 coding style conformity. 939 * Coding Style 983 A *treewide change* is defined as any change to Zephyr APIs, coding practices,
|
D | index.rst | 34 Code contributions are expected to follow a set of coding guidelines to ensure consistency and
|
/Zephyr-Core-3.6.0/soc/x86/intel_ish/utils/ |
D | build_ish_firmware.py | 2 # -*- coding: utf-8 -*-"
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | lora.h | 53 * @brief LoRa coding rate 76 /** The coding rate to use for transceiving */
|
/Zephyr-Core-3.6.0/drivers/flash/ |
D | flash_simulator_native.c | 14 * coding guidelines rule A.4&5 which applies to the embedded code using embedded libraries
|
/Zephyr-Core-3.6.0/scripts/utils/ |
D | convert_guidelines.py | 6 """This script converting the Zephyr coding guideline rst file to a output file,
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_conn_iso.h | 13 uint64_t phy_flags:1; /* S2 or S8 coding scheme */
|
/Zephyr-Core-3.6.0/include/zephyr/usb/class/ |
D | usb_cdc.h | 113 * @brief PSTN Subclass Line Coding Values
|
/Zephyr-Core-3.6.0/tests/unit/base64/ |
D | main.c | 22 * - Reworked coding style
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_native_ptty_bottom.c | 10 * coding guidelines rule A.4&5 which applies to the embedded code using embedded libraries
|
123