Searched full:comments (Results 1 – 25 of 107) sorted by relevance
12345
/Zephyr-latest/doc/contribute/style/ |
D | code.rst | 24 * Use spaces instead of tabs to align comments after declarations, as needed. 25 * Use C89-style single line comments, ``/* */``. The C99-style single line 27 * Use ``/** */`` for doxygen comments that need to appear in the documentation. 31 * Use proper capitalization of nouns in code comments (e.g. ``UART`` and not
|
D | kconfig.rst | 12 * Format comments as ``# Comment`` rather than ``#Comment``
|
/Zephyr-latest/scripts/coccinelle/ |
D | returnvar.cocci | 7 // Comments: Comments on code can be deleted if near code that is removed.
|
D | semicolon.cocci | 7 // Comments: Some false positives on empty default cases in switch statements.
|
D | noderef.cocci | 8 // Comments:
|
/Zephyr-latest/ |
D | .yamllint | 8 comments:
|
D | CODE_OF_CONDUCT.md | 32 * Trolling, insulting or derogatory comments, and personal or political attacks 47 comments, commits, code, wiki edits, issues, and other contributions that are
|
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 42 …print(f'#{pr.number}: {pr.title} - {pr.comments} Comments, reviews: {reviews.totalCount}, {len(pr.… 112 prj['comments'] = pr.comments
|
/Zephyr-latest/soc/amd/acp_6_0/ |
D | CMakeLists.txt | 1 # See detailed comments in soc/xtensa/intel_adsp/common/CMakeLists.txt
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_system_apic.c | 69 * comments in _interrupt_vector_allocate() for more information regarding IRQ 87 * comments in _interrupt_vector_allocate() for more information regarding IRQ
|
/Zephyr-latest/soc/nxp/imx/imx8/ |
D | CMakeLists.txt | 14 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
|
/Zephyr-latest/soc/nxp/imx/imx8ulp/ |
D | CMakeLists.txt | 10 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
|
/Zephyr-latest/soc/nxp/imx/imx8x/ |
D | CMakeLists.txt | 14 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_x86.cmake | 19 # start of comments on i386.
|
/Zephyr-latest/scripts/schemas/ |
D | patch-schema.yml | 87 # Comments useful to other developers about the patch, 89 comments:
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 207 resolve and hide comments, they must let the initial reviewer do it. The 208 Zephyr project does not require all comments to be resolved before merge. 212 - Respond to comments using the "Start Review" and "Add Review" green buttons in 213 the "Files changed" view. This allows responding to multiple comments and 236 #. Identify PRs without any comments or reviews, ping the PR Assignee to start a 239 Assignee and any reviewers that have left comments on the PR.
|
D | reviewer_expectations.rst | 22 contributor an opportunity to address all comments in the next PR update. 42 they address all non-blocking comments. PR authors should acknowledge every
|
/Zephyr-latest/soc/nxp/imx/imx8m/ |
D | CMakeLists.txt | 14 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
|
/Zephyr-latest/modules/ |
D | Kconfig.sysbuild | 12 # List of comments to display when Zephyr modules are not available, please
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 41 Comments or bug-reports to support@gaisler.com 94 Comments or bug-reports to support@gaisler.com
|
/Zephyr-latest/scripts/net/ |
D | enumerate_http_status.py | 9 comments.
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | prj.conf | 2 # I.e. don't just copy this config and its comments into your new test.
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | thread_stack.h | 31 * [ see also comments in arch/arm64/core/thread.c ]
|
/Zephyr-latest/modules/mbedtls/configs/ |
D | config-coap.h | 97 * control both ends of the connection! (See comments in "mbedtls/ssl.h".)
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 250 # Ignore comments when computing similarities. 251 ignore-comments=yes
|
12345