/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 1 .. _no-west: 11 - cloning the additional source code repositories used by Zephyr in 13 - specifying the locations of these repositories to the Zephyr build 15 - flashing and debugging without understanding detailed usage of the 20 If you have previously installed west and want to stop using it, 23 .. code-block:: console 31 ------------------ 37 .. code-block:: console 41 git clone https://github.com/zephyrproject-rtos/zephyr 50 --------------------- [all …]
|
D | install.rst | 1 .. _west-install: 11 pip3 install --user -U west 15 pip3 install -U west 18 See :ref:`python-pip` for additional clarification on using the 19 ``--user`` switch. 21 Afterwards, you can run ``pip3 show -f west`` for information on where the west 22 binary and related files were installed. 24 Once west is installed, you can use it to :ref:`clone the Zephyr repositories 25 <clone-zephyr>`. 27 .. _west-struct: [all …]
|
D | troubleshooting.rst | 1 .. _west-troubleshooting: 14 .. code-block:: shell 16 west -v update 21 .. code-block:: none 26 --- your_project: fetching, need revision SOME_SHA 27 …west.manifest: running 'git fetch ... https://github.com/your-username/your_project ...' in /some/… 37 ``curl -v FETCH_URL`` (for HTTPS URLs) or ``ssh -v FETCH_URL`` (for SSH URLs) 47 On Windows, this means that either west is not installed, or your :envvar:`PATH` 48 environment variable does not contain the directory where pip installed 51 First, make sure you've installed west; see :ref:`west-install`. Then try [all …]
|
/Zephyr-latest/arch/arm/core/ |
D | nmi.c | 2 * Copyright (c) 2013-2014 Wind River Systems, Inc. 4 * SPDX-License-Identifier: Apache-2.0 37 * handler that reboots. It should be installed after the console is 50 * @brief Handler installed in the vector table 52 * Simply call what is installed in 'static void(*handler)(void)'.
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | exc_exit.c | 2 * Copyright (c) 2013-2014 Wind River Systems, Inc. 5 * SPDX-License-Identifier: Apache-2.0 10 * @brief ARM Cortex-M exception/interrupt exit API 13 * interrupts that are installed directly in the vector table (i.e. that are not 23 * @brief Kernel housekeeping when exiting interrupt handler installed 49 * @brief Kernel housekeeping when exiting exception handler installed 59 if (_kernel.cpus->current->base.prio >= 0) { in z_arm_exc_exit() 61 if (_kernel.ready_q.cache != _kernel.cpus->current) { in z_arm_exc_exit() 63 SCB->ICSR |= SCB_ICSR_PENDSVSET_Msk; in z_arm_exc_exit()
|
/Zephyr-latest/doc/develop/toolchains/ |
D | designware_arc_mwdt.rst | 6 #. You need to have `ARC MWDT <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_ installed on 9 #. You need to have :ref:`Zephyr SDK <toolchain_zephyr_sdk>` installed on your host. 22 - Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``arcmwdt``. 23 - Set :envvar:`ARCMWDT_TOOLCHAIN_PATH` to the toolchain installation directory. MWDT installation 28 If you have only one ARC MWDT toolchain version installed on your machine you may skip setting 29 :envvar:`ARCMWDT_TOOLCHAIN_PATH` - it would be detected automatically. 35 .. code-block:: console
|
D | arm_compiler.rst | 11 - Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``armclang``. 12 - Set :envvar:`ARMCLANG_TOOLCHAIN_PATH` to the toolchain installation 20 .. code-block:: bash 27 .. code-block:: batch 34 #. If the Arm Compiler 6 was installed as part of an Arm Development Studio, then 36 …https://developer.arm.com/tools-and-software/software-development-tools/license-management/resourc… 37 For example if the Arm Development Studio is installed in: 38 ``/opt/armds-2020-1`` with a Gold license, then set :envvar:`ARM_PRODUCT_DEF` 39 to point to ``/opt/armds-2020-1/gold.elmap``. 54 … _Arm Compiler 6: https://developer.arm.com/tools-and-software/embedded/arm-compiler/downloads/ver…
|
D | cadence_xcc.rst | 12 * A SoC-specific add-on to be installed on top of Xtensa Xplorer. 14 * This add-on allows the compiler to generate code for the SoC on hand. 16 #. Install Xtensa Xplorer and then the SoC add-on. 22 * GCC-based compiler: ``xt-xcc`` and its friends. 24 * Clang-based compiler: ``xt-clang`` and its friends. 31 * Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``xcc`` or ``xt-clang``. 51 #. For example, assuming the SDK is installed in ``/opt/xtensa``, and 57 .. code-block:: console 60 export ZEPHYR_TOOLCHAIN_VARIANT=xt-clang 63 export TOOLCHAIN_VER=RI-2022.10-linux [all …]
|
D | intel_oneapi_toolkit.rst | 7 <https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html>`_ 9 #. Assuming the toolkit is installed in ``/opt/intel/oneApi``, set environment
|
/Zephyr-latest/include/zephyr/task_wdt/ |
D | task_wdt.h | 4 * SPDX-License-Identifier: Apache-2.0 51 * @retval -ENOTSUP If assigning a hardware watchdog is not supported. 52 * @retval -Errno Negative errno if the fallback hw_wdt is used and the 68 * @retval channel_id If successful, a non-negative value indicating the index 72 * @retval -EINVAL If the reload_period is invalid. 73 * @retval -ENOMEM If no more timeouts can be installed. 87 * @retval -EINVAL If there is no installed timeout for supplied channel. 94 * This function loops through all installed task watchdogs and updates the 101 * @retval -EINVAL If there is no installed timeout for supplied channel.
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | README.rst | 1 .. zephyr:code-sample:: external_library 25 .. code-block:: bash 29 Once installed, build the application as normal. 34 The pre-built make application can be downloaded from 37 getting the ``Complete package`` setup. Once installed and in the path, build
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfigVersion.cmake | 1 # SPDX-License-Identifier: Apache-2.0 9 # A better match would be an installed Zephyr that has a common index with current source dir. 18 # We are just a candidate, meaning we have been included from other installed module. 55 if (${ZEPHYR_BASE}/share/zephyr-package/cmake STREQUAL ${CMAKE_CURRENT_LIST_DIR}) 65 # We are included, so we need to ensure that the version of the top-level 111 # Only do this if we are an installed CMake Config package and checking for workspace candidates. 116 …means this Zephyr is likely the correct one, but there could be an alternative installed along-side 125 # Checking for installed candidates which could also be an workspace candidates.
|
D | zephyr_package_search.cmake | 1 # The purpose of this file is to provide search mechanism for locating Zephyr in-work-tree package 2 # even when they are not installed into CMake package system 14 # `Zephyr_DIR-NOTFOUND` or pointing to the Zephyr package including the 43 # - ZEPHYR_BASE : Use the specified ZEPHYR_BASE directly. 44 # - WORKSPACE_DIR : Search for projects in specified workspace. 45 # - SEARCH_PARENTS : Search parent folder of current source file (application) 46 # to locate in-project-tree Zephyr candidates. 47 # - CHECK_ONLY : Only set PACKAGE_VERSION_COMPATIBLE to false if a better candidate 49 # - VERSION_CHECK : This is the version check stage by CMake find package 50 # - CANDIDATES_PREFERENCE_LIST : List of candidate to be preferred, if installed [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_addon.py | 4 # SPDX-License-Identifier: Apache-2.0 41 (['--enable-ubsan'], '1') 49 args = ['-i', '--outdir', out_path, '-T', test_path] + \ 53 ['-p'] * len(test_platforms), test_platforms 68 (['--enable-asan', '--enable-lsan'], '1') 76 args = ['-i', '--outdir', out_path, '-T', test_path] + \ 80 ['-p'] * len(test_platforms), test_platforms 98 (['--enable-asan'], '1', True) 109 args = ['-i', '-W', '--outdir', out_path, '-T', test_path] + \ 113 ['-p'] * len(test_platforms), test_platforms [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | watchdog.h | 5 * SPDX-License-Identifier: Apache-2.0 67 * Each installed timeout needs feeding within the specified time window, 151 * After successful return, all installed timeouts are valid and must be 158 * @retval -ENOTSUP If any of the set options is not supported. 159 * @retval -EBUSY If watchdog instance has been already setup. 160 * @retval -errno In case of any other failure. 167 (const struct wdt_driver_api *)dev->api; in z_impl_wdt_setup() 169 return api->setup(dev, options); in z_impl_wdt_setup() 182 * @retval -EFAULT If watchdog instance is not enabled. 183 * @retval -EPERM If watchdog can not be disabled directly by application code. [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 3 # SPDX-License-Identifier: Apache-2.0 41 Run 'west sdk' or 'west sdk list' to list installed SDKs. 42 See 'west sdk list --help' for details. 48 See 'west sdk install --help' for details. 61 help="list installed Zephyr SDKs", 82 Set --version option to install a specific version of the SDK. 86 You can specify the installation directory with --install-dir or --install-base. 87 If the specified version of the SDK is already installed, 88 the already installed SDK will be used regardless of the settings of 89 --install-dir and --install-base. [all …]
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | Makefile.host | 2 # It required mbedTLS to be installed on the system, e.g. 3 # libmbedtls-dev package on Debian/Ubuntu Linux. 6 $(CC) $^ -lmbedcrypto -o $@
|
/Zephyr-latest/cmake/modules/ |
D | ccache.cmake | 1 # SPDX-License-Identifier: Apache-2.0 3 # Use ccache if it is installed, unless the user explicitly disables
|
D | FindoneApi.cmake | 1 # SPDX-License-Identifier: Apache-2.0 18 # Parse the 'clang --version' output to find the installed version. 19 execute_process(COMMAND ${CMAKE_C_COMPILER} --version OUTPUT_VARIABLE ONEAPI_VERSION) 20 string(REGEX REPLACE "[^0-9]*([0-9.]+) .*" "\\1" ONEAPI_VERSION ${ONEAPI_VERSION})
|
/Zephyr-latest/drivers/console/ |
D | semihost_console.c | 3 * SPDX-License-Identifier: Apache-2.0 10 #include <zephyr/sys/libc-hooks.h> 22 * is installed at link time. That makes printk() usable very early. in semihost_console_init()
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_mcux_wwdt.c | 8 * SPDX-License-Identifier: Apache-2.0 39 const struct mcux_wwdt_config *config = dev->config; in mcux_wwdt_setup() 40 struct mcux_wwdt_data *data = dev->data; in mcux_wwdt_setup() 41 WWDT_Type *base = config->base; in mcux_wwdt_setup() 43 if (!data->timeout_valid) { in mcux_wwdt_setup() 44 LOG_ERR("No valid timeouts installed"); in mcux_wwdt_setup() 45 return -EINVAL; in mcux_wwdt_setup() 48 WWDT_Init(base, &data->wwdt_config); in mcux_wwdt_setup() 56 const struct mcux_wwdt_config *config = dev->config; in mcux_wwdt_disable() 57 struct mcux_wwdt_data *data = dev->data; in mcux_wwdt_disable() [all …]
|
D | wdt_gecko.c | 5 * SPDX-License-Identifier: Apache-2.0 51 * (default), 1 cycle is 1 ms +/- 12%. 92 const struct wdt_gecko_cfg *config = dev->config; in wdt_gecko_setup() 93 struct wdt_gecko_data *data = dev->data; in wdt_gecko_setup() 94 WDOG_TypeDef *wdog = config->base; in wdt_gecko_setup() 96 if (!data->timeout_installed) { in wdt_gecko_setup() 97 LOG_ERR("No valid timeouts installed"); in wdt_gecko_setup() 98 return -EINVAL; in wdt_gecko_setup() 101 data->wdog_config.em2Run = in wdt_gecko_setup() 103 data->wdog_config.em3Run = in wdt_gecko_setup() [all …]
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | particle_xenon.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 /delete-node/ &storage_partition; 11 compatible = "fixed-partitions"; 12 #address-cells = <1>; 13 #size-cells = <1>; 15 /* This is the littlefs v1 file system pre-installed
|
/Zephyr-latest/samples/subsys/shell/fs/boards/ |
D | particle_xenon.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 /delete-node/ &storage_partition; 11 compatible = "fixed-partitions"; 12 #address-cells = <1>; 13 #size-cells = <1>; 15 /* This is the littlefs v1 file system pre-installed
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 1 # Byte-compiled / optimized / DLL files 9 develop-eggs/ 20 pip-wheel-metadata/ 21 share/python-wheels/ 22 *.egg-info/ 23 .installed.cfg
|