Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/Zephyr-4.2.1/boards/common/
Drenode_robot.board.cmake5 # `--variable` is a renode-test argument, for setting a variable that can be later used in a .robot…
6 # ELF: used in common.robot to set the `elf` variable in the default .resc script defined i…
11 board_runner_args(renode-robot "--renode-robot-arg=--variable=ELF:@${PROJECT_BINARY_DIR}/${KERNEL_E…
12 board_runner_args(renode-robot "--renode-robot-arg=--variable=RESC:@${RENODE_SCRIPT}")
13 board_runner_args(renode-robot "--renode-robot-arg=--variable=UART:${RENODE_UART}")
14 board_runner_args(renode-robot "--renode-robot-arg=--variable=KEYWORDS:${ZEPHYR_BASE}/tests/robot/c…
15 board_runner_args(renode-robot "--renode-robot-arg=--variable=RESULTS_DIR:${APPLICATION_BINARY_DIR}…
Dopenocd-nrf5.board.cmake7 # Boards which don't meet this convention can set this variable before
20 "To fix, set CMake variable OPENOCD_NRF5_SUBFAMILY.")
/Zephyr-4.2.1/cmake/sca/eclair/ECL/
Ddb_generation.ecl3 # NEEDED: set the variable for the binary output directory from the environment
4 # variable.
7 # NEEDED: set the variable for the ECLAIR project database from the environment
8 # variable.
11 # NEEDED: set the variable for the output directory from the environment
12 # variable.
/Zephyr-4.2.1/doc/kernel/services/synchronization/
Dcondvar.rst6 A :dfn:`condition variable` is a synchronization primitive
17 condition variable is referenced by its memory address.
20 variable.
22 A condition variable is basically a queue of threads that threads can put
28 #. Puts the current thread in the condition variable queue.
38 A condition variable must be initialized before it can be used.
47 A condition variable is defined using a variable of type :c:struct:`k_condvar`.
50 The following code defines a condition variable:
58 Alternatively, a condition variable can be defined and initialized at compile time
72 The following code waits on the condition variable.
[all …]
/Zephyr-4.2.1/doc/kernel/services/other/
Dthread_local_storage.rst24 :kconfig:option:`CONFIG_ERRNO` to let the variable ``errno`` be a thread local
25 variable. This allows user threads to access the value of ``errno`` without
34 For example, to declare a thread local variable in header files:
40 And to declare the actual variable in source files:
46 Keyword ``static`` can also be used to limit the variable within a source file:
52 Using the thread local variable is the same as using other variable, for example:
Datomic.rst6 An :dfn:`atomic variable` is one that can be read and modified
7 by threads and ISRs in an uninterruptible manner. It is a 32-bit variable on
8 32-bit machines and a 64-bit variable on 64-bit machines.
19 Using the kernel's atomic APIs to manipulate an atomic variable
21 even if higher priority contexts also manipulate the same variable.
32 An atomic variable is defined using a variable of type :c:type:`atomic_t`.
34 By default an atomic variable is initialized to zero. However, it can be given
44 An atomic variable is manipulated using the APIs listed at the end of
47 The following code shows how an atomic variable can be used to keep track
105 Use an atomic variable to implement critical section processing that only
/Zephyr-4.2.1/scripts/
Dsnippets.py53 def append_value(variable, value): argument
54 if variable in ('SB_EXTRA_CONF_FILE', 'EXTRA_DTC_OVERLAY_FILE', 'EXTRA_CONF_FILE'):
59 if variable in ('DTS_EXTRA_CPPFLAGS'):
63 for variable, value in snippet_data.get('append', {}).items():
64 if (sysbuild is True and variable[0:3] == 'SB_') or \
65 (sysbuild is False and variable[0:3] != 'SB_'):
66 self.appends[variable].append(append_value(variable, value))
71 for variable, value in settings.get('append', {}).items():
72 if (sysbuild is True and variable[0:3] == 'SB_') or \
73 (sysbuild is False and variable[0:3] != 'SB_'):
[all …]
/Zephyr-4.2.1/samples/posix/env/
DREADME.rst12 If the user sets a new value for the ``ALERT`` environment variable, it is printed to standard
41 The shell command below shows how to create a new environment variable or update the value
42 associated with an existing environment variable.
45 ``ALERT`` environment variable and then immediately unsets it.
58 The shell command below may be used to display the value associated with one environment variable.
/Zephyr-4.2.1/cmake/modules/
DFindTargetTools.cmake34 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_NAME.html:
41 # variable is used for constructing the file names of the platform files
46 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PROCESSOR.html:
51 # target system. This variable is not used very much except for one
58 # https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_VERSION.html:
59 # When the CMAKE_SYSTEM_NAME variable is set explicitly to enable cross
64 # https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_BYTE_ORDER.html
68 # this setting to allow users to read the standard CMake variable or use
Dconfiguration_files.cmake21 # loaded, then no changes to the variable will happen.
60 The CACHED_CONF_FILE is internal Zephyr variable used between CMake runs. \
61 To change CONF_FILE, use the CONF_FILE variable." ${CONF_FILE_FORCE_CACHE})
63 # The CONF_FILE variable is now set to its final value.
92 # The DTC_OVERLAY_FILE variable is now set to its final value.
Dextensions.cmake383 # Set the output variable in the parent scope
410 # with a name accessible through the variable ZEPHYR_CURRENT_LIBRARY.
412 # The variable ZEPHYR_CURRENT_LIBRARY should seldom be needed since
959 # variable `ACTIVE_BOARD_REVISION` with the selected revision.
1180 key_value # Output variable
1564 # Writes 1 to the output variable 'ok' if
1586 # pow2round(<variable>)
1636 # zephyr_build_string(<out-variable>
1638 # [SHORT <out-variable>]
1643 # zephyr_build_string(<out-variable>
[all …]
/Zephyr-4.2.1/modules/hal_ethos_u/
DCMakeLists.txt7 # as directory variable will fail to override that in ethos-u-core-driver
8 # as cache variable. Fix by passing as cache variable. See:
/Zephyr-4.2.1/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake47 # sysbuild_get(<variable> IMAGE <image> [VAR <image-variable>] <KCONFIG|CACHE>)
49 # This function will return the variable found in the CMakeCache.txt file
52 # `VAR` is not given, the `<variable>` name provided will be used both for
55 # The result will be returned in `<variable>`.
60 # and return the value in the local variable `PROJECT_NAME`.
64 # and return the value in the local variable `my_sample_PROJECT_NAME`.
68 # and return the value in the local variable `my_sample_CONFIG_FOO`.
70 # <variable>: variable used for returning CMake cache value. Also used as lookup
71 # variable if `VAR` is not provided.
72 # IMAGE: image name identifying the cache to use for variable lookup.
[all …]
/Zephyr-4.2.1/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig48 variable if placed on the stack or the maximum allocated size of the
49 variable if placed on the heap.
56 variable if placed on the stack or the allocated size of the
57 variable if placed on the heap (settings does not support getting
/Zephyr-4.2.1/scripts/coccinelle/
Dreturnvar.cocci2 /// Remove unneeded variable used to store return value.
56 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret +
66 cocci.print_main("unneeded \"" + ret + "\" variable", p1)
/Zephyr-4.2.1/samples/boards/nxp/adsp/number_crunching/
DCMakeLists.txt15 message(STATUS "LIB_LOCATION environment variable defined")
34 message(STATUS "LIB_LOCATION environment variable NOT defined")
/Zephyr-4.2.1/modules/hal_nxp/mcux/mcux-sdk-ng/
Dbasic.cmake18 function(set_variable_ifdef feature_toggle variable)
20 set(${variable} ON PARENT_SCOPE)
/Zephyr-4.2.1/arch/common/
Drom_start_address.ld9 * snippets-rom-start.ld. This variable is used in rom_start_offset.ld
/Zephyr-4.2.1/samples/boards/st/backup_sram/
DREADME.rst4 Use Backup SRAM to store a variable that persists across power cycles.
12 This example shows how to define a variable on the Backup SRAM. Each time the
/Zephyr-4.2.1/tests/cmake/zephyr_get/
DCMakeLists.txt47 # - assert_equal(<variable> <expected-value>)
49 # - assert_equal(<variable>
54 function(assert_equal variable expected_value)
55 if("${variable}" MATCHES "{.+}$")
56 string(CONFIGURE "$${variable}" actual_value)
58 set(actual_value "${${variable}}")
83 set(info "${TEST_NAME}: ${variable} == '${actual_value}'")
98 # Test with a local variable not controlled by sysbuild.
133 # Test with an external variable provided in testcase.yaml
187 # Test with a local variable not controlled by sysbuild.
[all …]
/Zephyr-4.2.1/scripts/ci/
Dpylintrc116 undefined-variable,
117 undefined-all-variable,
212 global-variable-not-assigned,
213 unused-variable,
214 undefined-loop-variable,
216 possibly-unused-variable,
/Zephyr-4.2.1/doc/develop/toolchains/
Dhost.rst11 :ref:`environment variable <env_vars>` to ``host``. To use clang, set
Dother_x_compilers.rst7 mechanism of using a ``CROSS_COMPILE`` environment variable to set up a
51 You can also set ``CROSS_COMPILE`` as a CMake variable.
54 directory and have a common file name prefix. The ``CROSS_COMPILE`` variable
/Zephyr-4.2.1/subsys/
DCMakeLists.txt3 # FIXME: SHADOW_VARS: move this before adding shadow variable warning below.
6 # shadow variable warnings being active on these files. Until the module has
/Zephyr-4.2.1/doc/develop/
Denv_vars.rst15 To set the environment variable ``MY_VARIABLE`` to ``foo`` for the
65 To install RapidEE, a freeware graphical environment variable editor,
83 Choose this option if you don't want to make the variable's setting available
132 directory) to your :envvar:`PATH` environment variable
166 directory) to your ``PATH`` environment variable
224 (Note the capitalization when forming the environment variable name.)
237 ``PATH`` is an environment variable used on Unix-like or Microsoft Windows

12345678910>>...13