Home
last modified time | relevance | path

Searched full:windows (Results 1 – 25 of 238) sorted by relevance

12345678910

/Zephyr-latest/doc/develop/getting_started/
Dinstallation_win.rst3 Windows alternative setup instructions
8 Windows 10 WSL (Windows Subsystem for Linux)
11 If you are running a recent version of Windows 10 you can make use of the
17 Windows 10 version 1803 has an issue that will cause CMake to not work
21 #. `Install the Windows Subsystem for Linux (WSL)`_.
24 For the Zephyr SDK to function properly you will need Windows 10
25 build 15002 or greater. You can check which Windows 10 build you are
27 If you are running an older Windows 10 build you might need to install
35 .. _Install the Windows Subsystem for Linux (WSL): https://msdn.microsoft.com/en-us/commandline/wsl…
Dindex.rst9 Windows (instructions for other Linux distributions are discussed in
41 .. group-tab:: Windows
43 Select *Start* > *Settings* > *Update & Security* > *Windows Update*.
151 .. group-tab:: Windows
156 currently support application flashing using the `Windows Subsystem
163 In modern version of Windows (10 and later) it is recommended to install the Windows Terminal
179 To do so, press the Windows key, type ``cmd.exe`` or PowerShell, right-click the
199 As of November 2024, Python 3.13 is not recommended for Zephyr development on Windows,
335 .. group-tab:: Windows
447 .. group-tab:: Windows
[all …]
/Zephyr-latest/scripts/
Drequirements-base.txt38 # used for windows based 'menuconfig'
39 # "win32" is used for 64-bit Windows as well
40 windows-curses; sys_platform == "win32"
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst6 This tutorial shows how to setup AutoPTS client on Linux with AutoPTS server running on Windows 10
49 Setup Windows 10 virtual machine
55 Create Windows virtual machine instance. Make sure it has at least 2 cores and
60 Update Windows
63 Update Windows in:
65 Start -> Settings -> Update & Security -> Windows Update
71 Windows guest. This is easiest setup for VirtualBox, and does not require any static IPs to be
72 configured, and will not get blocked by the Windows Firewall.
87 to connect to an AutoPTS Server in Windows running on ports 65000 and 65002.
146 Windows subsubsection
[all …]
Dautopts-win10.rst3 AutoPTS on Windows 10 with nRF52 board
7 Windows 10. We use WSL1 with Ubuntu only to build a Zephyr project to
8 an elf file, because Zephyr SDK is not available on Windows yet.
15 Update Windows and drivers
18 Update Windows in:
20 Start -> Settings -> Update & Security -> Windows Update
46 consoles. We will use Git Bash as Windows terminal.
70 Setup Zephyr project for Windows
73 Perform Windows setup from `Getting Started Guide <https://docs.zephyrproject.org/latest/getting_st…
78 On Windows download latest nrftools (version >= 10.12.1) from site
[all …]
/Zephyr-latest/samples/subsys/usb/inf/
Dzephyr_cdc_acm.inf3 ; Windows 2000, XP, Vista, 7 and 8 (x32 and x64) driver for Zephyr CDC ACM
6 Signature = "$Windows NT$"
38 ; Windows 2000, XP, Vista, Windows 7, Windows 8 - 32bit
70 ; Windows XP, Vista, Windows 7, Windows 8 - 64bit
/Zephyr-latest/.github/workflows/
Dwest_cmds.yml33 os: [ubuntu-22.04, macos-14, windows-2022]
59 if: startsWith(runner.os, 'Windows')
70 if: runner.os == 'Windows'
74 if: runner.os != 'Windows'
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py163 (TEST_ALL_KWARGS, DEBUGSERVER_ALL_EXPECTED_CALL, 'Windows'),
164 (TEST_ALL_PARAMS, DEBUGSERVER_ALL_EXPECTED_CALL, 'Windows'),
183 (TEST_ALL_KWARGS, DEBUG_ALL_EXPECTED_CALL, 'Windows'),
184 (TEST_ALL_PARAMS, DEBUG_ALL_EXPECTED_CALL, 'Windows'),
205 expected_env = TEST_S32DS_RUNTIME_ENV if osname == 'Windows' else None
217 (TEST_ALL_KWARGS, ATTACH_ALL_EXPECTED_CALL, 'Windows'),
218 (TEST_ALL_PARAMS, ATTACH_ALL_EXPECTED_CALL, 'Windows'),
239 expected_env = TEST_S32DS_RUNTIME_ENV if osname == 'Windows' else None
/Zephyr-latest/samples/application_development/external_lib/mylib/
DMakefile12 ifeq ($(findstring Windows, $(OS)),Windows)
/Zephyr-latest/scripts/tests/twister/
Dtest_log_helper.py19 ('Windows', 'dummy message: [\'dummy\', \'command\', \'-flag\']'),
26 ids=['Windows', 'Linux']
/Zephyr-latest/arch/sparc/
DKconfig11 int "Number of register windows"
14 Number of implemented register windows.
/Zephyr-latest/cmake/bintools/oneApi/
Dtarget.cmake16 # In OneApi installation directory on Windows, there is no llvm-objdump
18 # on Linux and Windows.
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dcoex_struct.h49 /* To start allocating periodic priority windows to Wi-Fi and SR */
51 /* To start allocating virtual priority windows to Wi-Fi */
114 * struct coex_allocate_ppw - Message from CD to CM to allocate Periodic Priority Windows.
122 * Message from CD to CM to allocate Periodic Priority Windows.
134 * struct coex_allocate_vpw - Message from CD to CM to allocate Virtual Priority Windows.
140 * Message from CD to CM to allocate Virtual Priority Windows.
/Zephyr-latest/doc/develop/
Denv_vars.rst26 .. group-tab:: Windows
53 .. group-tab:: Windows
59 new ``cmd.exe`` windows will have ``MY_VARIABLE`` set to ``foo``.
105 .. group-tab:: Windows
135 Linux) and ``zephyr-env.cmd`` (for Windows) to load Zephyr-specific settings
147 .. group-tab:: Windows
228 ``PATH`` is an environment variable used on Unix-like or Microsoft Windows
/Zephyr-latest/subsys/usb/device/class/
DKconfig.cdc52 but Windows 7 fails to properly enumerate without it.
53 Enable if you want CDC ACM to work with Windows 7.
/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst14 Windows Note
17 To use this sample on a Windows host operating system, GNU Make needs to be in
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py18 _WINDOWS = platform.system() == 'Windows'
26 shell on POSIX platforms. This is not available on Windows, so
/Zephyr-latest/cmake/modules/
Dpython.cmake5 # On Windows, instruct Python to output UTF-8 even when not
7 # are invoked by CMake code and, on Windows, standard I/O encoding defaults
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
DREADME.rst19 Microsoft Windows USB Audio 2.0 driver available since Windows 10,
22 See https://aka.ms/AArvnax for Windows Feedback Hub report.
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DREADME.rst16 Microsoft Windows USB Audio 2.0 driver available since Windows 10,
/Zephyr-latest/cmake/toolchain/oneApi/
Dgeneric.cmake33 # icx compiler of oneApi will invoke clang-cl on windows,
39 elseif(system STREQUAL "windows")
/Zephyr-latest/doc/develop/west/
Dmoving-to-west.rst16 On Windows and macOS::
31 On Windows ``cmd.exe``::
/Zephyr-latest/doc/develop/toolchains/
Dgnu_arm_embedded.rst11 On Windows, we'll assume for this guide that you install into the directory
40 # Windows:
Ddesignware_arc_mwdt.rst25 ``$METAWARE_ROOT/../`` (Linux) or ``%METAWARE_ROOT%\..\`` (Windows).
43 # Windows:
/Zephyr-latest/dts/bindings/memory-window/
Dintel,adsp-mem-window.yaml18 description: memory region the windows are exposed through.

12345678910