Home
last modified time | relevance | path

Searched full:comments (Results 1 – 25 of 107) sorted by relevance

12345

/Zephyr-latest/doc/contribute/style/
Dcode.rst24 * 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
Dkconfig.rst12 * Format comments as ``# Comment`` rather than ``#Comment``
/Zephyr-latest/scripts/coccinelle/
Dreturnvar.cocci7 // Comments: Comments on code can be deleted if near code that is removed.
Dsemicolon.cocci7 // Comments: Some false positives on empty default cases in switch statements.
Dnoderef.cocci8 // Comments:
/Zephyr-latest/
D.yamllint8 comments:
DCODE_OF_CONDUCT.md32 * 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/
Dmerged_prs.py42 …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/
DCMakeLists.txt1 # See detailed comments in soc/xtensa/intel_adsp/common/CMakeLists.txt
/Zephyr-latest/drivers/interrupt_controller/
Dintc_system_apic.c69 * 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/
DCMakeLists.txt14 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
/Zephyr-latest/soc/nxp/imx/imx8ulp/
DCMakeLists.txt10 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
/Zephyr-latest/soc/nxp/imx/imx8x/
DCMakeLists.txt14 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_x86.cmake19 # start of comments on i386.
/Zephyr-latest/scripts/schemas/
Dpatch-schema.yml87 # Comments useful to other developers about the patch,
89 comments:
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst207 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.
Dreviewer_expectations.rst22 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/
DCMakeLists.txt14 # See detailed comments in soc/intel/intel_adsp/common/CMakeLists.txt
/Zephyr-latest/modules/
DKconfig.sysbuild12 # List of comments to display when Zephyr modules are not available, please
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst41 Comments or bug-reports to support@gaisler.com
94 Comments or bug-reports to support@gaisler.com
/Zephyr-latest/scripts/net/
Denumerate_http_status.py9 comments.
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
Dprj.conf2 # I.e. don't just copy this config and its comments into your new test.
/Zephyr-latest/include/zephyr/arch/arm64/
Dthread_stack.h31 * [ see also comments in arch/arm64/core/thread.c ]
/Zephyr-latest/modules/mbedtls/configs/
Dconfig-coap.h97 * control both ends of the connection! (See comments in "mbedtls/ssl.h".)
/Zephyr-latest/scripts/ci/
Dpylintrc250 # Ignore comments when computing similarities.
251 ignore-comments=yes

12345