Searched full:environment (Results 1 – 25 of 398) sorted by relevance
12345678910>>...16
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | CMakeLists.txt | 99 set(ENV{VARIABLE} "environment") 107 # Environment value has the next highest precedence. 112 assert_equal(VARIABLE "environment") 114 # Environment value is cached after it's retrieved. 115 assert_equal(CACHE{VARIABLE} "environment") 134 set(ENV{TESTCASE_VARIABLE} "environment") 158 IMAGE no_sysbuild "environment" 162 IMAGE zephyr_get_3rd "environment" 165 IMAGE no_sysbuild "environment" 168 IMAGE zephyr_get_3rd "environment" [all …]
|
/Zephyr-latest/samples/posix/env/ |
D | README.rst | 2 :name: Environment Variables 4 Manipulate environment variables from a Zephyr application. 9 …is sample application, the POSIX :c:func:`setenv`, function is used to populate several environment 10 variables in C. Then, all environment variables are then printed. 12 If the user sets a new value for the ``ALERT`` environment variable, it is printed to standard 38 Setting Environment Variables 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. 55 Getting Environment Variables [all …]
|
/Zephyr-latest/doc/develop/ |
D | env_vars.rst | 3 Environment Variables 7 environment variables. This page describes how. 15 To set the environment variable ``MY_VARIABLE`` to ``foo`` for the 65 To install RapidEE, a freeware graphical environment variable editor, 73 environment variables. Make sure to use the "User" environment variables area 85 your environment when you are using Zephyr. 98 To get this value back into your current terminal environment, **you must 111 To get this value back into your current terminal environment, **you must 123 directory) to your :envvar:`PATH` environment variable 131 Zephyr Environment Scripts [all …]
|
/Zephyr-latest/modules/trusted-firmware-a/ |
D | Kconfig | 8 bool "Build with TF-A as the Secure Execution Environment" 12 environment, along with the Zephyr image. The Zephyr image 13 itself is to be executed in the Non-Secure Processing Environment.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | intel_oneapi_toolkit.rst | 9 #. Assuming the toolkit is installed in ``/opt/intel/oneApi``, set environment 19 To setup the complete oneApi environment, use:: 23 The above will also change the python environment to the one used by the
|
D | other_x_compilers.rst | 7 mechanism of using a ``CROSS_COMPILE`` environment variable to set up a 32 #. :ref:`Set these environment variables <env_vars>`: 40 environment, follow these example shell sessions (the
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_environment.py | 7 Tests for environment.py classes' methods 17 import twisterlib.environment 170 parser = twisterlib.environment.add_parse_arguments() 181 mock.patch('twisterlib.environment' \ 185 twisterlib.environment.parse_arguments(parser, args) 197 parser = twisterlib.environment.add_parse_arguments() 207 twisterlib.environment.parse_arguments(parser, args) 219 parser = twisterlib.environment.add_parse_arguments() 221 with mock.patch('twisterlib.environment.PYTEST_PLUGIN_INSTALLED', True): 222 twisterlib.environment.parse_arguments(parser, args) [all …]
|
D | README.md | 3 Running the tests require the environment variable ZEPHYR_BASE to be set. 54 - test_twister.py : Contains basic testcases for environment variables, verifying testcase & platfo…
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | db_generation.ecl | 3 # NEEDED: set the variable for the binary output directory from the environment 7 # NEEDED: set the variable for the ECLAIR project database from the environment 11 # NEEDED: set the variable for the output directory from the environment
|
/Zephyr-latest/samples/sensor/ccs811/ |
D | Kconfig | 43 int "Environment temperature for CCS811, Cel" 48 int "Environment humidity for CCS811, %RH"
|
/Zephyr-latest/cmake/sca/sparse/ |
D | sca.cmake | 9 # sparse.cmake will ensure that REAL_CC is set correctly in environment before 11 # for REAL_CC to be set in environment.
|
/Zephyr-latest/doc/services/tfm/ |
D | overview.rst | 35 * The secure processing environment (secure boot and TF-M) starts first 51 | Secure Processing Environment (SPE) | | NSPE | 62 Communication between the (Zephyr) Non-Secure Processing Environment (NSPE) and 63 the (TF-M) Secure Processing Environment image happens based on a set of PSA 103 processing environment which, depending on the isolation level chosen when 111 non-secure environment, and has the least privilege in the system. This is the 123 boundary is between the secure and non-secure processing environment, 181 Secure Processing Environment 185 will begin execution in the **secure processing environment**. This is where 225 private keys are only ever accessible to the secure processing environment. [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | peci.rst | 3 Platform Environment Control Interface (PECI) 8 The Platform Environment Control Interface, abbreviated as PECI,
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 8 - Set up a command-line Zephyr development environment on Ubuntu, macOS, or 169 the command line tools are on your :envvar:`PATH` :ref:`environment 219 `Python virtual environment`_. 221 .. _Python virtual environment: https://docs.python.org/3/library/venv.html 233 #. Create a new virtual environment: 239 #. Activate the virtual environment: 246 virtual environment can be deactivated at any time by running 251 Remember to activate the virtual environment every time you 285 #. Create a new virtual environment: 291 #. Activate the virtual environment: [all …]
|
/Zephyr-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 14 # We first try to find it via the environment variables BSIM_OUT_PATH and BSIM_COMPONENTS_PATH. 17 # Note that what we find through the environment variables is meant to have precedence. 53 b) set the environment variable BSIM_COMPONENTS_PATH to point to your own bsim installation\n\ 60 #Many apps cmake files (in and out of tree) expect these environment variables. Lets provide them:
|
/Zephyr-latest/cmake/toolchain/cross-compile/ |
D | generic.cmake | 4 # toolchain with a single environment variable. 15 # It can be set from either the environment or from a CMake variable
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/ |
D | CMakeLists.txt | 15 message(STATUS "LIB_LOCATION environment variable defined") 34 message(STATUS "LIB_LOCATION environment variable NOT defined")
|
/Zephyr-latest/samples/tfm_integration/ |
D | tfm_integration.rst | 12 secure processing environment (S), with Zephyr running in the non-secure 13 processing environment (NS). 30 Trusted Execution Environment. This is achieved by a set of secure run time
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | jobserver.py | 44 """Get the environment variables necessary to share the job server.""" 110 """Create a job client from an environment with the MAKEFLAGS variable. 113 the environment for a string "--jobserver-auth=R,W", where R 115 respectively. If we don't find this environment variable (or 126 env: Optionally, the environment to search. 131 no MAKEFLAGS environment variable. 205 """Get the environment variables necessary to share the job server."""
|
/Zephyr-latest/ |
D | zephyr-env.sh | 30 echo "Source this file (do NOT execute it!) to set the Zephyr Kernel environment." 34 # You can further customize your environment by creating a bash script called 60 # enable custom environment settings
|
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/ |
D | test_sample.py | 16 that value to environment. 29 environment variable exported by fixture pytest_cmdopt_handle.
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_ace15_mtpm.rst | 20 the following environment variables specific to the board in addition to the 21 Xtensa toolchain environment variables listed in :ref:`intel_adsp_generic`.
|
D | intel_adsp_cavs25.rst | 20 the following environment variables specific to the board in addition to the 21 Xtensa toolchain environment variables listed in :ref:`intel_adsp_generic`.
|
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/ |
D | test_sample.py | 16 that value to environment. 29 environment variable exported by fixture pytest_cmdopt_handle.
|
/Zephyr-latest/cmake/emu/ |
D | armfvp.cmake | 39 "ARM FVP ${filetype} File specified in environment" 45 message(FATAL_ERROR "Please specify ARMFVP_${filetype}_FILE in environment " 68 # Use flags passed in from the environment
|
12345678910>>...16