Searched full:archive (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/doc/develop/toolchains/ |
D | zephyr_sdk.rst | 101 #. Extract the Zephyr SDK bundle archive: 117 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>`` 157 #. Extract the Zephyr SDK bundle archive: 173 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>`` 203 #. Extract the Zephyr SDK bundle archive: 215 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>``
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | overlay-tls.conf | 14 CONFIG_SAMPLE_BIG_HTTP_DL_URL="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/git/1:2.3…
|
D | Kconfig | 10 …default "http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/hd-medi…
|
D | README.rst | 41 http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/hd-media/vmlinuz 62 on the Internet. Using files on archive.ubuntu.com is not recommended for 82 https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/git/1:2.34.1-1ubuntu1/git_2.34.1.orig.ta…
|
/Zephyr-latest/ |
D | .gitattributes | 1 # used to remove files from deployment using `git archive`
|
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 93 … The SDK archive is extracted to the home directory if both --install-dir and --install-base 96 … If --install-base is specified, the archive will be extracted under the specified path. 98 … If --install-dir is specified, the directory contained in the archive will be renamed 128 …"The subdirectory created by extracting the archive in <BASE> will be the SDK installation directo… 138 …"The directory contained in the archive will be renamed and installed for the specified directory.… 139 …"For example, if you specify -b /foo/bar/baz, The archive's zephyr-sdk-<version> directory will be… 310 # download archive file 330 # extract archive file 334 # We expect that only the zephyr-sdk-x.y.z directory will be present in the archive. 337 raise Exception("Unexpected archive format")
|
/Zephyr-latest/subsys/net/lib/http/ |
D | README_http_parser | 9 https://github.com/nodejs/http-parser/archive/v2.7.1.tar.gz
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 99 ${LINKERFLAGPREFIX},--whole-archive 101 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-latest/scripts/native_simulator/ |
D | Makefile | 51 # Archive program (it is unlikely you'll need to change this) 131 ${NSI_CC} -Wl,--whole-archive ${LOCALIZED_EMBSW} ${NSI_BUILD_PATH}/${RUNNER_LIB} \ 132 ${NSI_EXTRA_LIBS} -Wl,--no-whole-archive \
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 98 ${LINKERFLAGPREFIX},--whole-archive 100 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 127 ${LINKERFLAGPREFIX},--whole-archive 129 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 133 ${LINKERFLAGPREFIX},--whole-archive 135 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 56 e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
|
/Zephyr-latest/arch/common/ |
D | CMakeLists.txt | 95 # should not be --whole-archive'd
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 79 the Kitware archive script to add the Kitware APT repository to your 81 A detailed explanation of ``kitware-archive.sh`` can be found here 86 wget https://apt.kitware.com/kitware-archive.sh 87 sudo bash kitware-archive.sh
|
D | installation_linux.rst | 242 #. Extract the Zephyr SDK bundle archive: 272 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>``
|
/Zephyr-latest/kernel/ |
D | CMakeLists.txt | 4 # should usually not be --whole-archive'd
|
D | Kconfig | 1025 This option forces every object file in the libkernel.a archive 1026 to be included, rather than searching the archive for required object files.
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 116 distributed as a static archive would be rejected. 165 special flags, or a static archive may require use of specific linker flags.
|
/Zephyr-latest/boards/nxp/imx8mn_evk/doc/ |
D | index.rst | 88 https://patchwork.ozlabs.org/project/uboot/list/?series=417536&archive=both&state=*
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 169 # - http://lists.gnu.org/archive/html/bug-bash/2009-03/msg00155.html 170 # - http://www.mail-archive.com/bash-completion-devel@lists.alioth.\ 195 # drop the additional quoting. See also: http://www.mail-archive.com/
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 39 ``autoconf-archive`` package on Debian/Ubuntu.
|
/Zephyr-latest/arch/riscv/core/ |
D | pmp.c | 226 * https://lists.gnu.org/archive/html/qemu-devel/2022-04/msg00961.html in set_pmp_mprv_catchall() 305 * https://lists.gnu.org/archive/html/qemu-devel/2022-06/msg02800.html in write_pmp_entries()
|
/Zephyr-latest/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 60 …"http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/hd-media/vmlinu…
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapijson.py | 240 archive_dict = js.get("archive", {})
|
12