Searched +full:working +full:- +full:directory (Results 1 – 25 of 85) sorted by relevance
1234
/Zephyr-latest/share/sysbuild/ |
D | CMakeLists.txt | 1 # Copyright (c) 2021-2023 Nordic Semiconductor 3 # SPDX-License-Identifier: Apache-2.0 13 # on current working dir. 14 set(APP_DIR ${APP_DIR} CACHE PATH "Main Application Source Directory") 15 set(Sysbuild_DIR ${CMAKE_CURRENT_LIST_DIR}/../sysbuild-package/cmake) 20 set(APPLICATION_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} CACHE PATH "Application Binary Directory") 30 build_info(application source-dir VALUE ${CMAKE_CURRENT_SOURCE_DIR})
|
/Zephyr-latest/.github/workflows/ |
D | doc-build.yml | 2 # SPDX-License-Identifier: Apache-2.0 8 - cron: '0 */3 * * *' 11 - v* 24 doc-build-html: 27 github.repository_owner == 'zephyrproject-rtos' 28 runs-on: ubuntu-24.04 29 timeout-minutes: 90 31 group: doc-build-html-${{ github.ref }} 32 cancel-in-progress: true 35 - name: install-pkgs [all …]
|
D | hello_world_multiplatform.yaml | 6 - main 7 - v*-branch 8 - collab-* 11 - main 12 - v*-branch 13 - collab-* 15 - 'scripts/**' 16 - '.github/workflows/hello_world_multiplatform.yaml' 17 - 'SDK_VERSION' 20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} [all …]
|
D | manifest.yml | 7 runs-on: ubuntu-22.04 10 - name: Checkout the code 15 fetch-depth: 0 16 persist-credentials: false 18 - name: west setup 21 working-directory: zephyrproject/zephyr 24 git config --global user.email "you@example.com" 25 git config --global user.name "Your Name" 26 west init -l . || true 28 - name: Manifest [all …]
|
D | devicetree_checks.yml | 3 # SPDX-License-Identifier: Apache-2.0 10 - main 11 - v*-branch 13 - 'scripts/dts/**' 14 - '.github/workflows/devicetree_checks.yml' 17 - main 18 - v*-branch 20 - 'scripts/dts/**' 21 - '.github/workflows/devicetree_checks.yml' 24 devicetree-checks: [all …]
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 1 .. zephyr:code-sample:: shell-fs 3 :relevant-api: file_system_api 25 .. zephyr-app-commands:: 26 :zephyr-app: samples/subsys/shell/fs 32 :file:`flash.bin`, in the current directory to keep the flash content. 35 .. code-block:: console 37 zephyr/zephyr.exe -help 43 --------------------------------------- 48 Before starting a build, make sure that the i386 pkgconfig directory is in your 49 search path and that a 32-bit version of libfuse is installed. For more [all …]
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 4 # SPDX-License-Identifier: Apache-2.0 19 bool "Read-only support for all volumes" 22 Select this when using FAT for read-only access to slightly 56 int "Max number of entries in FAT FS root directory" 60 Sets how many root directory entries will be allocated when 78 FIL is defined in ff.h of ELM FAT driver, and is pre-allocated 79 at compile-time. 86 Affects how many directory objects area available for parallel 88 DIR is defined in ff.h of ELM FAT driver, and is pre-allocated 89 at compile-time. [all …]
|
/Zephyr-latest/include/zephyr/posix/ |
D | pwd.h | 4 * SPDX-License-Identifier: Apache-2.0 22 /* initial working directory */
|
/Zephyr-latest/scripts/net/ |
D | README.txt | 1 The shell script run-sample-tests.sh runs selected Zephyr samples against 2 the network test applications Docker container provided by the 'net-tools' 3 Zephyr project, https://github.com/zephyrproject-rtos/net-tools. 10 'net-tools' Docker container has been created, see the first bullet point 11 at the net-tools Docker README file 12 https://github.com/zephyrproject-rtos/net-tools/blob/master/README.docker. 17 * Check out the net-tools project from github or update it with west 18 * Change working directory to the net-tools repository 20 * Run 'docker build -t net-tools .' 22 This creates a Docker image called 'net-tools' which the script will need as [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | build_helpers.py | 3 # SPDX-License-Identifier: Apache-2.0 21 # Domains.py must be imported from the pylib directory, since 28 '''Name of the default Zephyr build directory.''' 34 If the build directory is not given, the default is {}/ unless the 35 build.dir-fmt configuration variable is set. The current directory is 36 checked after that. If either is a Zephyr build directory, it is used. 57 # Guess the build folder by iterating through all sub-folders from the 72 # Missing key, check sub-folders and match if a single one exists 85 '''Heuristic for finding a build directory. 87 The default build directory is computed by reading the build.dir-fmt [all …]
|
D | build.py | 3 # SPDX-License-Identifier: Apache-2.0 22 _ARG_SEPARATOR = '--' 30 west build [-h] [-b BOARD[@REV]]] [-d BUILD_DIR] 31 [-S SNIPPET] [--shield SHIELD] 32 [-t TARGET] [-p {auto, always, never}] [-c] [--cmake-only] 33 [-n] [-o BUILD_OPT] [-f] 34 [--sysbuild | --no-sysbuild] [--domain DOMAIN] 35 [--extra-conf FILE.conf] 36 [--extra-dtc-overlay FILE.overlay] 37 [source_dir] -- [cmake_opt [cmake_opt ...]] [all …]
|
/Zephyr-latest/doc/develop/west/ |
D | zephyr-cmds.rst | 1 .. _west-zephyr-ext-cmds: 6 This page documents miscellaneous :ref:`west-zephyr-extensions`. 8 .. _west-boards: 21 specify the display format yourself you can use the ``--format`` (or ``-f``) 24 west boards -f "{arch}:{name}" 28 west boards -h 30 .. _west-completion: 40 - bash 41 - zsh 42 - fish [all …]
|
D | built-in.rst | 1 .. _west-built-in-cmds: 3 Built-in commands 6 This page describes west's built-in commands, some of which were introduced in 7 :ref:`west-basics`, in more detail. 20 For additional help, run ``west <command> -h`` (e.g. ``west init -h``). 22 .. _west-init: 34 .. code-block:: none 36 west init [-m URL] [--mr REVISION] [--mf FILE] [directory] 38 The new workspace is created in the given :file:`directory`, creating a new 39 :file:`.west` inside this directory. You can give the manifest URL using [all …]
|
D | build-flash-debug.rst | 1 .. _west-build-flash-debug: 6 Zephyr provides several :ref:`west extension commands <west-extensions>` for 11 commands, see :ref:`flash-and-debug-support` in the board porting guide. 13 .. Add a per-page contents at the top of the page. This page is nested 21 .. _west-building: 26 .. tip:: Run ``west build -h`` for a quick overview. 29 use :ref:`west config <west-config-cmd>` to configure its behavior. 33 - If there is a Zephyr build directory named :file:`build` in your current 34 working directory, it is incrementally re-compiled. The same is true if you 35 run ``west build`` from a Zephyr build directory. [all …]
|
D | basics.rst | 1 .. _west-basics: 9 West's built-in commands allow you to work with :term:`projects <west project>` 10 (Git repositories) under a common :term:`workspace <west workspace>` directory. 24 .. code-block:: none 28 │ └── config # per-workspace local configuration file 40 │ └── net-tools/ # .git/ project 43 .. _west-workspace: 49 Additional details are in :ref:`west-workspaces`. 53 directory, or *topdir*. (The name :file:`zephyrproject` is just an example 54 -- it could be anything, like ``z``, ``my-zephyr-workspace``, etc.) [all …]
|
/Zephyr-latest/cmake/ |
D | package_helper.cmake | 1 # SPDX-License-Identifier: Apache-2.0 16 # The application source directory must be specified using 17 # '-S <path-to-sample>' 19 # The build directory will default to current working directory but can be 20 # controlled with: '-B <path-to-build>' 23 # $ cmake -DBOARD=<board> -B build -S samples/hello_world 26 # $ cmake -DBOARD=<board> -B build -S samples/hello_world \ 27 # -DMODULES=dts -P <ZEPHYR_BASE>/cmake/package_helper.cmake 32 # $ cmake -DBOARD=<board> -B build -S samples/hello_world -DEXTRA_CONF_FILE=foo.conf 35 # $ cmake -DBOARD=<board> -B build -S samples/hello_world -DEXTRA_CONF_FILE=foo.conf \ [all …]
|
/Zephyr-latest/boards/cdns/xt-sim/doc/ |
D | index.rst | 1 .. zephyr:board:: xt-sim 7 synthesizable 32-bit RISC processor core. Processor and SOC vendors can select 11 For more information, see https://ip.cadence.com/ipportfolio/tensilica-ip/xtensa-customizable 18 - sample_controller 35 Only Xtensa tools version ``RF-2016.4-linux`` or later are officially 38 In order to set up the Zephyr OS build system, a Linux 32-bit GCC compiler must 42 On Debian/Ubuntu systems, you can install ``gcc-multilib`` package as follows: 44 .. code-block:: console 46 #aptitude install gcc-multilib # Or what ever package manager (apt, apt-get, ...) 52 sourced each time before you start working on Zephyr. [all …]
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/ |
D | debug-with-arm-ds.rst | 12 .. image:: images/version-info.jpg 16 Download Arm FVP BaseR AEMv8-R 20 is used to indicate which directory is FVP located. 25 From menu choose ``Window -> Perspective -> Open Perspective -> Other...``: 27 .. image:: images/perspective-choose-other.jpg 33 .. image:: images/perspective-choose-ds.jpg 40 Create a new configuration database by selecting ``File -> New -> Other... -> Configuration Databas… 42 .. image:: images/create-new-configuration-database.jpg 48 .. image:: images/create-new-configuration-database_database-name.jpg 54 .. image:: images/create-new-configuration-database_shown-in-project-explorer.jpg [all …]
|
/Zephyr-latest/doc/hardware/cache/ |
D | index.rst | 6 This is a high-level guide to Zephyr's cache interface and Kconfig options related to 24 present and working in zephyr. Note that if these options are disabled, 34 some platform-specific code to enable and manage the d-cache. 63 must be located as usual in the :file:`drivers/cache/` directory
|
/Zephyr-latest/doc/develop/sca/ |
D | eclair.rst | 9 particular emphasis on the MISRA and BARR-C coding standards, to the 22 To run ECLAIR, :ref:`west build <west-building>` should be 23 called with a ``-DZEPHYR_SCA_VARIANT=eclair`` parameter. 25 .. code-block:: shell 27 west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=eclair 43 .. code-block:: shell 45 …west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=eclair -DECLAIR_OPTIONS_… 48 which is a tiny selection of rules to verify that everything is correctly working. 51 file, that can be achived by giving the argument ``-DOption=ON|OFF``. 55 .. code-block:: shell [all …]
|
/Zephyr-latest/scripts/footprint/ |
D | compare_footprint | 3 # SPDX-License-Identifier: Apache-2.0 15 current working directory if we have changes in git tree or we don't have git. 20 HEAD is we have changes in the working tree. 44 proc = subprocess.Popen('git rev-parse --is-inside-work-tree', 62 format = logging.Formatter('%(levelname)-8s: %(message)s') 75 parser.add_argument('-b', '--base-commit', default=None, 79 parser.add_argument('-c', '--commit', default=None, 81 "Default is HEAD or working tree.") 86 proc = subprocess.Popen('git rev-parse %s' % commit, stdout=subprocess.PIPE, 89 commit_id = proc.stdout.read().decode("utf-8").strip() [all …]
|
/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 6 `Visual Studio Code`_ (VS Code for short) is a popular cross-platform IDE that supports C projects 10 :zephyr:code-sample:`blinky` sample in VS Code. 26 This guide gives details on how to configure the :zephyr:code-sample:`blinky` 28 layout <west-workspaces>`. 30 Before you start, make sure you have a working Zephyr development environment, as per the 36 #. In VS Code, select :menuselection:`File --> Open Folder` from the main menu. 39 HOME directory if you have followed the Getting Started instructions). 50 .. zephyr-app-commands:: 51 :zephyr-app: samples/basic/blinky 62 #. Go to the :menuselection:`File --> Preferences --> Settings` in the VS Code top menu. [all …]
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstwist.sh | 2 # Copyright (c) 2022-2024 Intel Corporation 3 # SPDX-License-Identifier: Apache-2.0 4 set -e 6 # Twister integration tool for a remote ssh-accessible cAVS audio DSP 8 # hook for both --device-serial-pty and --west-flash, for example: 15 # twister -p intel_adsp/cavs25 --device-testing \ 16 # --device-serial-pty=$ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstwist.sh \ 17 # --west-flash=$ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstwist.sh 19 # The CAVS_OLD_FLASHER is necessary because now the client-server-based 21 # the misc-flasher as the runner. Please remember to do the command [all …]
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 18 .. note:: If you're working behind a corporate firewall, you'll likely 32 .. group-tab:: Ubuntu 34 .. code-block:: console 36 sudo apt-get update 37 sudo apt-get upgrade 39 .. group-tab:: Fedora 41 .. code-block:: console 45 .. group-tab:: Clear Linux 47 .. code-block:: console 51 .. group-tab:: Arch Linux [all …]
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 4 # SPDX-License-Identifier: Apache-2.0 6 # Ensure this works also when being source-ed 9 typeset -A -g _opt_args 12 local -a builtin_cmds=( 21 'topdir[print the top level directory of the workspace]' 25 local -a zephyr_ext_cmds=( 29 'sign[sign a Zephyr binary for bootloader chain-loading]' 34 'zephyr-export[export Zephyr installation as a CMake config package]' 40 local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds}) 42 if [[ -v WEST_COMP_CHECK_WORKSPACE ]]; then [all …]
|
1234