Searched refs:invocation (Results 1 – 25 of 54) sorted by relevance
123
/Zephyr-latest/cmake/sca/sparse/ |
D | sparse.template | 5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
|
/Zephyr-latest/tests/cmake/config_dir/ |
D | CMakeLists.txt | 6 # Has been specified as relative on CMake invocation, convert to absolute
|
/Zephyr-latest/cmake/app/ |
D | boilerplate.cmake | 19 # old style inclusion is used. Warning is only printed in first invocation.
|
/Zephyr-latest/cmake/toolchain/xt-clang/ |
D | generic.cmake | 14 # assembler vendor. This multiple invocation of xt-clang unnecessarily
|
/Zephyr-latest/cmake/sca/eclair/ |
D | eclair.template | 5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
|
/Zephyr-latest/cmake/toolchain/xcc/ |
D | generic.cmake | 19 # assembler vendor. This multiple invocation of xt-xcc unnecessarily
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 114 # and the end of link invocation and doesn't appear in the middle of the link 115 # command invocation.
|
/Zephyr-latest/samples/cpp/cpp_synchronization/ |
D | README.rst | 10 invocation.
|
/Zephyr-latest/cmake/linker/armlink/ |
D | target.cmake | 124 # and the end of link invocation and doesn't appear in the middle of the link 125 # command invocation.
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 148 # and the end of link invocation and doesn't appear in the middle of the link 149 # command invocation.
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 142 # and the end of link invocation and doesn't appear in the middle of the link 143 # command invocation.
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 428 invocation = wrapper_defs(func_name, func_type, args, fn, userspace_only) 433 return (handler, invocation, marshaller, sys_id, table_entry)
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 46 This is used in stream flash code to exclude invocation of erase on devices that do not
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_mgmt.rst | 112 /* Spurious (false positive) invocation. */ 155 /* Spurious (false positive) invocation. */
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 59 /* increment invocation counter */
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 307 passed to each invocation. 513 run as part sysbuild CMake invocation. 617 As a result, ``my_sample`` will be built as part of the sysbuild build invocation, 791 domains in a single invocation. 800 (in some order), when flashing these domains in a single invocation. 816 part of the sysbuild build invocation, but ``west flash`` or ``west debug``
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 35 subsystem. A single compiler invocation is used to generate the object
|
D | load.rst | 92 obtain a log of the :c:func:`llext_load` invocation.
|
/Zephyr-latest/doc/build/flashing/ |
D | configuration.rst | 11 which would prevent multiple erase tasks running in a single ``west flash`` invocation, which
|
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 93 CMake invocation:
|
/Zephyr-latest/boards/shields/amg88xx/doc/ |
D | index.rst | 151 When using the PAN1780 evaluation board the build invocation looks like this:
|
/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 119 tools. There's no recursive invocation of either ``west`` or
|
/Zephyr-latest/boards/ |
D | Kconfig | 119 development doc and/or QEMU invocation doc for more info.
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 24 callback invocation, such as a channel identifier, new status value,
|
/Zephyr-latest/cmake/compiler/iar/ |
D | compiler_flags.cmake | 30 --diag_warning=Pe054 # too few arguments in invocation of macro
|
123