Searched full:packages (Results 1 – 25 of 104) sorted by relevance
12345
/Zephyr-latest/scripts/west_commands/ |
D | packages.py | 24 class Packages(WestCommand): class 27 "packages", 28 "manage packages for Zephyr", 29 "List and Install packages for Zephyr and modules", 41 Listing packages: 43 Run 'west packages <manager>' to list all dependencies 46 see 'west packages <manager> --help' for details. 58 help="Zephyr module to run the 'packages' command for. " 59 "Use 'zephyr' if the 'packages' command should run for Zephyr itself. " 61 "If this option is not given, the 'packages' command will run for Zephyr " [all …]
|
D | export.py | 17 HKEY_CURRENT_USER\\Software\\Kitware\\CMake\\Packages\\ 20 ~/.cmake/packages/'''
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_export.cmake | 4 # Unix/Linux/MacOS: ~/.cmake/packages/Zephyr 15 …"HKEY_CURRENT_USER\\Software\\Kitware\\CMake\\Packages\\Zephyr\;${MD5_SUM}" "${CMAKE_CURRENT_LIST_… 18 file(WRITE $ENV{HOME}/.cmake/packages/Zephyr/${MD5_SUM} ${CMAKE_CURRENT_LIST_DIR}) 24 message("HKEY_CURRENT_USER\\Software\\Kitware\\CMake\\Packages\\Zephyr\n") 26 message("~/.cmake/packages/Zephyr\n")
|
D | ZephyrConfig.cmake | 135 # CMake finds packages will look all packages registered in the user package registry. 136 # As this code is processed inside registered packages, we simply test if another package has a
|
D | ZephyrConfigVersion.cmake | 127 # CMake finds packages will look all packages registered in the user package registry. 128 # As this code is processed inside registered packages, we simply test if
|
/Zephyr-latest/share/zephyrunittest-package/cmake/ |
D | zephyr_export.cmake | 4 # Unix/Linux/MacOS: ~/.cmake/packages/ZephyrUnittest 15 …"HKEY_CURRENT_USER\\Software\\Kitware\\CMake\\Packages\\ZephyrUnittest\;${MD5_SUM}" "${CMAKE_CURRE… 18 file(WRITE $ENV{HOME}/.cmake/packages/ZephyrUnittest/${MD5_SUM} ${CMAKE_CURRENT_LIST_DIR}) 24 message("HKEY_CURRENT_USER\\Software\\Kitware\\CMake\\Packages\\ZephyrUnittest\n") 26 message("~/.cmake/packages/ZephyrUnittest\n")
|
/Zephyr-latest/scripts/ |
D | west-commands.yml | 87 - file: scripts/west_commands/packages.py 89 - name: packages 90 class: Packages 91 help: manage packages for Zephyr
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | setup.cfg | 20 packages = find: 28 [options.packages.find]
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 31 ``~/.cmake/packages/Zephyr`` 37 ``~/.cmake/packages/Zephyr`` 43 ``HKEY_CURRENT_USER\Software\Kitware\CMake\Packages\Zephyr`` 318 Zephyr Build Configuration CMake packages 321 There are two Zephyr Build configuration packages which provide control over the build 322 settings in Zephyr in a more generic way. These packages are: 332 The Zephyr Build Configuration CMake packages will be loaded in the Zephyr boilerplate code after 336 This allows the Zephyr Build Configuration CMake packages to setup or extend properties such as: 344 version checking implemented for these packages. This also means that these packages cannot be 365 If you want to completely disable the search for these packages, you can use the special CMake [all …]
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 149 reconstruct missed packages from additional redundant packages 150 sent by the server after all packages have been sent.
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 22 ``--user`` flag to the ``pip3`` command when installing new packages. This is 24 See `Installing Packages`_ in the Python Packaging User Guide for more 35 - On Windows, see the `Installing Packages`_ information on ``--user`` if you 140 ``west packages pip --install`` will make sure these are up-to-date. 148 west packages pip --install 343 reuse packages and package dependencies already installed on your computer. 364 https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site 367 .. _Installing Packages: 368 https://packaging.python.org/tutorials/installing-packages/
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | Kconfig.soc | 19 # SOC packages
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 67 C:\foo\python\python38\lib\site-packages``. The exact location 74 Notice how ``lib\site-packages`` in the ``pip3 show`` output was changed 113 /home/foo/.local/lib/python3.6/site-packages 114 $ rm -r /home/foo/.local/lib/python3.6/site-packages/west 121 packages, so you may need to do some additional work to get it installed on
|
/Zephyr-latest/modules/loramac-node/ |
D | CMakeLists.txt | 34 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/apps/LoRaMac/common/LmHandler/packages 59 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/apps/LoRaMac/common/LmHandler/packages/FragDecoder.c
|
/Zephyr-latest/scripts/dts/python-devicetree/ |
D | setup.py | 28 packages=setuptools.find_packages(where='src'),
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | README.rst | 35 https://gnuwin32.sourceforge.net/packages/make.htm by either getting both the
|
/Zephyr-latest/.github/workflows/ |
D | issue_count.yml | 25 - name: install-packages
|
D | pylib_tests.yml | 45 - name: install-packages
|
D | coding_guidelines.yml | 27 - name: Install Packages
|
D | twister_tests.yml | 52 - name: install-packages
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 101 (ARM64) systems, you may need to remove them from the list of packages to install. 276 #. The Zephyr west extension command, ``west packages`` can be used to install Python 281 west packages pip --install 328 #. The Zephyr west extension command, ``west packages`` can be used to install Python 333 west packages pip --install 396 #. The Zephyr west extension command, ``west packages`` can be used to install Python 401 west packages pip --install
|
/Zephyr-latest/boards/arduino/nano_33_ble/doc/ |
D | index.rst | 44 …#. In most Linux based systems the path is ``$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-… 56 west flash --bossac=$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac 63 …west flash --bossac=%USERPROFILE%\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.9.1-ardu…
|
/Zephyr-latest/doc/services/serialization/ |
D | nanopb.rst | 48 west packages pip --install
|
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/doc/ |
D | index.rst | 66 …nd the `ModusToolbox Programming Tools`_ packages include Infineon OpenOCD. Installing either of t…
|
/Zephyr-latest/soc/infineon/cat1a/psoc6_03/ |
D | Kconfig.soc | 9 # SOC packages
|
12345