Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 104) sorted by relevance

12345

/Zephyr-latest/scripts/west_commands/
Dpackages.py24 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 …]
Dexport.py17 HKEY_CURRENT_USER\\Software\\Kitware\\CMake\\Packages\\
20 ~/.cmake/packages/'''
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_export.cmake4 # 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")
DZephyrConfig.cmake135 # 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
DZephyrConfigVersion.cmake127 # 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/
Dzephyr_export.cmake4 # 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/
Dwest-commands.yml87 - 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/
Dsetup.cfg20 packages = find:
28 [options.packages.find]
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst31 ``~/.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/
DKconfig149 reconstruct missed packages from additional redundant packages
150 sent by the server after all packages have been sent.
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst22 ``--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/
DKconfig.soc19 # SOC packages
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst67 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/
DCMakeLists.txt34 ${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/
Dsetup.py28 packages=setuptools.find_packages(where='src'),
/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst35 https://gnuwin32.sourceforge.net/packages/make.htm by either getting both the
/Zephyr-latest/.github/workflows/
Dissue_count.yml25 - name: install-packages
Dpylib_tests.yml45 - name: install-packages
Dcoding_guidelines.yml27 - name: Install Packages
Dtwister_tests.yml52 - name: install-packages
/Zephyr-latest/doc/develop/getting_started/
Dindex.rst101 (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/
Dindex.rst44 …#. 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/
Dnanopb.rst48 west packages pip --install
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/doc/
Dindex.rst66 …nd the `ModusToolbox Programming Tools`_ packages include Infineon OpenOCD. Installing either of t…
/Zephyr-latest/soc/infineon/cat1a/psoc6_03/
DKconfig.soc9 # SOC packages

12345